diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-10-19 15:39:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 15:39:49 +0200 |
commit | f144e9fb45018e18ce16ea9c0f01518b877d34dd (patch) | |
tree | 508463965aea3f3ad3dcda11b96b15ef717ee4eb /items/VOIDGLOOM_SERAPH_3_BOSS.json | |
parent | 1102dc62c60916df7095d266e907ed191e658e2b (diff) | |
download | NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.gz NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.tar.bz2 NotEnoughUpdates-REPO-f144e9fb45018e18ce16ea9c0f01518b877d34dd.zip |
Added reqs to items, fixed slayer drops, added new drop, fixed some lores (#998)
Diffstat (limited to 'items/VOIDGLOOM_SERAPH_3_BOSS.json')
-rw-r--r-- | items/VOIDGLOOM_SERAPH_3_BOSS.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/items/VOIDGLOOM_SERAPH_3_BOSS.json b/items/VOIDGLOOM_SERAPH_3_BOSS.json index 59c511fd..47aa28bf 100644 --- a/items/VOIDGLOOM_SERAPH_3_BOSS.json +++ b/items/VOIDGLOOM_SERAPH_3_BOSS.json @@ -42,6 +42,7 @@ "name": "ยง6Voidgloom Seraph III", "render": "Enderman", "panorama": "combat_3", + "combat_xp": 200, "type": "drops", "drops": [ { @@ -52,7 +53,7 @@ { "id": "TWILIGHT_ARROW_POISON", "extra": ["x24-32"], - "chance": "13.15%" + "chance": "13.41%" }, { "id": "SUMMONING_EYE", @@ -60,11 +61,11 @@ }, { "id": "ENDERSNAKE_RUNE;1", - "chance": "2.45%" + "chance": "2.42%" }, { "id": "TRANSMISSION_TUNER", - "chance": "2.26%" + "chance": "2.23%" }, { "id": "HAZMAT_ENDERMAN", @@ -72,11 +73,11 @@ }, { "id": "MANA_STEAL;1", - "chance": "4.52%" + "chance": "4.47%" }, { "id": "NULL_ATOM", - "chance": "3.77%" + "chance": "3.73%" } ] } |