Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and klorpa committed Aug 14, 2024
1 parent 10c1229 commit a88b978
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/robots.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"type": "gun",
"cooldown": 1,
"gun_type": "rm451_flamethrower",
"ammo_type": [ "napalm" ],
"ammo_type": "napalm",
"fake_skills": [ [ "gun", 4 ], [ "launcher", 5 ] ],
"fake_dex": 10,
"no_ammo_sound": "hiss!",
Expand Down
6 changes: 3 additions & 3 deletions data/mods/Generic_Guns/robots/active_bots.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"cooldown": 1,
"move_cost": 150,
"gun_type": "rifle_lmg",
"ammo_type": [ "rifle_ball" ],
"ammo_type": "rifle_ball",
"fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
"fake_dex": 12,
"ranges": [ [ 0, 60, "DEFAULT" ] ],
Expand Down Expand Up @@ -104,7 +104,7 @@
"cooldown": 1,
"move_cost": 150,
"gun_type": "rifle_assault",
"ammo_type": [ "rifle_ball" ],
"ammo_type": "rifle_ball",
"fake_skills": [ [ "gun", 8 ], [ "rifle", 8 ] ],
"fake_dex": 12,
"ranges": [ [ 0, 30, "DEFAULT" ] ],
Expand Down Expand Up @@ -133,7 +133,7 @@
"cooldown": 1,
"move_cost": 150,
"gun_type": "grenade_revolver",
"ammo_type": [ "grenade_ammo_hedp" ],
"ammo_type": "grenade_ammo_hedp",
"fake_skills": [ [ "gun", 8 ], [ "launcher", 8 ] ],
"fake_dex": 12,
"ranges": [ [ 0, 20, "DEFAULT" ] ],
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/items/archery.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"looks_like": "arrow_fire_hardened_fletched",
"description": "An arrow composed of a sliver of orichalcum. The arrow has a mysterious glow. Has a very high chance of staying intact when fired, however can only be fired from Ichaival.",
"material": [ "wood", "orichalcum_metal" ],
"ammo_type": [ "arrow_orichalcum" ],
"ammo_type": "arrow_orichalcum",
"volume": "145 ml",
"weight": "30 g",
"damage": { "damage_type": "stab", "constant_damage_multiplier": 1.95, "armor_penetration": 20 },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/TEST_DATA/metal.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"material": [ "platinum" ],
"symbol": "/",
"color": "light_gray",
"ammo_type": [ "components" ]
"ammo_type": "components"
}
]

0 comments on commit a88b978

Please sign in to comment.