├── Building_Template Blank.txt ├── NC_DOOMGUY.json ├── NC_traitgroup.json ├── PKs discontinued code.txt ├── README.md ├── attack_types.json ├── items ├── ammo.json ├── ammo_monster.json ├── armor.json ├── armor_override.json ├── bot.json ├── comestible.json ├── drop.json ├── explosives.json ├── fuel_override.json ├── gun.json ├── gun_monster.json ├── melee.json ├── mutagen.txt ├── tool.json ├── tool_override.json └── vehicle_parts.json ├── locations ├── barn_old.json ├── cave_pit.json ├── cemetery_large.json ├── doomcastle.json ├── doomlab.json ├── doomspire.json ├── farm_unsettled.json ├── garage_chop.json ├── hunter_shack.json ├── override │ ├── anthill.json │ ├── beehive_center.json │ ├── cabin_strange_pk.json │ ├── dairy_farm.json │ ├── orchard_apple.json │ ├── pond.json │ ├── prison_entrance.json │ ├── spider_pit.json │ ├── standing_stones.json │ └── vbuilding.json ├── plantation.json ├── police_hq.json ├── sky_vortex.json ├── sludge_pit.json ├── trapspider.json ├── triffid_grove_swamp.json └── wasp_hive.json ├── mod_tileset.json ├── modinfo.json ├── mods ├── PK, No Zombie Rads.zip ├── PK, No_Creepy-Crawlers.zip ├── PK, No_Doom.zip ├── PK, No_Fungi.zip ├── PK, No_Triffids.zip └── noct-pk Patch.zip ├── monsters ├── ant.json ├── blob.json ├── cult.json ├── doom.json ├── doom_revive.json ├── fish.json ├── fungus.json ├── insect.json ├── misc.json ├── mutant.json ├── nether.json ├── robot.json ├── triffid.json ├── zanimal.json └── zombie.json ├── phaseout.json ├── pk_ammo_types.json ├── pk_classes.json ├── pk_construction.json ├── pk_construction_group.json ├── pk_critter_factions.json ├── pk_effects.json ├── pk_effects_override.json ├── pk_emit.json ├── pk_harvest.json ├── pk_health_messages.json ├── pk_map_furniture.json ├── pk_map_terrain.json ├── pk_materials.json ├── pk_mutation.json ├── pk_mutation_override.json ├── pk_overmap.json ├── pk_overmap_terrain.json ├── pk_professions.json ├── pk_recipe.json ├── pk_recipe_override.json ├── pk_regional_overlay.json ├── pk_scenerios.json ├── pk_snippets.json ├── pk_spells.json ├── pk_start_locations.json ├── pk_technique.json ├── pks_rebalancing_huge.png ├── pks_rebalancing_large.png ├── pks_rebalancing_normal.png ├── pks_rebalancing_normal_offset.png ├── pks_rebalancing_wide.png ├── spawns ├── pk_itemgroup_edit.json ├── pk_itemgroup_new.json ├── pk_itemlist_edit.json ├── pk_itemlist_new.json ├── pk_monstergroup_doom-science.json ├── pk_monstergroup_forest-river.json ├── pk_monstergroup_other.json ├── pk_monstergroup_others.json ├── pk_monstergroup_triffgus.json ├── pk_monstergroup_upgrades.json ├── pk_monstergroup_wildy.json ├── pk_monstergroup_zed.json ├── pk_spawn_upgrades.json ├── pk_spawnlist_doom-science.json ├── pk_spawnlist_forest-river.json ├── pk_spawnlist_other.json ├── pk_spawnlist_triffgus.json ├── pk_spawnlist_wildy.json ├── pk_spawnlist_zed.json ├── pk_vehicle_spawn_override.json ├── pk_vehiclegroup.json └── pk_vehiclegroup_override.json ├── speech ├── speech_cyborg_guard.json ├── speech_cybrog_cop.json ├── speech_fdeagle.json ├── speech_fglock.json ├── speech_fshotgun.json ├── speech_fsmg.json ├── speech_grabber.json ├── speech_helidrone.json ├── speech_mi_go_flying.json ├── speech_mi_go_terminal.json ├── speech_molebot.json ├── speech_zombie_crawler_pk.json └── speech_zombie_crawler_pk_weak.json └── vehicle ├── pk_vehicle_bfg.json └── pk_vehicle_doubleplow.json /Building_Template Blank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/Building_Template Blank.txt -------------------------------------------------------------------------------- /NC_DOOMGUY.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/NC_DOOMGUY.json -------------------------------------------------------------------------------- /NC_traitgroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/NC_traitgroup.json -------------------------------------------------------------------------------- /PKs discontinued code.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/PKs discontinued code.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/README.md -------------------------------------------------------------------------------- /attack_types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/attack_types.json -------------------------------------------------------------------------------- /items/ammo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/ammo.json -------------------------------------------------------------------------------- /items/ammo_monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/ammo_monster.json -------------------------------------------------------------------------------- /items/armor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/armor.json -------------------------------------------------------------------------------- /items/armor_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/armor_override.json -------------------------------------------------------------------------------- /items/bot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/bot.json -------------------------------------------------------------------------------- /items/comestible.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/comestible.json -------------------------------------------------------------------------------- /items/drop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/drop.json -------------------------------------------------------------------------------- /items/explosives.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/explosives.json -------------------------------------------------------------------------------- /items/fuel_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/fuel_override.json -------------------------------------------------------------------------------- /items/gun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/gun.json -------------------------------------------------------------------------------- /items/gun_monster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/gun_monster.json -------------------------------------------------------------------------------- /items/melee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/melee.json -------------------------------------------------------------------------------- /items/mutagen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/mutagen.txt -------------------------------------------------------------------------------- /items/tool.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/tool.json -------------------------------------------------------------------------------- /items/tool_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/tool_override.json -------------------------------------------------------------------------------- /items/vehicle_parts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/items/vehicle_parts.json -------------------------------------------------------------------------------- /locations/barn_old.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/barn_old.json -------------------------------------------------------------------------------- /locations/cave_pit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/cave_pit.json -------------------------------------------------------------------------------- /locations/cemetery_large.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/cemetery_large.json -------------------------------------------------------------------------------- /locations/doomcastle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/doomcastle.json -------------------------------------------------------------------------------- /locations/doomlab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/doomlab.json -------------------------------------------------------------------------------- /locations/doomspire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/doomspire.json -------------------------------------------------------------------------------- /locations/farm_unsettled.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/farm_unsettled.json -------------------------------------------------------------------------------- /locations/garage_chop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/garage_chop.json -------------------------------------------------------------------------------- /locations/hunter_shack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/hunter_shack.json -------------------------------------------------------------------------------- /locations/override/anthill.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/anthill.json -------------------------------------------------------------------------------- /locations/override/beehive_center.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/beehive_center.json -------------------------------------------------------------------------------- /locations/override/cabin_strange_pk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/cabin_strange_pk.json -------------------------------------------------------------------------------- /locations/override/dairy_farm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/dairy_farm.json -------------------------------------------------------------------------------- /locations/override/orchard_apple.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/orchard_apple.json -------------------------------------------------------------------------------- /locations/override/pond.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/pond.json -------------------------------------------------------------------------------- /locations/override/prison_entrance.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/prison_entrance.json -------------------------------------------------------------------------------- /locations/override/spider_pit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/spider_pit.json -------------------------------------------------------------------------------- /locations/override/standing_stones.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/standing_stones.json -------------------------------------------------------------------------------- /locations/override/vbuilding.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/override/vbuilding.json -------------------------------------------------------------------------------- /locations/plantation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/plantation.json -------------------------------------------------------------------------------- /locations/police_hq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/police_hq.json -------------------------------------------------------------------------------- /locations/sky_vortex.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/sky_vortex.json -------------------------------------------------------------------------------- /locations/sludge_pit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/sludge_pit.json -------------------------------------------------------------------------------- /locations/trapspider.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/trapspider.json -------------------------------------------------------------------------------- /locations/triffid_grove_swamp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/triffid_grove_swamp.json -------------------------------------------------------------------------------- /locations/wasp_hive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/locations/wasp_hive.json -------------------------------------------------------------------------------- /mod_tileset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mod_tileset.json -------------------------------------------------------------------------------- /modinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/modinfo.json -------------------------------------------------------------------------------- /mods/PK, No Zombie Rads.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/PK, No Zombie Rads.zip -------------------------------------------------------------------------------- /mods/PK, No_Creepy-Crawlers.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/PK, No_Creepy-Crawlers.zip -------------------------------------------------------------------------------- /mods/PK, No_Doom.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/PK, No_Doom.zip -------------------------------------------------------------------------------- /mods/PK, No_Fungi.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/PK, No_Fungi.zip -------------------------------------------------------------------------------- /mods/PK, No_Triffids.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/PK, No_Triffids.zip -------------------------------------------------------------------------------- /mods/noct-pk Patch.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/mods/noct-pk Patch.zip -------------------------------------------------------------------------------- /monsters/ant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/ant.json -------------------------------------------------------------------------------- /monsters/blob.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/blob.json -------------------------------------------------------------------------------- /monsters/cult.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/cult.json -------------------------------------------------------------------------------- /monsters/doom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/doom.json -------------------------------------------------------------------------------- /monsters/doom_revive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/doom_revive.json -------------------------------------------------------------------------------- /monsters/fish.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/fish.json -------------------------------------------------------------------------------- /monsters/fungus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/fungus.json -------------------------------------------------------------------------------- /monsters/insect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/insect.json -------------------------------------------------------------------------------- /monsters/misc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/misc.json -------------------------------------------------------------------------------- /monsters/mutant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/mutant.json -------------------------------------------------------------------------------- /monsters/nether.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/nether.json -------------------------------------------------------------------------------- /monsters/robot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/robot.json -------------------------------------------------------------------------------- /monsters/triffid.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/triffid.json -------------------------------------------------------------------------------- /monsters/zanimal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/zanimal.json -------------------------------------------------------------------------------- /monsters/zombie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/monsters/zombie.json -------------------------------------------------------------------------------- /phaseout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/phaseout.json -------------------------------------------------------------------------------- /pk_ammo_types.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_ammo_types.json -------------------------------------------------------------------------------- /pk_classes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_classes.json -------------------------------------------------------------------------------- /pk_construction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_construction.json -------------------------------------------------------------------------------- /pk_construction_group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_construction_group.json -------------------------------------------------------------------------------- /pk_critter_factions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_critter_factions.json -------------------------------------------------------------------------------- /pk_effects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_effects.json -------------------------------------------------------------------------------- /pk_effects_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_effects_override.json -------------------------------------------------------------------------------- /pk_emit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_emit.json -------------------------------------------------------------------------------- /pk_harvest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_harvest.json -------------------------------------------------------------------------------- /pk_health_messages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_health_messages.json -------------------------------------------------------------------------------- /pk_map_furniture.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_map_furniture.json -------------------------------------------------------------------------------- /pk_map_terrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_map_terrain.json -------------------------------------------------------------------------------- /pk_materials.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_materials.json -------------------------------------------------------------------------------- /pk_mutation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_mutation.json -------------------------------------------------------------------------------- /pk_mutation_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_mutation_override.json -------------------------------------------------------------------------------- /pk_overmap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_overmap.json -------------------------------------------------------------------------------- /pk_overmap_terrain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_overmap_terrain.json -------------------------------------------------------------------------------- /pk_professions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_professions.json -------------------------------------------------------------------------------- /pk_recipe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_recipe.json -------------------------------------------------------------------------------- /pk_recipe_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_recipe_override.json -------------------------------------------------------------------------------- /pk_regional_overlay.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_regional_overlay.json -------------------------------------------------------------------------------- /pk_scenerios.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_scenerios.json -------------------------------------------------------------------------------- /pk_snippets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_snippets.json -------------------------------------------------------------------------------- /pk_spells.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_spells.json -------------------------------------------------------------------------------- /pk_start_locations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_start_locations.json -------------------------------------------------------------------------------- /pk_technique.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pk_technique.json -------------------------------------------------------------------------------- /pks_rebalancing_huge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pks_rebalancing_huge.png -------------------------------------------------------------------------------- /pks_rebalancing_large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pks_rebalancing_large.png -------------------------------------------------------------------------------- /pks_rebalancing_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pks_rebalancing_normal.png -------------------------------------------------------------------------------- /pks_rebalancing_normal_offset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pks_rebalancing_normal_offset.png -------------------------------------------------------------------------------- /pks_rebalancing_wide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/pks_rebalancing_wide.png -------------------------------------------------------------------------------- /spawns/pk_itemgroup_edit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_itemgroup_edit.json -------------------------------------------------------------------------------- /spawns/pk_itemgroup_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_itemgroup_new.json -------------------------------------------------------------------------------- /spawns/pk_itemlist_edit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_itemlist_edit.json -------------------------------------------------------------------------------- /spawns/pk_itemlist_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_itemlist_new.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_doom-science.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_doom-science.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_forest-river.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_forest-river.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_other.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_other.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_others.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_others.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_triffgus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_triffgus.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_upgrades.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_upgrades.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_wildy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_wildy.json -------------------------------------------------------------------------------- /spawns/pk_monstergroup_zed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_monstergroup_zed.json -------------------------------------------------------------------------------- /spawns/pk_spawn_upgrades.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawn_upgrades.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_doom-science.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_doom-science.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_forest-river.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_forest-river.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_other.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_other.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_triffgus.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_triffgus.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_wildy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_wildy.json -------------------------------------------------------------------------------- /spawns/pk_spawnlist_zed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_spawnlist_zed.json -------------------------------------------------------------------------------- /spawns/pk_vehicle_spawn_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_vehicle_spawn_override.json -------------------------------------------------------------------------------- /spawns/pk_vehiclegroup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_vehiclegroup.json -------------------------------------------------------------------------------- /spawns/pk_vehiclegroup_override.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/spawns/pk_vehiclegroup_override.json -------------------------------------------------------------------------------- /speech/speech_cyborg_guard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_cyborg_guard.json -------------------------------------------------------------------------------- /speech/speech_cybrog_cop.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_cybrog_cop.json -------------------------------------------------------------------------------- /speech/speech_fdeagle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_fdeagle.json -------------------------------------------------------------------------------- /speech/speech_fglock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_fglock.json -------------------------------------------------------------------------------- /speech/speech_fshotgun.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_fshotgun.json -------------------------------------------------------------------------------- /speech/speech_fsmg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_fsmg.json -------------------------------------------------------------------------------- /speech/speech_grabber.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_grabber.json -------------------------------------------------------------------------------- /speech/speech_helidrone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_helidrone.json -------------------------------------------------------------------------------- /speech/speech_mi_go_flying.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_mi_go_flying.json -------------------------------------------------------------------------------- /speech/speech_mi_go_terminal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_mi_go_terminal.json -------------------------------------------------------------------------------- /speech/speech_molebot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_molebot.json -------------------------------------------------------------------------------- /speech/speech_zombie_crawler_pk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_zombie_crawler_pk.json -------------------------------------------------------------------------------- /speech/speech_zombie_crawler_pk_weak.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/speech/speech_zombie_crawler_pk_weak.json -------------------------------------------------------------------------------- /vehicle/pk_vehicle_bfg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/vehicle/pk_vehicle_bfg.json -------------------------------------------------------------------------------- /vehicle/pk_vehicle_doubleplow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dissociativity/PKs_Rebalancing/HEAD/vehicle/pk_vehicle_doubleplow.json --------------------------------------------------------------------------------