Skip to content

[Experimental] legacy mods #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Feb 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/Legacy_mods/mods/Animatronics/Faction.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"type": "MONSTER_FACTION",
"name": "animatronics",
"hate": [ "zombie", "triffid", "jabberwock", "fungus", "insect", "spider" ],
"by_mood": "animatronics"
}
]
2 changes: 1 addition & 1 deletion data/Legacy_mods/mods/Tanks/vehicles.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
{ "x": 2, "y": 1, "parts": [ "hdframe_vertical_2", "hdhalfboard_horizontal", "plating_military" ] },
{ "x": 2, "y": 2, "parts": [ "hdframe_vertical_2", "seat", "seatbelt_heavyduty", "cam_control" ] },
{ "x": 2, "y": 2, "parts": [ "turret_mount", "mounted_m240" ] },
{ "x": 2, "y": 2, "parts": [ "headlight_reinforced", "plating_military", "hdroof" ] },
{ "x": 2, "y": 2, "parts": [ "headlight_reinforced", "plating_military", "hdroof" ] },
{ "x": 2, "y": 3, "parts": [ "hdframe_vertical_2", "hdhalfboard_vertical", "tread3" ] },
{ "x": 2, "y": 3, "parts": [ "omnicam", "plating_military" ] },
{ "x": 2, "y": -1, "parts": [ "hdframe_vertical_2", "hdhalfboard_horizontal", "plating_military" ] },
Expand Down
4 changes: 1 addition & 3 deletions data/Legacy_mods/mods/bio_mod/items/medicine.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"color": "light_cyan",
"use_action": {
"type": "heal",
"activation_message": "You shake the can and spray the foam in the wound. Ouch.",
"effects": [ { "id": "pkill1", "duration": 180 } ],
"disinfectant_power": 5,
"bite": 0.95,
Expand All @@ -36,7 +35,6 @@
"color": "light_cyan",
"use_action": {
"type": "heal",
"activation_message": "You slam the needle in and begin to feel the sensation of flesh crawling together...",
"effects": [ { "id": "XE037", "duration": 450 } ],
"limb_power": 10,
"torso_power": 10,
Expand All @@ -56,6 +54,6 @@
"charges": 5,
"symbol": "!",
"color": "light_cyan",
"use_action": { "type": "consume_drug", "effects": [ { "id": "Nausea_Medicine", "duration": 300 } ], "move_cost": 100 }
"use_action": { "type": "consume_drug", "effects": [ { "id": "Nausea_Medicine", "duration": 300 } ] }
}
]
36 changes: 32 additions & 4 deletions data/Legacy_mods/mods/bio_mod/monsters/monster_drops.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,47 @@
"type": "item_group",
"subtype": "collection",
"id": "mon_zombie_scientist_death_drops",
"copy-from": "mon_zombie_scientist_death_drops",
"entries": [
{ "group": "lab_shoes", "damage": [ 1, 4 ] },
{ "group": "lab_torso", "damage": [ 1, 4 ] },
{ "group": "lab_pants", "damage": [ 1, 4 ] },
{ "group": "underwear", "damage": [ 1, 4 ] },
{ "group": "BioCo_Software_Basic", "prob": 10 },
{ "group": "BioCo_Components", "prob": 10 },
{ "group": "BioCo_Software_Advanced", "prob": 1 }
{ "group": "BioCo_Software_Advanced", "prob": 1 },
{
"collection": [
{ "group": "harddrugs", "prob": 25 },
{ "group": "chem_lab", "prob": 60 },
{ "group": "teleport", "prob": 6 },
{ "group": "goo", "prob": 20 },
{ "group": "cloning_vat", "prob": 1 },
{ "group": "dissection", "prob": 50 },
{ "group": "electronics", "prob": 40 },
{ "group": "bionics", "prob": 10 },
{ "group": "radio", "prob": 15 },
{ "group": "textbooks", "prob": 25 },
{ "group": "autodoc_installation_programs", "prob": 5 }
]
},
{ "group": "wallets_science", "damage": [ 1, 4 ], "prob": 5 }
]
},
{
"id": "mon_zombie_technician_death_drops",
"copy-from": "mon_zombie_technician_death_drops",
"type": "item_group",
"subtype": "collection",
"entries": [ { "group": "BioCo_Software_Basic", "prob": 8 } ]
"entries": [
{ "group": "clothing_work_set", "damage": [ 1, 4 ] },
{ "group": "underwear", "damage": [ 1, 4 ] },
{ "group": "BioCo_Software_Basic", "prob": 8 },
{
"distribution": [ { "group": "tools_carpentry", "prob": 30 }, { "group": "tools_common", "prob": 70 } ],
"prob": 30
},
{ "group": "supplies_electronics", "prob": 50 },
{ "item": "id_industrial", "prob": 20 }
]
},
{
"id": "mon_BioCo_ScavBot_death_drops",
Expand Down
44 changes: 22 additions & 22 deletions data/Legacy_mods/mods/bio_mod/recipies/bionics.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_alarm",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -21,7 +21,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_cable",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -37,7 +37,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_remote",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -53,7 +53,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_storage",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -69,7 +69,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_tools",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -85,7 +85,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_watch",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -101,7 +101,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_armor_eyes",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -117,7 +117,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_batteries",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -133,7 +133,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_eye_optic",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -150,7 +150,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_power_storage",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -166,7 +166,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_power_storage_mkII",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -183,7 +183,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_blood_anal",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -199,7 +199,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_adrenaline",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 5,
Expand All @@ -215,7 +215,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_blood_filter",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 5 ],
"difficulty": 6,
Expand All @@ -231,7 +231,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_painkiller",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 7 ],
"difficulty": 8,
Expand All @@ -248,7 +248,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_cqb",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 7 ],
"difficulty": 8,
Expand All @@ -264,7 +264,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_dex_enhancer",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 7 ],
"difficulty": 8,
Expand All @@ -280,7 +280,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_eye_enhancer",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 7 ],
"difficulty": 8,
Expand All @@ -296,7 +296,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_faraday",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 7 ],
"difficulty": 8,
Expand All @@ -312,7 +312,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_ads",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 8 ],
"difficulty": 8,
Expand All @@ -328,7 +328,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_blade",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 8 ],
"difficulty": 8,
Expand All @@ -344,7 +344,7 @@
"activity_level": "LIGHT_EXERCISE",
"result": "bio_claws",
"category": "CC_ELECTRONIC",
"subcategory": "CSC_ELECTRONIC_CBMS",
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "electronics",
"skills_required": [ "computer", 8 ],
"difficulty": 8,
Expand Down
21 changes: 7 additions & 14 deletions data/Legacy_mods/mods/blazemod/items/guns/blob_turret.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@
"clip_size": 100,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "water": 100 } } ],
"ammo_effects": [ "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_RELOAD" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN", "NO_RELOAD" ]
},
{
"id": "fuzzle",
Expand Down Expand Up @@ -142,8 +141,7 @@
"clip_size": 250,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "gasoline": 250 } } ],
"ammo_effects": [ "JET", "BEANBAG", "BLINDS_EYES", "RECOVER_100", "WIDE", "CUSTOM_EXPLOSION" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "meltie",
Expand All @@ -167,8 +165,7 @@
"clip_size": 250,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "water": 250 } } ],
"ammo_effects": [ "JET", "ACID_BOMB", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "razorqueen",
Expand All @@ -192,8 +189,7 @@
"clip_size": 250,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "bfeed": 250 } } ],
"ammo_effects": [ "FRAG", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "spouterqueen",
Expand All @@ -218,8 +214,7 @@
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "water": 1000 } } ],
"ammo_effects": [ "WIDE", "ACT_ON_RANGED_HIT", "RECOVER_100", "NO_EMBED", "CUSTOM_EXPLOSION" ],
"qualities": [ [ "JACK", 12 ] ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 100
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "sharp",
Expand Down Expand Up @@ -310,8 +305,7 @@
"clip_size": 500,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "water": 500 } } ],
"ammo_effects": [ "JET", "BEANBAG", "WIDE" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "torchie",
Expand All @@ -337,8 +331,7 @@
"clip_size": 180,
"pocket_data": [ { "pocket_type": "MAGAZINE", "watertight": true, "ammo_restriction": { "gasoline": 180 } } ],
"ammo_effects": [ "INCENDIARY", "FLARE", "WIDE", "STREAM" ],
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ],
"ammo_to_fire": 20
"flags": [ "NEVER_JAMS", "MOUNTED_GUN" ]
},
{
"id": "voideater",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"color": "light_gray",
"location": "underbarrel",
"mod_targets": [ "pistol", "smg" ],
"ammo_to_fire": 50,
"gun_data": { "ammo": "flammable", "skill": "launcher", "dispersion": 320, "durability": 10, "clip_size": 300 },
"dispersion_modifier": 25,
"min_skills": [ [ "weapon", 2 ], [ "launcher", 2 ] ]
Expand Down