From 070d7b3784c36789ec7b7dd98973fe84fc489f51 Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 08:02:14 +0200 Subject: [PATCH 1/6] Creted loot table --- .../entity_drops/cataclysm_trophies.json | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json diff --git a/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json b/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json new file mode 100644 index 000000000..ca30b59d0 --- /dev/null +++ b/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json @@ -0,0 +1,61 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "conditions": [ + { + "condition": "minecraft:killed_by_player" + }, + { + "condition": "trofers:random_trophy_chance" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "trophies": { + "cataclysm:ignis": "trofers:cataclysm/ignis", + "cataclysm:ignited_revenant": "trofers:cataclysm/ignited_revenant", + "cataclysm:ignited_berserker": "trofers:cataclysm/ignited_berserker", + "cataclysm:the_harbinger": "trofers:cataclysm/harbinger", + "cataclysm:the_watcher": "trofers:cataclysm/watcher", + "cataclysm:the_prowler": "trofers:cataclysm/prowler", + "cataclysm:the_leviathan": "trofers:cataclysm/leviathan", + "cataclysm:deepling": "trofers:cataclysm/deepling", + "cataclysm:deepling_angler": "trofers:cataclysm/deepling_angler", + "cataclysm:deepling_brute": "trofers:cataclysm/deepling_brute", + "cataclysm:deepling_priest": "trofers:cataclysm/deepling_priest", + "cataclysm:deepling_warlock": "trofers:cataclysm/deepling_warlock", + "cataclysm:coral_golem": "trofers:cataclysm/coral_golem", + "cataclysm:ancient_remnant": "trofers:cataclysm/ancient_remnant", + "cataclysm:koboleton": "trofers:cataclysm/koboleton", + "cataclysm:kobolediator": "trofers:cataclysm/kobolediator", + "cataclysm:wadjet": "trofers:cataclysm/wadjet", + "cataclysm:maledictus": "trofers:cataclysm/maledictus", + "cataclysm:draugr": "trofers:cataclysm/draugr", + "cataclysm:elite_draugr": "trofers:cataclysm/elite_draugr", + "cataclysm:royal_draugr": "trofers:cataclysm/royal_draugr", + "cataclysm:aptrgangr": "trofers:cataclysm/aptrgangr", + "cataclysm:amethyst_crab": "trofers:cataclysm/amethyst_crab", + "cataclysm:scylla": "trofers:cataclysm/scylla", + "cataclysm:symbiocto": "trofers:cataclysm/symbiocto", + "cataclysm:urchinkin": "trofers:cataclysm/urchinkin", + "cataclysm:cindaria": "trofers:cataclysm/cindaria", + "cataclysm:hippocamtus": "trofers:cataclysm/hippocamtus", + "cataclysm:clawdian": "trofers:cataclysm/clawdian", + "cataclysm:netherite_monstrosity": "trofers:cataclysm/netherite_monstrosity", + "cataclysm:ender_guardian": "trofers:cataclysm/ender_guardian", + "cataclysm:endermaptera": "trofers:cataclysm/endermaptera", + "cataclysm:ender_golem": "trofers:cataclysm/ender_golem" + + }, + "trophy_base": "trofers:small_plate" +} From e90ad3e600a161debf2ef6d693e0250d1dff3c9a Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 08:03:37 +0200 Subject: [PATCH 2/6] Added trophie --- .../trophies/cataclysm/amethyst_crab.json | 49 +++++++++++++++++ .../trophies/cataclysm/ancient_remnant.json | 49 +++++++++++++++++ .../trofers/trophies/cataclysm/aptrgangr.json | 40 ++++++++++++++ .../trofers/trophies/cataclysm/cindaria.json | 40 ++++++++++++++ .../trofers/trophies/cataclysm/clawdian.json | 35 +++++++++++++ .../trophies/cataclysm/coral_golem.json | 36 +++++++++++++ .../trofers/trophies/cataclysm/deepling.json | 49 +++++++++++++++++ .../trophies/cataclysm/deepling_angler.json | 49 +++++++++++++++++ .../trophies/cataclysm/deepling_brute.json | 49 +++++++++++++++++ .../trophies/cataclysm/deepling_priest.json | 49 +++++++++++++++++ .../trophies/cataclysm/deepling_warlock.json | 49 +++++++++++++++++ .../trofers/trophies/cataclysm/draugr.json | 49 +++++++++++++++++ .../trophies/cataclysm/elite_draugr.json | 49 +++++++++++++++++ .../trophies/cataclysm/ender_golem.json | 40 ++++++++++++++ .../trophies/cataclysm/ender_guardian.json | 40 ++++++++++++++ .../trophies/cataclysm/endermaptera.json | 40 ++++++++++++++ .../trophies/cataclysm/harbringer.json | 40 ++++++++++++++ .../trophies/cataclysm/hippocamtus.json | 40 ++++++++++++++ .../trofers/trophies/cataclysm/ignis.json | 40 ++++++++++++++ .../trophies/cataclysm/ignited_berserker.json | 40 ++++++++++++++ .../trophies/cataclysm/ignited_revenant.json | 40 ++++++++++++++ .../trophies/cataclysm/kobolediator.json | 49 +++++++++++++++++ .../trofers/trophies/cataclysm/koboleton.json | 49 +++++++++++++++++ .../trofers/trophies/cataclysm/leviathan.json | 41 +++++++++++++++ .../trophies/cataclysm/maledictus.json | 40 ++++++++++++++ .../cataclysm/netherite_monstrosity.json | 40 ++++++++++++++ .../trofers/trophies/cataclysm/prowler.json | 40 ++++++++++++++ .../trophies/cataclysm/royal_draugr.json | 52 +++++++++++++++++++ .../trofers/trophies/cataclysm/scylla.json | 41 +++++++++++++++ .../trofers/trophies/cataclysm/symbiocto.json | 36 +++++++++++++ .../trofers/trophies/cataclysm/urchinkin.json | 36 +++++++++++++ .../trofers/trophies/cataclysm/wadjet.json | 40 ++++++++++++++ .../trofers/trophies/cataclysm/watcher.json | 40 ++++++++++++++ 33 files changed, 1416 insertions(+) create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json create mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json b/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json new file mode 100644 index 000000000..b403087ec --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#c890f0", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "effects": { + "sound": { + "id": "cataclysm:crab_bite" + } + }, + "entity": { + "id": "cataclysm:amethyst_crab", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:coral_spear" + }, + {} + ] + } + }, + "name": { + "color": "#c890f0", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.amethyst_crab" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json new file mode 100644 index 000000000..6048cc73f --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#dbb86a", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "effects": { + "sound": { + "id": "cataclysm:remnant_bite" + } + }, + "entity": { + "id": "cataclysm:ancient_ancient_remnant", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:khopesh" + }, + {} + ] + } + }, + "name": { + "color": "#dbb86a", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ancient_remnant" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json new file mode 100644 index 000000000..cad7a5c99 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#e8e7e4", + "base": "#606060" + }, + "display": { + "scale": 0.20 + }, + "effects": { + "sound": { + "id": "cataclysm:aptrgangr_idle" + } + }, + "entity": { + "id": "cataclysm:aptrgangr" + }, + "name": { + "color": "#e8e7e4", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.aptrgangr" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json b/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json new file mode 100644 index 000000000..43a9315b4 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#80ffab", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:cindaria_death" + } + }, + "entity": { + "id": "cataclysm:cindaria" + }, + "name": { + "color": "#80ffab", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.cindaria" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json b/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json new file mode 100644 index 000000000..5728b37c5 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json @@ -0,0 +1,35 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#a43228", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "entity": { + "id": "cataclysm:clawdian" + }, + "name": { + "color": "#a43228", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.clawdian" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json b/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json new file mode 100644 index 000000000..e1c925b37 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json @@ -0,0 +1,36 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#ac76ff", + "base": "#606060" + }, + "display": { + "scale": 0.25, + "offset":[0.0, 0.0, 2.0] + }, + "entity": { + "id": "cataclysm:coral_golem" + }, + "name": { + "color": "#ac76ff", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.coral_golem" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json new file mode 100644 index 000000000..fb740f442 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#baedf4", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:deepling_idle" + } + }, + "entity": { + "id": "cataclysm:deepling", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:coral_spear" + }, + {} + ] + } + }, + "name": { + "color": "#baedf4", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.deepling" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json new file mode 100644 index 000000000..ada5ec696 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#baedf4", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:deepling_idle" + } + }, + "entity": { + "id": "cataclysm:deepling_angler", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "minecraft:fishing_rod" + }, + {} + ] + } + }, + "name": { + "color": "#baedf4", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.deepling_angler" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json new file mode 100644 index 000000000..e67660d9b --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#ac76ff", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:deepling_idle" + } + }, + "entity": { + "id": "cataclysm:deepling_brute", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:coral_bardiche" + }, + {} + ] + } + }, + "name": { + "color": "#ac76ff", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.deepling_brute" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json new file mode 100644 index 000000000..9a17f5e05 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#baedf4", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:deepling_idle" + } + }, + "entity": { + "id": "cataclysm:deepling_priest", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:athame" + }, + {} + ] + } + }, + "name": { + "color": "#baedf4", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.deepling_priest" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json new file mode 100644 index 000000000..745ff4849 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#d66a98", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:deepling_idle" + } + }, + "entity": { + "id": "cataclysm:deepling_warlock", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:athame" + }, + {} + ] + } + }, + "name": { + "color": "#d66a98", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.deepling_warlock" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json new file mode 100644 index 000000000..96a74fed8 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#bfbaaa", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:draugr_idle" + } + }, + "entity": { + "id": "cataclysm:draugr", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:black_steel_axe" + }, + {} + ] + } + }, + "name": { + "color": "#bfbaaa", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.draugr" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json new file mode 100644 index 000000000..2fb9b90a8 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#bfbaaa", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:draugr_idle" + } + }, + "entity": { + "id": "cataclysm:royal_draugr", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:black_steel_sword" + }, + {} + ] + } + }, + "name": { + "color": "#bfbaaa", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.royal_draugr" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json new file mode 100644 index 000000000..e0df48111 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#a153fe", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "effects": { + "sound": { + "id": "cataclysm:golemattack" + } + }, + "entity": { + "id": "cataclysm:ender_golem" + }, + "name": { + "color": "#a153fe", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ender_golem" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json new file mode 100644 index 000000000..31b8e5d92 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#a153fe", + "base": "#606060" + }, + "display": { + "scale": 0.20 + }, + "effects": { + "sound": { + "id": "cataclysm:enderguardiandeath" + } + }, + "entity": { + "id": "cataclysm:ender_guardian" + }, + "name": { + "color": "#a153fe", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ender_guardian" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json b/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json new file mode 100644 index 000000000..db8846148 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#a153fe", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:endermaptera_ambient" + } + }, + "entity": { + "id": "cataclysm:endermaptera" + }, + "name": { + "color": "#a153fe", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.endermaptera" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json b/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json new file mode 100644 index 000000000..162b77872 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fa1e1e", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:harbinger_idle" + } + }, + "entity": { + "id": "cataclysm:the_harbinger" + }, + "name": { + "color": "#fa1e1e", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.the_harbinger" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json b/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json new file mode 100644 index 000000000..ac2d93353 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#ee9c35", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:hippocamtus_idle" + } + }, + "entity": { + "id": "cataclysm:hippocamtus" + }, + "name": { + "color": "#ee9c35", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.hippocamtus" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json new file mode 100644 index 000000000..0f7b62d1c --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fcc753", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:ignis_death" + } + }, + "entity": { + "id": "cataclysm:ignis" + }, + "name": { + "color": "#fcc753", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ignis" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json new file mode 100644 index 000000000..ee467da32 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fcc753", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:ignis_death" + } + }, + "entity": { + "id": "cataclysm:ignited_berserker" + }, + "name": { + "color": "#fcc753", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ignited_berserker" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json new file mode 100644 index 000000000..31b862311 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fcc753", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:ignis_death" + } + }, + "entity": { + "id": "cataclysm:ignited_revenant" + }, + "name": { + "color": "#fcc753", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.ignited_revenant" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json b/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json new file mode 100644 index 000000000..2b7ec8120 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#dbb86a", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "effects": { + "sound": { + "id": "cataclysm:kobolediator_ambient" + } + }, + "entity": { + "id": "cataclysm:kobolediator", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:khopesh" + }, + {} + ] + } + }, + "name": { + "color": "#dbb86a", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.kobolediator" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json b/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json new file mode 100644 index 000000000..74dc6aa08 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json @@ -0,0 +1,49 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#dbb86a", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:koboleton_ambient" + } + }, + "entity": { + "id": "cataclysm:koboleton", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:khopesh" + }, + {} + ] + } + }, + "name": { + "color": "#dbb86a", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.koboleton" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json b/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json new file mode 100644 index 000000000..1bdb80348 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json @@ -0,0 +1,41 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#9f40ff", + "base": "#606060" + }, + "display": { + "scale": 0.15, + "offset":[0.0,5.0,0.0] + }, + "effects": { + "sound": { + "id": "cataclysm:leviathan_roar" + } + }, + "entity": { + "id": "cataclysm:the_leviathan" + }, + "name": { + "color": "#9f40ff", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.the_leviathan" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json b/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json new file mode 100644 index 000000000..6cff34def --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#8cfdff", + "base": "#606060" + }, + "display": { + "scale": 0.3 + }, + "effects": { + "sound": { + "id": "cataclysm:maledictus_battle_cry" + } + }, + "entity": { + "id": "cataclysm:maledictus" + }, + "name": { + "color": "#8cfdff", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.maledictus" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json b/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json new file mode 100644 index 000000000..626f671d4 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#f48522", + "base": "#606060" + }, + "display": { + "scale": 0.15 + }, + "effects": { + "sound": { + "id": "cataclysm:monstrositygrowl" + } + }, + "entity": { + "id": "cataclysm:netherite_monstrosity" + }, + "name": { + "color": "#f48522", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.netherite_monstrosity" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json b/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json new file mode 100644 index 000000000..adc773726 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fa1e1e", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:prowler_idle" + } + }, + "entity": { + "id": "cataclysm:the_prowler" + }, + "name": { + "color": "#fa1e1e", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.the_prowler" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json new file mode 100644 index 000000000..76cc2a7f9 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json @@ -0,0 +1,52 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#bfbaaa", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:draugr_idle" + } + }, + "entity": { + "id": "cataclysm:royal_draugr", + "tag": { + "HandItems": [ + { + "count": 1, + "id": "cataclysm:black_steel_axe" + }, + { + "count": 1, + "id": "cataclysm:black_steel_targe" + } + ] + } + }, + "name": { + "color": "#bfbaaa", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.royal_draugr" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json b/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json new file mode 100644 index 000000000..932bfb1e3 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json @@ -0,0 +1,41 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#96b3b8", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:scylla_roar" + } + }, + "entity": { + "id": "cataclysm:scylla", + "nbt": "{Act: 1b, Phase: 1}" + }, + "name": { + "color": "#96b3b8", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.scylla" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json b/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json new file mode 100644 index 000000000..0ae23cd74 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json @@ -0,0 +1,36 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#8b3e27", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + + "entity": { + "id": "cataclysm:symbiocto" + }, + "name": { + "color": "#8b3e27", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.symbiocto" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json b/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json new file mode 100644 index 000000000..87de08974 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json @@ -0,0 +1,36 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#17062f", + "base": "#606060" + }, + "display": { + "scale": 0.30 + }, + + "entity": { + "id": "cataclysm:urchinkin" + }, + "name": { + "color": "#17062f", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.urchinkin" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json b/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json new file mode 100644 index 000000000..be08e29e2 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#dbb86a", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:wadjet_ambient" + } + }, + "entity": { + "id": "cataclysm:wadjet" + }, + "name": { + "color": "#dbb86a", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.wadjet" + } + ] + } +} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json b/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json new file mode 100644 index 000000000..190999836 --- /dev/null +++ b/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json @@ -0,0 +1,40 @@ +{ + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": [ + "cataclysm" + ] + } + ], + "colors": { + "accent": "#fa1e1e", + "base": "#606060" + }, + "display": { + "scale": 0.25 + }, + "effects": { + "sound": { + "id": "cataclysm:harbinger_idle" + } + }, + "entity": { + "id": "cataclysm:the_watcher" + }, + "name": { + "color": "#fa1e1e", + "translate": "trophy.trofers.composed", + "with": [ + { + "translate": "entity.cataclysm.the_watcher" + } + ] + } +} \ No newline at end of file From 48dde2b577fb8b720ffc277d6ee519d230171022 Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:37:33 +0200 Subject: [PATCH 3/6] Delete kubejs/data/trofers/trofers/trophies/cataclysm directory --- .../trophies/cataclysm/amethyst_crab.json | 49 ----------------- .../trophies/cataclysm/ancient_remnant.json | 49 ----------------- .../trofers/trophies/cataclysm/aptrgangr.json | 40 -------------- .../trofers/trophies/cataclysm/cindaria.json | 40 -------------- .../trofers/trophies/cataclysm/clawdian.json | 35 ------------- .../trophies/cataclysm/coral_golem.json | 36 ------------- .../trofers/trophies/cataclysm/deepling.json | 49 ----------------- .../trophies/cataclysm/deepling_angler.json | 49 ----------------- .../trophies/cataclysm/deepling_brute.json | 49 ----------------- .../trophies/cataclysm/deepling_priest.json | 49 ----------------- .../trophies/cataclysm/deepling_warlock.json | 49 ----------------- .../trofers/trophies/cataclysm/draugr.json | 49 ----------------- .../trophies/cataclysm/elite_draugr.json | 49 ----------------- .../trophies/cataclysm/ender_golem.json | 40 -------------- .../trophies/cataclysm/ender_guardian.json | 40 -------------- .../trophies/cataclysm/endermaptera.json | 40 -------------- .../trophies/cataclysm/harbringer.json | 40 -------------- .../trophies/cataclysm/hippocamtus.json | 40 -------------- .../trofers/trophies/cataclysm/ignis.json | 40 -------------- .../trophies/cataclysm/ignited_berserker.json | 40 -------------- .../trophies/cataclysm/ignited_revenant.json | 40 -------------- .../trophies/cataclysm/kobolediator.json | 49 ----------------- .../trofers/trophies/cataclysm/koboleton.json | 49 ----------------- .../trofers/trophies/cataclysm/leviathan.json | 41 --------------- .../trophies/cataclysm/maledictus.json | 40 -------------- .../cataclysm/netherite_monstrosity.json | 40 -------------- .../trofers/trophies/cataclysm/prowler.json | 40 -------------- .../trophies/cataclysm/royal_draugr.json | 52 ------------------- .../trofers/trophies/cataclysm/scylla.json | 41 --------------- .../trofers/trophies/cataclysm/symbiocto.json | 36 ------------- .../trofers/trophies/cataclysm/urchinkin.json | 36 ------------- .../trofers/trophies/cataclysm/wadjet.json | 40 -------------- .../trofers/trophies/cataclysm/watcher.json | 40 -------------- 33 files changed, 1416 deletions(-) delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json delete mode 100644 kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json b/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json deleted file mode 100644 index b403087ec..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/amethyst_crab.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#c890f0", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "effects": { - "sound": { - "id": "cataclysm:crab_bite" - } - }, - "entity": { - "id": "cataclysm:amethyst_crab", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:coral_spear" - }, - {} - ] - } - }, - "name": { - "color": "#c890f0", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.amethyst_crab" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json deleted file mode 100644 index 6048cc73f..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ancient_remnant.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#dbb86a", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "effects": { - "sound": { - "id": "cataclysm:remnant_bite" - } - }, - "entity": { - "id": "cataclysm:ancient_ancient_remnant", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:khopesh" - }, - {} - ] - } - }, - "name": { - "color": "#dbb86a", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ancient_remnant" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json deleted file mode 100644 index cad7a5c99..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/aptrgangr.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#e8e7e4", - "base": "#606060" - }, - "display": { - "scale": 0.20 - }, - "effects": { - "sound": { - "id": "cataclysm:aptrgangr_idle" - } - }, - "entity": { - "id": "cataclysm:aptrgangr" - }, - "name": { - "color": "#e8e7e4", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.aptrgangr" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json b/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json deleted file mode 100644 index 43a9315b4..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/cindaria.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#80ffab", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:cindaria_death" - } - }, - "entity": { - "id": "cataclysm:cindaria" - }, - "name": { - "color": "#80ffab", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.cindaria" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json b/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json deleted file mode 100644 index 5728b37c5..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/clawdian.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#a43228", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "entity": { - "id": "cataclysm:clawdian" - }, - "name": { - "color": "#a43228", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.clawdian" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json b/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json deleted file mode 100644 index e1c925b37..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/coral_golem.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#ac76ff", - "base": "#606060" - }, - "display": { - "scale": 0.25, - "offset":[0.0, 0.0, 2.0] - }, - "entity": { - "id": "cataclysm:coral_golem" - }, - "name": { - "color": "#ac76ff", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.coral_golem" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json deleted file mode 100644 index fb740f442..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#baedf4", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:deepling_idle" - } - }, - "entity": { - "id": "cataclysm:deepling", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:coral_spear" - }, - {} - ] - } - }, - "name": { - "color": "#baedf4", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.deepling" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json deleted file mode 100644 index ada5ec696..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_angler.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#baedf4", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:deepling_idle" - } - }, - "entity": { - "id": "cataclysm:deepling_angler", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "minecraft:fishing_rod" - }, - {} - ] - } - }, - "name": { - "color": "#baedf4", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.deepling_angler" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json deleted file mode 100644 index e67660d9b..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_brute.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#ac76ff", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:deepling_idle" - } - }, - "entity": { - "id": "cataclysm:deepling_brute", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:coral_bardiche" - }, - {} - ] - } - }, - "name": { - "color": "#ac76ff", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.deepling_brute" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json deleted file mode 100644 index 9a17f5e05..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_priest.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#baedf4", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:deepling_idle" - } - }, - "entity": { - "id": "cataclysm:deepling_priest", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:athame" - }, - {} - ] - } - }, - "name": { - "color": "#baedf4", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.deepling_priest" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json b/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json deleted file mode 100644 index 745ff4849..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/deepling_warlock.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#d66a98", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:deepling_idle" - } - }, - "entity": { - "id": "cataclysm:deepling_warlock", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:athame" - }, - {} - ] - } - }, - "name": { - "color": "#d66a98", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.deepling_warlock" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json deleted file mode 100644 index 96a74fed8..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/draugr.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#bfbaaa", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:draugr_idle" - } - }, - "entity": { - "id": "cataclysm:draugr", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:black_steel_axe" - }, - {} - ] - } - }, - "name": { - "color": "#bfbaaa", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.draugr" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json deleted file mode 100644 index 2fb9b90a8..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/elite_draugr.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#bfbaaa", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:draugr_idle" - } - }, - "entity": { - "id": "cataclysm:royal_draugr", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:black_steel_sword" - }, - {} - ] - } - }, - "name": { - "color": "#bfbaaa", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.royal_draugr" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json deleted file mode 100644 index e0df48111..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_golem.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#a153fe", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "effects": { - "sound": { - "id": "cataclysm:golemattack" - } - }, - "entity": { - "id": "cataclysm:ender_golem" - }, - "name": { - "color": "#a153fe", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ender_golem" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json deleted file mode 100644 index 31b8e5d92..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ender_guardian.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#a153fe", - "base": "#606060" - }, - "display": { - "scale": 0.20 - }, - "effects": { - "sound": { - "id": "cataclysm:enderguardiandeath" - } - }, - "entity": { - "id": "cataclysm:ender_guardian" - }, - "name": { - "color": "#a153fe", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ender_guardian" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json b/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json deleted file mode 100644 index db8846148..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/endermaptera.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#a153fe", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:endermaptera_ambient" - } - }, - "entity": { - "id": "cataclysm:endermaptera" - }, - "name": { - "color": "#a153fe", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.endermaptera" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json b/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json deleted file mode 100644 index 162b77872..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/harbringer.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fa1e1e", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:harbinger_idle" - } - }, - "entity": { - "id": "cataclysm:the_harbinger" - }, - "name": { - "color": "#fa1e1e", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.the_harbinger" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json b/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json deleted file mode 100644 index ac2d93353..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/hippocamtus.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#ee9c35", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:hippocamtus_idle" - } - }, - "entity": { - "id": "cataclysm:hippocamtus" - }, - "name": { - "color": "#ee9c35", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.hippocamtus" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json deleted file mode 100644 index 0f7b62d1c..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ignis.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fcc753", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:ignis_death" - } - }, - "entity": { - "id": "cataclysm:ignis" - }, - "name": { - "color": "#fcc753", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ignis" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json deleted file mode 100644 index ee467da32..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_berserker.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fcc753", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:ignis_death" - } - }, - "entity": { - "id": "cataclysm:ignited_berserker" - }, - "name": { - "color": "#fcc753", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ignited_berserker" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json b/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json deleted file mode 100644 index 31b862311..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/ignited_revenant.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fcc753", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:ignis_death" - } - }, - "entity": { - "id": "cataclysm:ignited_revenant" - }, - "name": { - "color": "#fcc753", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.ignited_revenant" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json b/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json deleted file mode 100644 index 2b7ec8120..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/kobolediator.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#dbb86a", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "effects": { - "sound": { - "id": "cataclysm:kobolediator_ambient" - } - }, - "entity": { - "id": "cataclysm:kobolediator", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:khopesh" - }, - {} - ] - } - }, - "name": { - "color": "#dbb86a", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.kobolediator" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json b/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json deleted file mode 100644 index 74dc6aa08..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/koboleton.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#dbb86a", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:koboleton_ambient" - } - }, - "entity": { - "id": "cataclysm:koboleton", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:khopesh" - }, - {} - ] - } - }, - "name": { - "color": "#dbb86a", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.koboleton" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json b/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json deleted file mode 100644 index 1bdb80348..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/leviathan.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#9f40ff", - "base": "#606060" - }, - "display": { - "scale": 0.15, - "offset":[0.0,5.0,0.0] - }, - "effects": { - "sound": { - "id": "cataclysm:leviathan_roar" - } - }, - "entity": { - "id": "cataclysm:the_leviathan" - }, - "name": { - "color": "#9f40ff", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.the_leviathan" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json b/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json deleted file mode 100644 index 6cff34def..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/maledictus.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#8cfdff", - "base": "#606060" - }, - "display": { - "scale": 0.3 - }, - "effects": { - "sound": { - "id": "cataclysm:maledictus_battle_cry" - } - }, - "entity": { - "id": "cataclysm:maledictus" - }, - "name": { - "color": "#8cfdff", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.maledictus" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json b/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json deleted file mode 100644 index 626f671d4..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/netherite_monstrosity.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#f48522", - "base": "#606060" - }, - "display": { - "scale": 0.15 - }, - "effects": { - "sound": { - "id": "cataclysm:monstrositygrowl" - } - }, - "entity": { - "id": "cataclysm:netherite_monstrosity" - }, - "name": { - "color": "#f48522", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.netherite_monstrosity" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json b/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json deleted file mode 100644 index adc773726..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/prowler.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fa1e1e", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:prowler_idle" - } - }, - "entity": { - "id": "cataclysm:the_prowler" - }, - "name": { - "color": "#fa1e1e", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.the_prowler" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json b/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json deleted file mode 100644 index 76cc2a7f9..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/royal_draugr.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#bfbaaa", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:draugr_idle" - } - }, - "entity": { - "id": "cataclysm:royal_draugr", - "tag": { - "HandItems": [ - { - "count": 1, - "id": "cataclysm:black_steel_axe" - }, - { - "count": 1, - "id": "cataclysm:black_steel_targe" - } - ] - } - }, - "name": { - "color": "#bfbaaa", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.royal_draugr" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json b/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json deleted file mode 100644 index 932bfb1e3..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/scylla.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#96b3b8", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:scylla_roar" - } - }, - "entity": { - "id": "cataclysm:scylla", - "nbt": "{Act: 1b, Phase: 1}" - }, - "name": { - "color": "#96b3b8", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.scylla" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json b/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json deleted file mode 100644 index 0ae23cd74..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/symbiocto.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#8b3e27", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - - "entity": { - "id": "cataclysm:symbiocto" - }, - "name": { - "color": "#8b3e27", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.symbiocto" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json b/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json deleted file mode 100644 index 87de08974..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/urchinkin.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#17062f", - "base": "#606060" - }, - "display": { - "scale": 0.30 - }, - - "entity": { - "id": "cataclysm:urchinkin" - }, - "name": { - "color": "#17062f", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.urchinkin" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json b/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json deleted file mode 100644 index be08e29e2..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/wadjet.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#dbb86a", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:wadjet_ambient" - } - }, - "entity": { - "id": "cataclysm:wadjet" - }, - "name": { - "color": "#dbb86a", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.wadjet" - } - ] - } -} \ No newline at end of file diff --git a/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json b/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json deleted file mode 100644 index 190999836..000000000 --- a/kubejs/data/trofers/trofers/trophies/cataclysm/watcher.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "colors": { - "accent": "#fa1e1e", - "base": "#606060" - }, - "display": { - "scale": 0.25 - }, - "effects": { - "sound": { - "id": "cataclysm:harbinger_idle" - } - }, - "entity": { - "id": "cataclysm:the_watcher" - }, - "name": { - "color": "#fa1e1e", - "translate": "trophy.trofers.composed", - "with": [ - { - "translate": "entity.cataclysm.the_watcher" - } - ] - } -} \ No newline at end of file From b2c98c8dc8ebea485497ed608aee181006830a95 Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:37:43 +0200 Subject: [PATCH 4/6] Delete kubejs/data/trofers/trofers/entity_drops directory --- .../entity_drops/cataclysm_trophies.json | 61 ------------------- 1 file changed, 61 deletions(-) delete mode 100644 kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json diff --git a/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json b/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json deleted file mode 100644 index ca30b59d0..000000000 --- a/kubejs/data/trofers/trofers/entity_drops/cataclysm_trophies.json +++ /dev/null @@ -1,61 +0,0 @@ -{ - "neoforge:conditions": [ - { - "type": "neoforge:mod_loaded", - "modid": "cataclysm" - } - ], - "conditions": [ - { - "condition": "minecraft:killed_by_player" - }, - { - "condition": "trofers:random_trophy_chance" - } - ], - "fabric:load_conditions": [ - { - "condition": "fabric:all_mods_loaded", - "values": [ - "cataclysm" - ] - } - ], - "trophies": { - "cataclysm:ignis": "trofers:cataclysm/ignis", - "cataclysm:ignited_revenant": "trofers:cataclysm/ignited_revenant", - "cataclysm:ignited_berserker": "trofers:cataclysm/ignited_berserker", - "cataclysm:the_harbinger": "trofers:cataclysm/harbinger", - "cataclysm:the_watcher": "trofers:cataclysm/watcher", - "cataclysm:the_prowler": "trofers:cataclysm/prowler", - "cataclysm:the_leviathan": "trofers:cataclysm/leviathan", - "cataclysm:deepling": "trofers:cataclysm/deepling", - "cataclysm:deepling_angler": "trofers:cataclysm/deepling_angler", - "cataclysm:deepling_brute": "trofers:cataclysm/deepling_brute", - "cataclysm:deepling_priest": "trofers:cataclysm/deepling_priest", - "cataclysm:deepling_warlock": "trofers:cataclysm/deepling_warlock", - "cataclysm:coral_golem": "trofers:cataclysm/coral_golem", - "cataclysm:ancient_remnant": "trofers:cataclysm/ancient_remnant", - "cataclysm:koboleton": "trofers:cataclysm/koboleton", - "cataclysm:kobolediator": "trofers:cataclysm/kobolediator", - "cataclysm:wadjet": "trofers:cataclysm/wadjet", - "cataclysm:maledictus": "trofers:cataclysm/maledictus", - "cataclysm:draugr": "trofers:cataclysm/draugr", - "cataclysm:elite_draugr": "trofers:cataclysm/elite_draugr", - "cataclysm:royal_draugr": "trofers:cataclysm/royal_draugr", - "cataclysm:aptrgangr": "trofers:cataclysm/aptrgangr", - "cataclysm:amethyst_crab": "trofers:cataclysm/amethyst_crab", - "cataclysm:scylla": "trofers:cataclysm/scylla", - "cataclysm:symbiocto": "trofers:cataclysm/symbiocto", - "cataclysm:urchinkin": "trofers:cataclysm/urchinkin", - "cataclysm:cindaria": "trofers:cataclysm/cindaria", - "cataclysm:hippocamtus": "trofers:cataclysm/hippocamtus", - "cataclysm:clawdian": "trofers:cataclysm/clawdian", - "cataclysm:netherite_monstrosity": "trofers:cataclysm/netherite_monstrosity", - "cataclysm:ender_guardian": "trofers:cataclysm/ender_guardian", - "cataclysm:endermaptera": "trofers:cataclysm/endermaptera", - "cataclysm:ender_golem": "trofers:cataclysm/ender_golem" - - }, - "trophy_base": "trofers:small_plate" -} From b2883764fa90fec87aaf6c04580ff64cf119fdf0 Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:38:47 +0200 Subject: [PATCH 5/6] Add files via upload --- kubejs/data/trofers/trophies.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 kubejs/data/trofers/trophies.json diff --git a/kubejs/data/trofers/trophies.json b/kubejs/data/trofers/trophies.json new file mode 100644 index 000000000..a3ee881e8 --- /dev/null +++ b/kubejs/data/trofers/trophies.json @@ -0,0 +1,23 @@ +{ + "wilden_guardian": { + "folder": "ars", + "entity": "ars_nouveau:wilden_guardian", + "name": "entity.ars_nouveau.wilden_guardian", + "accent_color": "#ff822f", + "effects": {"sound": {"id": "ars_nouveau:ignis_death"}} + }, + "wilden_hunter": { + "folder": "ars", + "entity": "ars_nouveau:wilden_hunter", + "name": "entity.ars_nouveau.wilden_hunter", + "accent_color": "#fafafa", + "effects": {"sound": {"id": "ars_nouveau:deepling_idle"}} + }, + "wilden_stalker": { + "folder": "ars", + "entity": "ars_nouveau:wilden_stalker", + "name": "entity.ars_nouveau.wilden_stalker", + "accent_color": "#6b6348", + "effects": {"sound": {"id": "ars_nouveau:ignis_death"}} + } +} \ No newline at end of file From e635e4aacb200af4a03b278a0d328fd9f0db7ad3 Mon Sep 17 00:00:00 2001 From: JohnTrinca <45481896+JohnTrinca@users.noreply.github.com> Date: Wed, 20 Aug 2025 17:39:39 +0200 Subject: [PATCH 6/6] Add files via upload --- kubejs/server_scripts/trophies.js | 76 +++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 kubejs/server_scripts/trophies.js diff --git a/kubejs/server_scripts/trophies.js b/kubejs/server_scripts/trophies.js new file mode 100644 index 000000000..963cd8da5 --- /dev/null +++ b/kubejs/server_scripts/trophies.js @@ -0,0 +1,76 @@ +ServerEvents.generateData('after_mods', event => { + // Carico il file compatto + const trophies = JsonIO.read('kubejs/data/trofers/trophies.json'); + + let drops = { + "neoforge:conditions": [ + { + "type": "neoforge:mod_loaded", + "modid": "cataclysm" + } + ], + "conditions": [ + { "condition": "minecraft:killed_by_player" }, + { "condition": "trofers:random_trophy_chance" } + ], + "fabric:load_conditions": [ + { + "condition": "fabric:all_mods_loaded", + "values": ["cataclysm"] + } + ], + "trophies": {}, + "trophy_base": "trofers:small_plate" + }; + + // Loop su ogni trofeo + Object.entries(trophies).forEach(([id, data]) => { + // Creiamo un nome univoco e valido per il trofeo + // Esempio: "cataclysm_ender_golem" + const trophy_name = `${data.folder}/${id}`; + + let trophy = { + colors: { + base: "#606060", + accent: data.accent_color + }, + entity: { + id: data.entity + }, + name: { + color: data.accent_color, + translate: "trophy.trofers.composed", + with: [ + { + translate: data.name + } + ] + } + }; + + // alcune variabili con un default + if(data.display){ + trophy.display = data.display; + }else{ + trophy.display = {"scale": 0.25}; + } + + if(data.nbt){ + trophy.entity.nbt = data.nbt; + } + + if(data.effects){ + trophy.effects = data.effects; + } + + // Salva il JSON nella cartella trofei di Trofers, usando il nome univoco + event.json(`trofers:trofers/trophies/${trophy_name}`, trophy); + + // Aggiungi il trofeo alla lista dei drop, usando il nome univoco + drops.trophies[data.entity] = `trofers:trophies/${trophy_name}`; + }); + + + // Scrivo il file completo per tutti i mob Cataclysm + event.json(`trofers:trofers/entity_drops/mod_drops`, drops); +});