Skip to content

Commit

Permalink
update vanilla monsters, don't change balance
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Feb 10, 2020
1 parent b82782c commit e3e210e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions data/json/monsters/fungus.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
"vision_day": 5,
"vision_night": 5,
"harvest": "exempt",
"emit_fields": [ "emit_fungal_leak" ],
"emit_fields": [ [ "emit_fungal_leak", "1 s" ] ],
"special_attacks": [ [ "SUICIDE", 20 ], [ "scratch", 15 ] ],
"death_drops": "default_zombie_items",
"death_function": [ "FUNGALBURST" ],
Expand Down Expand Up @@ -397,7 +397,7 @@
"vision_day": 5,
"vision_night": 3,
"harvest": "zombie",
"emit_fields": [ "emit_fungal_haze_plume" ],
"emit_fields": [ [ "emit_fungal_haze_plume", "1 s" ] ],
"special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 15 ] ],
"death_function": [ "FUNGUS" ],
"flags": [ "SEES", "STUMBLES", "WARM", "BASHES", "GROUP_BASH", "POISON", "HARDTOSHOOT", "NO_BREATHE", "PUSH_MON", "FILTHY" ]
Expand Down
4 changes: 2 additions & 2 deletions data/json/monsters/nether.json
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
"vision_night": 50,
"harvest": "exempt",
"special_attacks": [ [ "TINDALOS_TELEPORT", 5 ] ],
"emit_fields": [ "emit_tindalos_gas_leak" ],
"emit_fields": [ [ "emit_tindalos_gas_leak", "1 s" ] ],
"path_settings": { "max_dist": 10 },
"death_function": [ "MELT" ],
"flags": [
Expand Down Expand Up @@ -526,7 +526,7 @@
"vision_night": 50,
"harvest": "exempt",
"special_attacks": [ [ "TINDALOS_TELEPORT", 5 ], [ "DISAPPEAR", 25 ] ],
"emit_fields": [ "emit_tindalos_gas_leak" ],
"emit_fields": [ [ "emit_tindalos_gas_leak", "1 s" ] ],
"path_settings": { "max_dist": 10 },
"death_function": [ "MELT" ],
"flags": [
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zed_electric.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"vision_night": 3,
"luminance": 16,
"harvest": "CBM_SUBS",
"emit_fields": [ "emit_shock_cloud" ],
"emit_fields": [ [ "emit_shock_cloud", "1 s" ] ],
"special_when_hit": [ "ZAPBACK", 75 ],
"death_drops": "default_zombie_death_drops",
"death_function": [ "NORMAL" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zed_explosive.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"melee_cut": 0,
"vision_night": 3,
"harvest": "exempt",
"emit_fields": [ "emit_toxic_leak" ],
"emit_fields": [ [ "emit_toxic_leak", "1 s" ] ],
"special_attacks": [ [ "SUICIDE", 20 ], [ "scratch", 15 ] ],
"death_drops": "default_zombie_items",
"death_function": [ "GAS" ],
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zed_misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@
"vision_day": 50,
"vision_night": 3,
"harvest": "exempt",
"emit_fields": [ "emit_smoke_stream" ],
"emit_fields": [ [ "emit_smoke_stream", "1 s" ] ],
"special_attacks": [ { "type": "bite", "cooldown": 5 }, [ "scratch", 15 ] ],
"death_function": [ "SMOKEBURST" ],
"flags": [
Expand Down

0 comments on commit e3e210e

Please sign in to comment.