diff options
Diffstat (limited to 'items/BLADESOUL_MINIBOSS.json')
| -rw-r--r-- | items/BLADESOUL_MINIBOSS.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/items/BLADESOUL_MINIBOSS.json b/items/BLADESOUL_MINIBOSS.json index 9eb2ef15..b1bc0327 100644 --- a/items/BLADESOUL_MINIBOSS.json +++ b/items/BLADESOUL_MINIBOSS.json @@ -26,7 +26,7 @@ { "name": "ยง8Bladesoul", "level": 200, - "coins": 4000, + "coins": 1000, "xp": 5000, "combat_xp": 4000, "render": "@neurepo:mobs/bladesoul.json", @@ -34,12 +34,12 @@ "panorama": "crimson_isle", "drops": [ { - "id": "COAL:20", - "chance": "100%" + "id": "COAL", + "chance": "x20-35" }, { "id": "ENCHANTED_COAL:1", - "chance": "50%" + "chance": "x0-2" }, { "id": "HALLOWED_SKULL:1", @@ -50,6 +50,14 @@ "chance": "2%" }, { + "id": "KUUDRA_HOT_TIER_KEY", + "chance": "4%" + }, + { + "id": "KUUDRA_TIER_KEY", + "chance": "6%" + }, + { "id": "RAGNAROCK_AXE:1", "chance": "0.5%" }, |
