From 3b41020361c41a437bf9a7e67e7ea44d81533299 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 3 Jan 2023 13:45:20 +0100 Subject: So actually , isnt the same thing as . (#882) --- items/PHANTOM_SPIRIT_MONSTER.json | 2 +- items/SVEN_PACKMASTER_3_BOSS.json | 2 +- items/TARANTULA_BROODFATHER_4_BOSS.json | 2 +- items/UNDEAD_SKELETON_MONSTER.json | 2 +- items/WATER_HYDRA_SC.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'items') diff --git a/items/PHANTOM_SPIRIT_MONSTER.json b/items/PHANTOM_SPIRIT_MONSTER.json index 33e0ee64..71ac7b28 100644 --- a/items/PHANTOM_SPIRIT_MONSTER.json +++ b/items/PHANTOM_SPIRIT_MONSTER.json @@ -48,7 +48,7 @@ { "id": "DYE_DARK_PURPLE:1", "extra": [], - "chance": "0,0001%" + "chance": "0.0001%" } ] } diff --git a/items/SVEN_PACKMASTER_3_BOSS.json b/items/SVEN_PACKMASTER_3_BOSS.json index b6afe9e8..e63ab48e 100644 --- a/items/SVEN_PACKMASTER_3_BOSS.json +++ b/items/SVEN_PACKMASTER_3_BOSS.json @@ -58,7 +58,7 @@ }, { "id": "RED_CLAW_EGG", - "chance": "0,04%" + "chance": "0.04%" } ] } diff --git a/items/TARANTULA_BROODFATHER_4_BOSS.json b/items/TARANTULA_BROODFATHER_4_BOSS.json index 7f8526d2..d11b838a 100644 --- a/items/TARANTULA_BROODFATHER_4_BOSS.json +++ b/items/TARANTULA_BROODFATHER_4_BOSS.json @@ -66,7 +66,7 @@ }, { "id": "DIGESTED_MOSQUITO", - "chance": "0,06%" + "chance": "0.06%" } ] } diff --git a/items/UNDEAD_SKELETON_MONSTER.json b/items/UNDEAD_SKELETON_MONSTER.json index 55467a95..2fe5cd41 100644 --- a/items/UNDEAD_SKELETON_MONSTER.json +++ b/items/UNDEAD_SKELETON_MONSTER.json @@ -34,7 +34,7 @@ }, { "id": "DYE_BONE", - "chance": "0,0000333%" + "chance": "0.0000333%" } ] } diff --git a/items/WATER_HYDRA_SC.json b/items/WATER_HYDRA_SC.json index 97059a0b..1d9114f1 100644 --- a/items/WATER_HYDRA_SC.json +++ b/items/WATER_HYDRA_SC.json @@ -71,7 +71,7 @@ }, { "id": "PET_ITEM_FISHING_SKILL_BOOST_EPIC", - "chance": "0,02%" + "chance": "0.02%" } ] } -- cgit