Skip to content

Commit

Permalink
A shadow? quickfix (CleverRaven#75354)
Browse files Browse the repository at this point in the history
* A shadow? quickfix

* Remove unnecessary elemental weakness
  • Loading branch information
SirPendrak authored and Knut-Aage-Hofseth committed Aug 29, 2024
1 parent 2356020 commit 9a2d976
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions data/json/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -4730,26 +4730,21 @@
{
"id": "photophobia",
"type": "effect_type",
"//": "max_duration doesn't seem to work here, the effect stays forever",
"max_duration": "5 s",
"name": [ "photophobia" ],
"base_mods": { "speed_mod": [ -100 ] },
"desc": [ "It burns! Thankfully, this can't ever happen to you. This is a bug if you have it." ],
"rating": "bad",
"show_intensity": false,
"show_in_info": true,
"//": "Enchantments don't actually work for monsters! If you find that shadow is suddenly very killable, they probably got hooked up!",
"enchantments": [
{
"condition": "ALWAYS",
"values": [
{ "value": "SPEED", "multiply": 0.5 },
{ "value": "SPEED", "multiply": -0.5 },
{ "value": "ARMOR_BASH", "add": 15 },
{ "value": "ARMOR_STAB", "add": 15 },
{ "value": "ARMOR_CUT", "add": 15 },
{ "value": "ARMOR_HEAT", "add": 15 },
{ "value": "ARMOR_COLD", "add": 15 },
{ "value": "ARMOR_ELEC", "add": 15 },
{ "value": "ARMOR_ACID", "add": 15 },
{ "value": "ARMOR_BULLET", "add": 50 }
]
}
Expand Down

0 comments on commit 9a2d976

Please sign in to comment.