Mutations and artifacts

I dont upload my changes to github because each one as is personal taste about this. But I wanna share my though about these two.

Mutations: Fast Heal and related abilities must be linked to Hunger, so as prereqs similar level Hunger.
Examples:
{
“type”: “mutation”,
“id”: “FASTHEALER”,
“name”: { “str”: “Fast Healer” },
“points”: 2,
“description”: “Your wounds heal themselves quicker than usual. You heal 50% faster whilst asleep, and 20% faster whilst awake. Your broken limbs also heal twice as fast.”,
“starting_trait”: true,
“types”: [ “HEALING” ],
“prereqs”: [ “HUNGER” ],
“cancels”: [ “SLOWHEALER”, “SLOWHEALER2”, “SLOWHEALER3”, “NOHEAL” ],
“changes_to”: [ “FASTHEALER2”, “REGEN_LIZ” ],
“category”: [ “MEDICAL”, “PLANT”, “BATRACHIAN”, “LIZARD”, “TROGLOBITE”, “RAT”, “ALPHA”, “ELFA”, “BEAST”, “SLIME”, “RAPTOR”, “CHIMERA”, “MOUSE”, “RABBIT” ],
“healing_awake”: 0.2,
“healing_resting”: 0.5,
“mending_modifier”: 2.0
},
{
“type”: “mutation”,
“id”: “FASTHEALER2”,
“name”: { “str”: “Very Fast Healer” },
“points”: 4,
“description”: “Your wounds heal very quickly. You heal 50% faster whilst asleep and 66% faster whilst awake. Your broken limbs also heal 4 times faster than usual.”,
“types”: [ “HEALING” ],
“prereqs”: [ “FASTHEALER” ],
“prereqs2”: [ “HUNGER2” ],
“cancels”: [ “REGEN” ],
“changes_to”: [ “REGEN” ],
“category”: [ “MEDICAL”, “PLANT”, “BATRACHIAN”, “LIZARD”, “TROGLOBITE”, “RAT”, “ALPHA”, “ELFA”, “BEAST”, “SLIME”, “RAPTOR”, “CHIMERA”, “MOUSE”, “RABBIT” ],
“healing_awake”: 0.66,
“healing_resting”: 0.5,
“mending_modifier”: 4.0
},
{
“type”: “mutation”,
“id”: “REGEN”,
“name”: { “str”: “Regeneration” },
“points”: 6,
“description”: “Your flesh regenerates from wounds incredibly quickly. You heal 150% faster whilst asleep and 200% faster whilst awake. Your broken limbs also heal 16 times faster than usual.”,
“types”: [ “HEALING” ],
“prereqs”: [ “FASTHEALER2” ],
“prereqs2”: [ “HUNGER3” ],
“threshreq”: [ “THRESH_SLIME”, “THRESH_TROGLOBITE” ],
“category”: [ “SLIME”, “TROGLOBITE” ],
“healing_awake”: 2.0,
“healing_resting”: 1.5,
“mending_modifier”: 16.0
},
Because one must need food to regenerate. If you regenerate like a troll you must eat like one.

Another thing is how the player change size and mass Hulk style in short time. That also must be linked to extreme needs, all that mass must come from somewhere.

For artifacts I think these must demand a “boon” or “price” for is abilities.
Examples:
Heal linked to Attention and/or Noise
Pulse to Dimensional fatigue
Hurtall to Radiation
Light and Clairvoyance to Shadows
Thats sort of stuff, not necessary these combos.

My two cents.

1 Like