Skip to content

Commit

Permalink
Add more traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Sep 9, 2024
1 parent 96788bd commit acd4dd5
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions data/mods/Xedra_Evolved/mutations/playable_changeling.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit acd4dd5

Please sign in to comment.