From acd4dd50e706b9e1dc35d805c55561a5b1899fcb Mon Sep 17 00:00:00 2001 From: "Standing-StormStanding-Storm git config --global user.name Standing-Storm git config --global user.name Standing-Storm" Date: Mon, 9 Sep 2024 12:21:53 -0500 Subject: [PATCH] Add more traits --- .../mutations/playable_changeling.json | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/data/mods/Xedra_Evolved/mutations/playable_changeling.json b/data/mods/Xedra_Evolved/mutations/playable_changeling.json index 6e81c315018a3..9e5f024dffd58 100644 --- a/data/mods/Xedra_Evolved/mutations/playable_changeling.json +++ b/data/mods/Xedra_Evolved/mutations/playable_changeling.json @@ -174,6 +174,72 @@ "THRESH_FAIR_FOLK_COMMONER_TROW" ] }, + { + "type": "mutation", + "id": "BROWNIE_CRAFTING_BONUS", + "name": { "str": "Household Artistry" }, + "//": "This and the upgrades below should ideally require you to be unobserved, but having no one nearby will have to suffice for now.", + "description": "The brownies are the unassuming crafters of the Fair Folk, and it's easy for you to build and repair things, as long as no one is nearby to watch you do it.", + "points": 1, + "prereqs": [ "DEX_UP" ], + "category": [ "FAIR_FOLK_COMMONER_BROWNIE" ], + "changes_to": [ "BROWNIE_CRAFTING_BONUS2" ], + "enchantments": [ + { + "condition": { + "and": [ + { "math": [ "u_monsters_nearby('radius': 8, 'attitude': both)", "==", "0" ] }, + { "math": [ "u_characters_nearby('radius': 8)", "==", "0" ] } + ] + }, + "values": [ { "value": "CRAFTING_SPEED_MULTIPLIER", "multiply": 0.33 } ] + } + ] + }, + { + "type": "mutation", + "id": "BROWNIE_CRAFTING_BONUS2", + "name": { "str": "Adept Household Artistry" }, + "description": "The brownies are the unassuming crafters of the Fair Folk, and it's very easy for you to build and repair things, as long as no one is nearby to watch you do it.", + "points": 1, + "prereqs": [ "BROWNIE_CRAFTING_BONUS" ], + "prereqs2": [ "DEX_UP_2" ], + "changes_to": [ "BROWNIE_CRAFTING_BONUS3" ], + "category": [ "FAIR_FOLK_COMMONER_BROWNIE" ], + "enchantments": [ + { + "condition": { + "and": [ + { "math": [ "u_monsters_nearby('radius': 8, 'attitude': both)", "==", "0" ] }, + { "math": [ "u_characters_nearby('radius': 8)", "==", "0" ] } + ] + }, + "values": [ { "value": "CRAFTING_SPEED_MULTIPLIER", "multiply": 0.75 } ] + } + ] + }, + { + "type": "mutation", + "id": "BROWNIE_CRAFTING_BONUS3", + "name": { "str": "Incomparable Household Artistry" }, + "description": "The brownies are the unassuming crafters of the Fair Folk, and it's almost effortless for you to build and repair things, as long as no one is nearby to watch you do it.", + "points": 1, + "prereqs": [ "BROWNIE_CRAFTING_BONUS2" ], + "prereqs2": [ "DEX_UP_3" ], + "category": [ "FAIR_FOLK_COMMONER_BROWNIE" ], + "threshreq": [ "THRESH_FAIR_FOLK_COMMONER_BROWNIE" ], + "enchantments": [ + { + "condition": { + "and": [ + { "math": [ "u_monsters_nearby('radius': 8, 'attitude': both)", "==", "0" ] }, + { "math": [ "u_characters_nearby('radius': 8)", "==", "0" ] } + ] + }, + "values": [ { "value": "CRAFTING_SPEED_MULTIPLIER", "multiply": 1.5 } ] + } + ] + }, { "type": "mutation", "id": "PAINRESIST",