Skip to content

Commit

Permalink
[Dark Skies Above] Plague Emissary Fix, Harvest Tweak (#48150)
Browse files Browse the repository at this point in the history
  • Loading branch information
ephemeralstoryteller authored and anothersimulacrum committed Jul 3, 2021
1 parent 1ca026a commit 38d11b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 25 deletions.
28 changes: 6 additions & 22 deletions data/mods/Dark-Skies-Above/harvest.json
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" }
]
}
]
6 changes: 3 additions & 3 deletions data/mods/Dark-Skies-Above/items/electronics.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
},
{
"type": "GENERIC",
"id": "broken_dks_emissary_war",
"id": "broken_dks_emissary_plague",
"symbol": ",",
"color": "green",
"name": { "str": "broken emissary of war", "str_pl": "broken emissaries of war" },
"name": { "str": "broken emissary of plague", "str_pl": "broken emissaries of plague" },
"category": "other",
"description": "The massive body of a collapsed emissary of war. Still a bit intimidating, perhaps knowing the damage it can cause. Could be gutted for parts, but you'll probably need specialized alien tools.",
"description": "The massive body of a collapsed emissary of plague. Still a bit intimidating, perhaps knowing the damage it can cause. Could be gutted for parts, but you'll probably need specialized alien tools.",
"price": 1000,
"material": [ "superalloy" ],
"volume": "875000 ml",
Expand Down

0 comments on commit 38d11b8

Please sign in to comment.