From 041210df9aac7c6ba5f61fae4d926a3576f0bd90 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 16 Sep 2021 22:09:31 -0700 Subject: Convert the stock mutations to copy-from and extend, instead of replace. --- .../Modification_Files/Mutation/mutations.json | 89 +++++----------------- 1 file changed, 20 insertions(+), 69 deletions(-) (limited to 'vamp_stuff/Modification_Files/Mutation') diff --git a/vamp_stuff/Modification_Files/Mutation/mutations.json b/vamp_stuff/Modification_Files/Mutation/mutations.json index 4cd765e..60bbc3f 100644 --- a/vamp_stuff/Modification_Files/Mutation/mutations.json +++ b/vamp_stuff/Modification_Files/Mutation/mutations.json @@ -2,51 +2,26 @@ { "type": "mutation", "id": "FLEET", - "name": { "str": "Fleet-Footed" }, - "points": 2, - "description": "You can move more quickly than most, resulting in a 15% speed bonus on sure footing.", - "starting_trait": true, - "changes_to": [ "FLEET2" ], - "category": [ "SPIDER", "MOUSE", "VAMP" ], - "types": [ "RUNNING" ], - "movecost_flatground_modifier": 0.85 + "copy-from": "FLEET", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "GOODHEARING", - "name": { "str": "Good Hearing" }, - "points": 1, - "description": "Your hearing is better than average, and you can hear distant sounds more easily.", - "starting_trait": true, - "category": [ "ALPHA", "MOUSE", "ELFA", "VAMP" ], - "cancels": [ "BADHEARING" ], - "hearing_modifier": 1.5 + "copy-from": "GOODHEARING", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "GOODCARDIO", - "name": { "str": "Indefatigable" }, - "points": 2, - "description": "Whether due to exercise and good diet, or due to a natural propensity to physical endurance, you tire due to physical exertion much less readily than others. Your maximum stamina and stamina regeneration is 25% higher than usual.", - "starting_trait": true, - "valid": false, - "cancels": [ "BADCARDIO" ], - "changes_to": [ "GOODCARDIO2" ], - "category": [ "FISH", "LUPINE", "MOUSE", "INSECT", "VAMP" ], - "max_stamina_modifier": 1.25 + "copy-from": "GOODCARDIO", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "REGEN", - "name": { "str": "Regeneration" }, - "points": 6, - "description": "Your flesh regenerates from wounds incredibly quickly.", - "types": [ "HEALING" ], - "prereqs": [ "FASTHEALER2" ], - "category": [ "SLIME", "TROGLOBITE", "VAMP" ], - "healing_awake": 2.0, - "healing_resting": 1.5, - "mending_modifier": 16.0 + "copy-from": "REGEN", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", @@ -60,13 +35,8 @@ { "type": "mutation", "id": "PAINRESIST", - "name": { "str": "Pain Resistant" }, - "points": 2, - "description": "You have a high tolerance for pain.", - "starting_trait": true, - "valid": false, - "cancels": [ "MORE_PAIN", "MORE_PAIN2", "MORE_PAIN3" ], - "category": [ "MEDICAL", "VAMP" ] + "copy-from": "PAINRESIST", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", @@ -81,50 +51,31 @@ { "type": "mutation", "id": "PARAIMMUNE", - "name": { "str": "Parasite Immune" }, - "points": 1, - "description": "Your body is unusually inhospitable to parasitic lifeforms. You will never become infested with internal parasites.", - "starting_trait": true, - "category": [ "ELFA", "CHIMERA", "MEDICAL", "SLIME", "VAMP" ] + "copy-from": "PARAIMMUNE", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "INFRARED", - "name": { "str": "Infrared Vision" }, - "points": 5, - "description": "Your eyes have mutated to pick up radiation in the infrared spectrum.", - "prereqs": [ "NIGHTVISION3", "VAMP_VISION" ], - "cancels": [ "LIZ_IR" ], - "category": [ "INSECT", "TROGLOBITE", "SPIDER", "VAMP" ] + "copy-from": "INFRARED", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "DEFT", - "name": { "str": "Deft" }, - "points": 1, - "description": "While you're not any better at melee combat, you are better at recovering from a miss, and will be able to attempt another strike faster.", - "starting_trait": true, - "category": [ "BIRD", "BEAST", "RAPTOR", "MOUSE", "VAMP" ] + "copy-from": "DEFT", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "TERRIFYING", - "name": { "str": "Terrifying" }, - "points": 1, - "description": "There's something about you that creatures find frightening, and they are more likely to try to flee.", - "starting_trait": true, - "category": [ "BEAST", "INSECT", "CHIMERA", "VAMP" ], - "social_modifiers": { "intimidate": 15 } + "copy-from": "TERRIFYING", + "extend": { "category": [ "VAMP"] } }, { "type": "mutation", "id": "WEAKSCENT", - "name": { "str": "Weak Scent" }, - "points": 1, - "description": "Your scent is quite weak. Animals that track your scent will do so with more difficulty.", - "starting_trait": true, - "category": [ "ALPHA", "VAMP" ], - "scent_intensity": 300, - "types": [ "SCENT" ] + "copy-from": "TERRIFYING", + "extend": { "category": [ "VAMP"] } } ] -- cgit v1.2.1