-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Dark Skies Above] Plague Emissary Fix, Harvest Tweak (#48150)
- Loading branch information
1 parent
1ca026a
commit 38d11b8
Showing
2 changed files
with
9 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,14 @@ | ||
[ | ||
{ | ||
"id": "dks_alien_cyborg", | ||
"//": "'alien' but has some metal thrown in to simulate the extensive augments", | ||
"id": "dks_alien_hcyborg", | ||
"//": "a humanoid alien cyborg. metal and scrap simulate augmentation. candidate to receive future bionics", | ||
"type": "harvest", | ||
"entries": [ | ||
{ "drop": "meat_tainted", "type": "flesh", "mass_ratio": 0.25 }, | ||
{ "drop": "fat_tainted", "type": "flesh", "mass_ratio": 0.08 }, | ||
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.25 }, | ||
{ "drop": "mutant_human_fat", "type": "flesh", "mass_ratio": 0.08 }, | ||
{ "drop": "bone_tainted", "type": "bone", "mass_ratio": 0.1 }, | ||
{ "drop": "cable", "base_num": [ 1, 3 ], "scale_num": [ 0.2, 0.6 ], "max": 8, "type": "flesh" }, | ||
{ "drop": "bone_human", "base_num": [ 1, 2 ], "scale_num": [ 0.4, 0.7 ], "max": 10, "type": "bone" }, | ||
{ "drop": "scrap", "base_num": [ 1, 5 ], "scale_num": [ 0.3, 0.7 ], "max": 12, "type": "bone" } | ||
] | ||
}, | ||
{ | ||
"//": "e_scrap will be replaced with an alien mind control chip and some aftershock style crafting stuff since I like the tiered crafting idea", | ||
"id": "dks_mhuman_chipped", | ||
"message": "They may have been human, once… whatever the Order has done to them, now they are something else.", | ||
"type": "harvest", | ||
"entries": [ | ||
{ "drop": "mutant_human_flesh", "type": "flesh", "mass_ratio": 0.2 }, | ||
{ "drop": "hstomach", "scale_num": [ 1, 1 ], "max": 1, "type": "offal" }, | ||
{ "drop": "mutant_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": "raw_hleather", "type": "skin", "mass_ratio": 0.01 }, | ||
{ "drop": "e_scrap", "type": "bionic", "max": 2 } | ||
{ "drop": "dks_elecscrap", "base_num": [ 1, 3 ], "scale_num": [ 0.2, 0.6 ], "max": 8, "type": "flesh" }, | ||
{ "drop": "dks_blend_scrap", "base_num": [ 1, 5 ], "scale_num": [ 0.3, 0.7 ], "max": 12, "type": "bone" } | ||
] | ||
} | ||
] |
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