Skip to content
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

[Experimental] unleash the mods #102

Merged
merged 2 commits into from
Apr 5, 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
5 changes: 1 addition & 4 deletions data/Unleash_The_Mods/mods/Agent_Bandits/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"name": "Agent Bandits",
"description": "Modified by Malkeus: (Added some fixes mentioned in the forums. Removed duplicate monstergroup entries, rewrote itemgroups and altered AI of bandits.) Adds bands of hostile humans that patrol the wastelands looking for things to kill. This mod needs balance work.",
"category": "creatures",
"authors": [ "GovTD/Karl_Keimov" ]



"authors": [ "GovTD/Karl_Keimov" ],
"dependencies": [ "dda" ]
}
]
4 changes: 2 additions & 2 deletions data/Unleash_The_Mods/mods/Become_Batman/chem.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"id": "mutagen_bat",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
Expand All @@ -15,4 +15,4 @@
"color": "black",
"use_action": { "type": "mutagen_iv", "mutation_category": "BAT" }
}
]
]
2 changes: 1 addition & 1 deletion data/Unleash_The_Mods/mods/Become_Batman/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"category": "misc_additions",
"dependencies": [ "dda" ]
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"iv_message": "You hear the mutagen run trough your veins.",
"memorial_message": "Heard it coming."
}
]
]
60 changes: 30 additions & 30 deletions data/Unleash_The_Mods/mods/Become_Batman/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
{
"type": "mutation",
"id": "WINGS_BAT",
"copy-from": "WINGS_BAT",
"copy-from": "WINGS_BAT",
"name": { "str": "Deformed Wings" },
"description": "You have a pair of large, leathery wings. You can move them a little, but they are useless, and in fact put you off balance, reducing your ability to dodge slightly.",
"types": [ "WINGS" ],
"prereqs": [ "WINGS_STUB" ],
"dodge_modifier": -3
},
{
{
"type": "mutation",
"id": "BAT_EARS",
"name": { "str": "Bat Ears" },
Expand All @@ -25,20 +25,20 @@
{
"type": "mutation",
"id": "FLIMSY",
"copy-from": "FLIMSY",
"extend": {"category": [ "BAT" ]}
"copy-from": "FLIMSY",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "BENDY1",
"copy-from": "BENDY1",
"extend": {"category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ]}
"copy-from": "BENDY1",
"extend": { "category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ] }
},
{
"type": "mutation",
"id": "EASYSLEEPER",
"copy-from": "EASYSLEEPER",
"extend": {"category": [ "BAT" ]}
"copy-from": "EASYSLEEPER",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
Expand All @@ -64,60 +64,60 @@
"purifiable": false,
"threshold": true
},
{
{
"type": "mutation",
"id": "SNOUT",
"copy-from": "SNOUT",
"extend": {"category": [ "BAT" ]}
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "DEFORMED2",
"copy-from": "DEFORMED2",
"extend": {"category": [ "BAT" ]}
"copy-from": "DEFORMED2",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "LIGHTFUR",
"copy-from": "LIGHTFUR",
"extend": {"category": [ "BAT" ]}
"copy-from": "LIGHTFUR",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "DEX_UP",
"copy-from": "DEX_UP",
"extend": {"category": [ "BAT" ]}
"copy-from": "DEX_UP",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "DISRESISTANT",
"copy-from": "DISRESISTANT",
"extend": {"category": [ "BAT" ]}
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "PER_UP_4",
"copy-from": "PER_UP_4",
"copy-from": "PER_UP_4",
"threshreq": [ "THRESH_BIRD", "THRESH_BAT" ],
"extend": {"category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ]}
"extend": { "category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ] }
},
{
"type": "mutation",
"id": "MYOPIC",
"copy-from": "MYOPIC",
"extend": {"category": [ "BAT" ]}
"extend": { "category": [ "BAT" ] }
},
{
{
"type": "mutation",
"id": "HERBIVORE",
"copy-from": "HERBIVORE",
"extend": {"category": [ "BAT" ]}
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "CARNIVORE",
"copy-from": "CARNIVORE",
"extend": {"category": [ "BAT" ]}
"copy-from": "CARNIVORE",
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
Expand All @@ -143,21 +143,21 @@
"type": "mutation",
"id": "LIGHT_BONES",
"copy-from": "LIGHT_BONES",
"extend": {"category": [ "BAT" ]}
"extend": { "category": [ "BAT" ] }
},
{
"type": "mutation",
"id": "BENDY1",
"copy-from": "BENDY1",
"extend": {"category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ]}
"extend": { "category": [ "BAT" ], "threshreq": [ "THRESH_BAT" ] }
},
{
"type": "mutation",
"id": "WINGS_BAT_MOD",
"copy-from": "WINGS_BIRD",
"description": "You have a pair of fleshy wings under your arms. Your body is too heavy to be able to fly, but you can use them to slow your descent during a fall, and will not take falling damage under any circumstances. They cause slight encumbrance in your arms.",
"encumbrance_always": [ [ "arm_l", 2 ], [ "arm_r", 2 ] ],
"name": { "str": "Bat Wings" },
"description": "You have a pair of fleshy wings under your arms. Your body is too heavy to be able to fly, but you can use them to slow your descent during a fall, and will not take falling damage under any circumstances. They cause slight encumbrance in your arms.",
"encumbrance_always": [ [ "arm_l", 2 ], [ "arm_r", 2 ] ],
"name": { "str": "Bat Wings" },
"category": [ "BAT" ]
}
]
]
4 changes: 2 additions & 2 deletions data/Unleash_The_Mods/mods/Become_Batman/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"components": [ [ [ "mutagen", 1 ] ], [ [ "meat", 1 ], [ "meat_scrap", 10 ] ], [ [ "ammonia", 1 ], [ "lye_powder", 100 ] ] ],
"flags": [ "SECRET" ]
},
{
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "iv_mutagen_bat",
Expand All @@ -31,4 +31,4 @@
"components": [ [ [ "mutagen_bat", 2 ] ] ],
"flags": [ "SECRET" ]
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"category": "rebalance",
"dependencies": [ "dda" ]
}
]
]
4 changes: 2 additions & 2 deletions data/Unleash_The_Mods/mods/Mole_mutations/chem.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
{
{
"id": "mutagen_mole",
"copy-from": "mutagen_flavor",
"type": "COMESTIBLE",
Expand All @@ -15,4 +15,4 @@
"color": "brown",
"use_action": { "type": "mutagen_iv", "mutation_category": "MOLE" }
}
]
]
2 changes: 1 addition & 1 deletion data/Unleash_The_Mods/mods/Mole_mutations/modinfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"category": "misc_additions",
"dependencies": [ "dda" ]
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"iv_message": "You bury the needle into your arm.",
"memorial_message": "Is resting where he belongs."
}
]
]
34 changes: 17 additions & 17 deletions data/Unleash_The_Mods/mods/Mole_mutations/mutation_type.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[
{
"type": "mutation_type",
"id": "BODY"
},
{
"type": "mutation_type",
"id": "NOSE"
},
{
"type": "mutation_type",
"id": "EYE"
},
{
"type": "mutation_type",
"id": "TONGUE"
}
]
{
"type": "mutation_type",
"id": "BODY"
},
{
"type": "mutation_type",
"id": "NOSE"
},
{
"type": "mutation_type",
"id": "EYE"
},
{
"type": "mutation_type",
"id": "TONGUE"
}
]
26 changes: 13 additions & 13 deletions data/Unleash_The_Mods/mods/Mole_mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"type": "mutation",
"id": "BURROW",
"copy-from": "BURROW",
"extend":{"threshreq": [ "THRESH_MOLE" ], "category": ["MOLE"]}
"copy-from": "BURROW",
"extend": { "threshreq": [ "THRESH_MOLE" ], "category": [ "MOLE" ] }
},
{
"type": "mutation",
Expand All @@ -19,19 +19,19 @@
"type": "mutation",
"id": "CLAWS_ST",
"copy-from": "CLAWS_ST",
"extend": {"threshreq": ["THRESH_MOLE"], "category": ["MOLE"]}
"extend": { "threshreq": [ "THRESH_MOLE" ], "category": [ "MOLE" ] }
},
{
"type": "mutation",
"id": "CLAWS_RAT",
"copy-from": "CLAWS_RAT",
"extend": {"threshreq": ["THRESH_MOLE"], "category": ["MOLE"]}
"extend": { "threshreq": [ "THRESH_MOLE" ], "category": [ "MOLE" ] }
},
{
"type": "mutation",
"id": "MUZZLE_RAT",
"copy-from": "MUZZLE_RAT",
"extend": {"category": ["MOLE"]}
"extend": { "category": [ "MOLE" ] }
},
{
"type": "mutation",
Expand All @@ -43,15 +43,15 @@
"description": "You have grown an extra thumb which you can control rather effectively, it doesn't do much except for making it harder to get a fitting pair of gloves and occasionally helping with crafting.",
"types": [ "HANDS" ],
"category": [ "MOLE" ],
"craft_skill_bonus": [ [ "electronics", 1 ], [ "tailor", 1 ], [ "mechanics", 1 ] ],
"craft_skill_bonus": [ [ "electronics", 1 ], [ "tailor", 1 ], [ "mechanics", 1 ] ],
"restricts_gear": [ "hand_l", "hand_r" ],
"allow_soft_gear": true
},
{
"type": "mutation",
"id": "ANIMALDISCORD",
"copy-from": "ANIMALDISCORD",
"extend": {"category": [ "MOLE" ]}
"extend": { "category": [ "MOLE" ] }
},
{
"type": "mutation",
Expand All @@ -77,11 +77,11 @@
"category": [ "MOLE" ],
"encumbrance_always": [ [ "mouth", -10 ] ]
},
{
{
"type": "mutation",
"id": "DEFORMED",
"copy-from": "DEFORMED",
"extend": {"category": ["MOLE"]}
"extend": { "category": [ "MOLE" ] }
},
{
"type": "mutation",
Expand All @@ -99,12 +99,12 @@
"type": "mutation",
"id": "MYOPIC",
"copy-from": "MYOPIC",
"extend": {"category": ["MOLE"]}
"extend": { "category": [ "MOLE" ] }
},
{
"type": "mutation",
"id": "INCISORS",
"copy-from": "INCISORS",
"extend":{"threshreq": ["THRESH_MOLE"], "category": ["MOLE"]}
}
]
"extend": { "threshreq": [ "THRESH_MOLE" ], "category": [ "MOLE" ] }
}
]
4 changes: 2 additions & 2 deletions data/Unleash_The_Mods/mods/Mole_mutations/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"components": [ [ [ "mutagen", 1 ] ], [ [ "meat", 1 ], [ "meat_scrap", 10 ] ], [ [ "ammonia", 1 ], [ "lye_powder", 100 ] ] ],
"flags": [ "SECRET" ]
},
{
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "iv_mutagen_mole",
Expand All @@ -31,4 +31,4 @@
"components": [ [ [ "mutagen_mole", 2 ] ] ],
"flags": [ "SECRET" ]
}
]
]