Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSaddestGoomba committed Feb 14, 2024
1 parent 86638c8 commit 0879c99
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions data/json/monsterdrops/zombie.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
{ "item": "blood_tainted", "prob": 100, "damage": [ 2, 3 ], "count": [ 5, 10 ] },
{ "item": "meat_tainted", "prob": 100, "damage": [ 2, 3 ], "count": [ 5, 10 ] },
{ "item": "fat_tainted", "prob": 80, "damage": [ 2, 3 ], "count": [ 1, 5 ] },
{ "item": "bone_tainted", "prob": 100, "damage": [ 2, 3 ], "count": [ 5, 10] },
{ "item": "tainted_marrow", "prob": 50, "damage": [ 2, 3 ], "count": [ 1, 5] },
{ "item": "bone_tainted", "prob": 100, "damage": [ 2, 3 ], "count": [ 5, 10 ] },
{ "item": "tainted_marrow", "prob": 50, "damage": [ 2, 3 ], "count": [ 1, 5 ] },
{ "item": "sinew", "prob": 50, "damage": [ 2, 3 ], "count": [ 5, 10 ] },
{ "item": "mutant_brain", "prob": 50, "damage": [ 2, 3 ], "count": [ 1, 5] },
{ "item": "mutant_brain", "prob": 50, "damage": [ 2, 3 ], "count": [ 1, 5 ] },
{ "item": "stomach_large", "prob": 80, "damage": [ 2, 3 ] }
]
}
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/reptile_amphibian.json
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@
"description": "A mutated bullfrog taller than you are. It stares with amber eyes as it considers the easiest way to swallow you whole.",
"copy-from": "mon_proxy_giganfrog",
"color": "light_green",
"upgrades": { "age_grow": 45, "into_group": "GROUP_FROGS_UPGRADE_STRANGE_MEGA" },
"upgrades": { "age_grow": 45, "into_group": "GROUP_FROGS_UPGRADE_STRANGE_MEGA" },
"zombify_into": "mon_zombullfrog",
"reproduction": { "baby_egg": "egg_strange_bigfrog", "baby_count": 18, "baby_timer": 20 }
},
Expand Down
16 changes: 14 additions & 2 deletions data/json/speech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2671,13 +2671,25 @@
},
{
"type": "speech",
"speaker": [ "mon_zombie_brute_shocker", "mon_zombie_electric", "mon_zombie_nullfield", "mon_skeleton_electric", "mon_frog_shocker" ],
"speaker": [
"mon_zombie_brute_shocker",
"mon_zombie_electric",
"mon_zombie_nullfield",
"mon_skeleton_electric",
"mon_frog_shocker"
],
"sound": "crackling sounds.",
"volume": 20
},
{
"type": "speech",
"speaker": [ "mon_zombie_brute_shocker", "mon_zombie_electric", "mon_zombie_nullfield", "mon_skeleton_electric", "mon_frog_shocker" ],
"speaker": [
"mon_zombie_brute_shocker",
"mon_zombie_electric",
"mon_zombie_nullfield",
"mon_skeleton_electric",
"mon_frog_shocker"
],
"sound": "high-pitched hum.",
"volume": 20
},
Expand Down

0 comments on commit 0879c99

Please sign in to comment.