Skip to content

Commit

Permalink
Night Raider and Tunnel Fighter traits
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Sep 19, 2021
1 parent b014cc8 commit cd9f16a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,34 @@
"category": [ "FISH", "BIRD", "INSECT", "TROGLOBITE", "CHIMERA", "RAPTOR", "MOUSE", "RABBIT" ],
"enchantments": [ { "condition": "ALWAYS", "values": [ { "value": "SPEED", "multiply": 0.1 } ] } ]
},
{
"type": "mutation",
"id": "TUNNEL_FIGHTER",
"name": { "str": "Tunnel Fighter" },
"points": 3,
"description": "You know how to fight in cramped tunnels at risk of collapse. You gain bonuses when fighting underground.",
"leads_to": [ "NIGHT_RAIDER" ],
"category": [ "INSECT", "TROGLOBITE", "RAT" ],
"enchantments": [
{ "condition": "UNDERGROUND", "values": [ { "value": "BONUS_BLOCK", "add": 1 }, { "value": "BONUS_DODGE", "add": 1 } ] }
]
},
{
"type": "mutation",
"id": "NIGHT_RAIDER",
"name": { "str": "Night Raider" },
"points": 3,
"description": "You know how to fight in cramped tunnels at risk of collapse. You gain bonuses when fighting underground.",
"leads_to": [ "NIGHT_RAIDER" ],
"category": [ "TROGLOBITE" ],
"//": "Need to change condition to NIGHT once I get NIGHT and DAY conditions working for enchantments.",
"enchantments": [
{
"condition": "ALWAYS",
"values": [ { "value": "FOOTSTEP_NOISE", "multiply": 0.5 }, { "value": "ATTACK_NOISE", "multiply": 0.8 } ]
}
]
},
{
"type": "mutation",
"id": "OPTIMISTIC",
Expand Down

0 comments on commit cd9f16a

Please sign in to comment.