forked from cataclysmbnteam/Cataclysm-BN
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(balance): Bionic zombies generate CBMs less often, harvesting of…
… what generates made more reliable (cataclysmbnteam#3719) * Commit for remote * And finish up for PRing * Rebalance yield for lower-tier harvests * Mod updates and adjustment per feedback
- Loading branch information
Showing
8 changed files
with
204 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,8 @@ | ||
[ | ||
{ | ||
"id": "zombie", | ||
"//": "your bog standard zombie", | ||
"type": "harvest", | ||
"entries": [ | ||
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 }, | ||
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 }, | ||
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }, | ||
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 }, | ||
{ "drop": "pheromone", "type": "bionic", "max": 1 } | ||
] | ||
}, | ||
{ | ||
"id": "CBM_CIV", | ||
"type": "harvest", | ||
"entries": [ | ||
{ "drop": "bio_power_storage", "type": "bionic", "faults": [ "fault_bionic_nonsterile" ] }, | ||
{ "drop": "bionics_common", "type": "bionic_group", "faults": [ "fault_bionic_nonsterile" ] }, | ||
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 }, | ||
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 }, | ||
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 }, | ||
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 } | ||
] | ||
}, | ||
{ | ||
"id": "human", | ||
"type": "harvest", | ||
"entries": [ | ||
{ "drop": "human_flesh", "type": "flesh", "mass_ratio": 0.2 }, | ||
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" }, | ||
{ "drop": "human_fat", "type": "flesh", "mass_ratio": 0.1 }, | ||
{ "drop": "bone_human", "type": "bone", "mass_ratio": 0.12 }, | ||
{ "drop": "sinew", "type": "bone", "mass_ratio": 0.001 }, | ||
{ "drop": "afs_titanium_implant", "type": "bionic", "flags": [ "FILTHY", "NO_STERILE" ], "max": 1 }, | ||
{ "drop": "raw_hleather", "type": "skin", "mass_ratio": 0.01 } | ||
] | ||
"id": "bionic_salvage_junk", | ||
"type": "item_group", | ||
"subtype": "distribution", | ||
"entries": [ { "item": "afs_titanium_implant", "prob": 25 } ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.