Skip to content

Commit

Permalink
Portal dependent scenario (#52968)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric <[email protected]>
  • Loading branch information
Termineitor244 and Ramza13 authored Dec 2, 2021
1 parent d6ae1a3 commit 9c7b718
Show file tree
Hide file tree
Showing 8 changed files with 715 additions and 1 deletion.
65 changes: 65 additions & 0 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -2414,6 +2414,71 @@
"desc": [ "You've been struck by lightning, and feel… different." ],
"base_mods": { "speed_mod": [ 50 ] }
},
{
"type": "effect_type",
"id": "pd_str_bad",
"name": [ "Muscle Vanishment", "Muscle Dissapearance" ],
"desc": [ "You feel as if your muscles are not quite there.", "You feel as if your muscles are not in your body." ],
"max_intensity": 2,
"rating": "bad",
"int_dur_factor": "50 m",
"base_mods": { "str_mod": [ -1 ] },
"scaling_mods": { "str_mod": [ -2 ] },
"miss_messages": [ [ "Your lack of strength stops you!", 1 ] ]
},
{
"type": "effect_type",
"id": "pd_dex_bad",
"name": [ "Weak Grasp", "Inexistent Grasp" ],
"desc": [ "You seem to have problems touching things.", "You feel as if your hands just pass through matter." ],
"max_intensity": 2,
"rating": "bad",
"int_dur_factor": "50 m",
"base_mods": { "dex_mod": [ -1 ] },
"scaling_mods": { "dex_mod": [ -2 ] },
"miss_messages": [ [ "Your attacks don't seem to touch your enemies!", 1 ] ]
},
{
"type": "effect_type",
"id": "pd_per_bad",
"name": [ "Distorted Vision", "Otherworldly Vision" ],
"desc": [
"You have problems distinguishing shapes and colors.",
"You seem to see slightly different realities every time you blink."
],
"max_intensity": 2,
"rating": "bad",
"int_dur_factor": "50 m",
"base_mods": { "per_mod": [ -1 ] },
"scaling_mods": { "per_mod": [ -2 ] },
"miss_messages": [ [ "You can't distinguish up from down!", 1 ] ]
},
{
"type": "effect_type",
"id": "pd_int_bad",
"name": [ "Wandering Mind", "Foreign Mind" ],
"desc": [ "Your thoughts seem to wander around on their own.", "Foreign thoughts seem to invade your mind." ],
"max_intensity": 2,
"rating": "bad",
"int_dur_factor": "50 m",
"base_mods": { "int_mod": [ -1 ] },
"scaling_mods": { "int_mod": [ -2 ] },
"miss_messages": [ [ "You suddenly think you shouldn't do that!", 1 ] ]
},
{
"type": "effect_type",
"id": "pd_rejection",
"name": [ "World Rejection", "Dimensional Rejection" ],
"desc": [
"Faint sparks surround your every move, your body aches more with every passing second.",
"Sparks swarm around you, your body hurts and even the air seems to reject your existence."
],
"max_intensity": 2,
"rating": "bad",
"int_dur_factor": "7 m",
"base_mods": { "pain_min": [ 1 ], "pain_chance": [ 20 ] },
"scaling_mods": { "hurt_min": [ 1 ], "hurt_chance": [ 25 ], "cough_chance": [ 30 ] }
},
{
"type": "effect_type",
"id": "grown_of_fuse",
Expand Down
2 changes: 1 addition & 1 deletion data/json/items/armor/cloaks.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"symbol": "[",
"looks_like": "robe",
"color": "brown",
"warmth": 50,
"warmth": 5,
"material_thickness": 0.3,
"environmental_protection": 5,
"flags": [ "OVERSIZE", "OUTER", "HELMET_COMPAT" ],
Expand Down
20 changes: 20 additions & 0 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,26 @@
}
]
},
{
"type": "mutation",
"id": "PORTAL_DEPENDENT",
"name": { "str": "Portal Dependent" },
"points": -8,
"description": "Your body is not quite there. You feel as if part of you remained behind with the portal storm. You will suffer severely when in lack of portal storms unless you find a way to anchor yourself in the world.",
"valid": false,
"starting_trait": false,
"purifiable": false
},
{
"type": "mutation",
"id": "REALITY_GRASP",
"name": { "str": "Stabilized in Reality" },
"points": 0,
"description": "You have regained some substance and have stabilized somewhat, lack of portal storms will not affect you as strongly as before.",
"valid": false,
"starting_trait": false,
"purifiable": false
},
{
"type": "mutation",
"id": "OPTIMISTIC",
Expand Down
Loading

0 comments on commit 9c7b718

Please sign in to comment.