270 lines
9.1 KiB
JSON
270 lines
9.1 KiB
JSON
[
|
|
{
|
|
"type": "mutation_type",
|
|
"id": "MANA_ADD"
|
|
},
|
|
{
|
|
"type": "mutation_type",
|
|
"id": "MANA_MULT"
|
|
},
|
|
{
|
|
"type": "mutation_type",
|
|
"id": "MANA_REGEN"
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_ADD1",
|
|
"name": "Lesser Mana Efficiency",
|
|
"points": 1,
|
|
"description": "You are able to store a little more mana in your body than usual.",
|
|
"cancels": [ "MANA_SUB1", "MANA_SUB2", "MANA_SUB3" ],
|
|
"changes_to": [ "MANA_ADD2" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"starting_trait": true,
|
|
"category": [ "MANATOUCHED" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": 500
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_ADD2",
|
|
"name": "Mana Efficiency",
|
|
"points": 2,
|
|
"description": "You are able to store more mana in your body than usual.",
|
|
"cancels": [ "MANA_SUB1", "MANA_SUB2", "MANA_SUB3" ],
|
|
"changes_to": [ "MANA_ADD3" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"starting_trait": true,
|
|
"category": [ "MANATOUCHED" ],
|
|
"prereqs": [ "MANA_ADD1" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": 1000
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_ADD3",
|
|
"name": "Greater Mana Efficiency",
|
|
"points": 4,
|
|
"description": "You are able to store a lot more mana in your body than usual.",
|
|
"cancels": [ "MANA_SUB1", "MANA_SUB2", "MANA_SUB3" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"starting_trait": true,
|
|
"category": [ "MANATOUCHED" ],
|
|
"prereqs": [ "MANA_ADD2" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": 2000
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_SUB1",
|
|
"name": "Lesser Mana Inefficiency",
|
|
"points": -1,
|
|
"description": "You are able to store a little less mana in your body than usual.",
|
|
"cancels": [ "MANA_ADD1", "MANA_ADD2", "MANA_ADD3" ],
|
|
"changes_to": [ "MANA_SUB2" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": -500
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_SUB2",
|
|
"name": "Mana Inefficiency",
|
|
"points": -2,
|
|
"description": "You are able to store less mana in your body than usual.",
|
|
"cancels": [ "MANA_ADD1", "MANA_ADD2", "MANA_ADD3" ],
|
|
"changes_to": [ "MANA_SUB3" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"prereqs": [ "MANA_SUB1" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": -1000
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_SUB3",
|
|
"name": "Greater Mana Inefficiency",
|
|
"points": -3,
|
|
"description": "You are able to store a lot less mana in your body than usual.",
|
|
"cancels": [ "MANA_ADD1", "MANA_ADD2", "MANA_ADD3" ],
|
|
"types": [ "MANA_ADD" ],
|
|
"prereqs": [ "MANA_SUB2" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_modifier": -2000
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_REGEN1",
|
|
"name": "Lesser Mana Regeneration",
|
|
"points": 1,
|
|
"description": "Your natural mana regeneration is slightly faster than normal.",
|
|
"cancels": [ "BAD_MANA_REGEN1", "BAD_MANA_REGEN2", "BAD_MANA_REGEN3" ],
|
|
"changes_to": [ "MANA_REGEN2" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"category": [ "FISH", "ELFA", "ALPHA", "PLANT", "CEPHALOPOD", "MANATOUCHED" ],
|
|
"starting_trait": true,
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 1.1
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_REGEN2",
|
|
"name": "Mana Regeneration",
|
|
"points": 3,
|
|
"description": "Your natural mana regeneration is faster than normal.",
|
|
"prereqs": [ "MANA_REGEN1" ],
|
|
"cancels": [ "BAD_MANA_REGEN1", "BAD_MANA_REGEN2", "BAD_MANA_REGEN3" ],
|
|
"changes_to": [ "MANA_REGEN3" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"category": [ "FISH", "ELFA", "PLANT", "MANATOUCHED" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 1.25
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_REGEN3",
|
|
"name": "Greater Mana Regeneration",
|
|
"points": 8,
|
|
"description": "Your natural mana regeneration is much faster than normal.",
|
|
"prereqs": [ "MANA_REGEN2" ],
|
|
"cancels": [ "BAD_MANA_REGEN1", "BAD_MANA_REGEN2", "BAD_MANA_REGEN3" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"threshreq": [ "THRESH_PLANT", "THRESH_MANA" ],
|
|
"category": [ "PLANT", "MANATOUCHED" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 1.5
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_REGEN1",
|
|
"name": "Poor Mana Regeneration",
|
|
"points": -1,
|
|
"description": "Your natural mana regeneration is slightly slower than normal.",
|
|
"cancels": [ "MANA_REGEN1", "MANA_REGEN2", "MANA_REGEN3" ],
|
|
"changes_to": [ "BAD_MANA_REGEN2" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"category": [ "LIZARD", "BEAST", "LUPINE", "URSINE", "CATTLE", "SLIME", "MEDICAL", "CHIMERA" ],
|
|
"starting_trait": true,
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 0.9
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_REGEN2",
|
|
"name": "Very Poor Mana Regeneration",
|
|
"points": -3,
|
|
"description": "Your natural mana regeneration is slower than normal.",
|
|
"prereqs": [ "BAD_MANA_REGEN1" ],
|
|
"cancels": [ "MANA_REGEN1", "MANA_REGEN2", "MANA_REGEN3" ],
|
|
"changes_to": [ "BAD_MANA_REGEN3" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"category": [ "BEAST", "CATTLE", "SLIME", "MEDICAL", "CHIMERA" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 0.75
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_REGEN3",
|
|
"name": { "str": "Abysmal Mana Regeneration" },
|
|
"points": -6,
|
|
"description": "Your natural mana regeneration is much slower than normal.",
|
|
"prereqs": [ "BAD_MANA_REGEN2" ],
|
|
"cancels": [ "MANA_REGEN1", "MANA_REGEN2", "MANA_REGEN3" ],
|
|
"types": [ "MANA_REGEN" ],
|
|
"category": [ "BEAST", "MEDICAL" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_regen_multiplier": 0.5
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_MULT1",
|
|
"name": "Lesser Mana Sensitivity",
|
|
"points": 1,
|
|
"description": "You can sense the mana in your body slightly better than normal, allowing you to tap into more of your reserves.",
|
|
"cancels": [ "BAD_MANA_MULT1", "BAD_MANA_MULT2", "BAD_MANA_MULT3" ],
|
|
"changes_to": [ "MANA_MULT2" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "BIRD", "LIZARD", "SLIME", "FELINE", "CATTLE", "URSINE", "PLANT", "CEPHALOPOD", "ALPHA", "ELFA", "MANATOUCHED" ],
|
|
"starting_trait": true,
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 1.25
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_MULT2",
|
|
"name": "Mana Sensitivity",
|
|
"points": 3,
|
|
"description": "You can sense the mana in your body better than normal, allowing you to tap into more of your reserves.",
|
|
"cancels": [ "BAD_MANA_MULT1", "BAD_MANA_MULT2", "BAD_MANA_MULT3" ],
|
|
"changes_to": [ "MANA_MULT3" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "BIRD", "SLIME", "CATTLE", "PLANT", "CEPHALOPOD", "ELFA", "MANATOUCHED" ],
|
|
"prereqs": [ "MANA_MULT1" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 1.9
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "MANA_MULT3",
|
|
"name": "Greater Mana Sensitivity",
|
|
"points": 8,
|
|
"description": "You can sense the mana in your body much better than normal, allowing you to tap into more of your reserves.",
|
|
"cancels": [ "BAD_MANA_MULT1", "BAD_MANA_MULT2", "BAD_MANA_MULT3" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "SLIME", "CATTLE", "CEPHALOPOD", "MANATOUCHED" ],
|
|
"prereqs": [ "MANA_MULT2" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 2.5
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_MULT1",
|
|
"name": "Poor Mana Sensitivity",
|
|
"points": -1,
|
|
"description": "You have a hard time sensing the mana in your body, making less of your reserves available for use.",
|
|
"cancels": [ "MANA_MULT1", "MANA_MULT2", "MANA_MULT3" ],
|
|
"changes_to": [ "BAD_MANA_MULT2" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "BEAST", "FISH", "LUPINE", "INSECT", "TROGLOBITE", "SPIDER", "RAT", "MOUSE", "MEDICAL", "CHIMERA", "RAPTOR" ],
|
|
"starting_trait": true,
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 0.85
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_MULT2",
|
|
"name": "Very Poor Mana Sensitivity",
|
|
"points": -3,
|
|
"description": "You have a hard time sensing the mana in your body, making less of your reserves available for use.",
|
|
"cancels": [ "MANA_MULT1", "MANA_MULT2", "MANA_MULT3" ],
|
|
"changes_to": [ "BAD_MANA_MULT3" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "BEAST", "INSECT", "TROGLOBITE", "MOUSE", "MEDICAL", "CHIMERA", "RAPTOR" ],
|
|
"prereqs": [ "BAD_MANA_MULT1" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 0.65
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "BAD_MANA_MULT3",
|
|
"name": { "str": "Abysmal Mana Sensitivity" },
|
|
"points": -6,
|
|
"description": "You have a hard time sensing the mana in your body, making less of your reserves available for use.",
|
|
"cancels": [ "MANA_MULT1", "MANA_MULT2", "MANA_MULT3" ],
|
|
"types": [ "MANA_MULT" ],
|
|
"category": [ "INSECT", "MEDICAL", "CHIMERA" ],
|
|
"prereqs": [ "BAD_MANA_MULT2" ],
|
|
"flags": [ "NON_THRESH" ],
|
|
"mana_multiplier": 0.35
|
|
},
|
|
{
|
|
"type": "mutation",
|
|
"id": "DEBUG_spell_mutation",
|
|
"name": "Debug Spell Mutation",
|
|
"points": 20,
|
|
"valid": false,
|
|
"description": "Gives all of the debug spells at max level.",
|
|
"debug": true,
|
|
"spells_learned": [ [ "example_template", 10 ], [ "debug_stamina", 0 ], [ "debug_hp", 0 ], [ "debug_bionic", 0 ], [ "debug_effect", 0 ] ]
|
|
}
|
|
]
|