From a33679d9c480463ce631d15c2152a58bdcdac46c Mon Sep 17 00:00:00 2001 From: thedevonwhite Date: Fri, 20 Mar 2026 14:12:50 -0700 Subject: [PATCH 1/2] Add files via upload --- .../tags/entity_type/whitelist.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 kubejs/data/l2hostility/tags/entity_type/whitelist.json diff --git a/kubejs/data/l2hostility/tags/entity_type/whitelist.json b/kubejs/data/l2hostility/tags/entity_type/whitelist.json new file mode 100644 index 0000000..38a7664 --- /dev/null +++ b/kubejs/data/l2hostility/tags/entity_type/whitelist.json @@ -0,0 +1,44 @@ +{ + "values": [ + { + "id": "vampirism:vampire", + "required": false + }, + { + "id": "vampirism:vampire_baron", + "required": false + }, + { + "id": "vampirism:hunter_trainer", + "required": false + }, + { + "id": "vampirism:advanced_vampire", + "required": false + }, + { + "id": "vampirism:advanced_hunter", + "required": false + }, + { + "id": "vampirism:vampire_hunter", + "required": false + }, + { + "id": "vampirism:hunter", + "required": false + }, + { + "id": "werewolves:werewolf_beast", + "required": false + }, + { + "id": "werewolves:werewolf_survivalist", + "required": false + }, + { + "id": "werewolves:alpha_werewolf", + "required": false + } + ] +} \ No newline at end of file From 4a5c645cb3f9329b215b11a67417da02e9e6ac76 Mon Sep 17 00:00:00 2001 From: thedevonwhite Date: Mon, 23 Mar 2026 13:27:45 -0700 Subject: [PATCH 2/2] Add files via upload --- kubejs/assets/ars_nouveau/lang/en_us.json | 36 ++++++++++++ kubejs/assets/glimmeringtales/lang/en_us.json | 40 +++++++++++++ .../assets/irons_spellbooks/lang/en_us.json | 56 +++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 kubejs/assets/ars_nouveau/lang/en_us.json create mode 100644 kubejs/assets/glimmeringtales/lang/en_us.json create mode 100644 kubejs/assets/irons_spellbooks/lang/en_us.json diff --git a/kubejs/assets/ars_nouveau/lang/en_us.json b/kubejs/assets/ars_nouveau/lang/en_us.json new file mode 100644 index 0000000..cf23160 --- /dev/null +++ b/kubejs/assets/ars_nouveau/lang/en_us.json @@ -0,0 +1,36 @@ +{ + "ars_nouveau.perk.mana_regen": "Ars Mana Regen", + "ars_nouveau.perk.max_mana": "Max Ars Mana", + "ars_nouveau.perk.percent_max_mana": "Max Ars Mana", + "ars_nouveau.perk.spell_damage": "Ars Spell Power", + "attribute.name.ars_nouveau.mana_regen": "Ars Mana Regeneration", + "effect.ars_nouveau.mana_regen": "Ars Mana Regeneration", + "effect.ars_nouveau.mana_regen.desc": "Improves Ars mana regeneration", + "effect.ars_nouveau.spell_damage": "Ars Spell Damage", + "enchantment.ars_nouveau.mana_boost": "Ars Mana Boost", + "enchantment.ars_nouveau.mana_regen": "Ars Mana Regen", + "item.ars_nouveau.amulet_of_mana_boost": "Amulet of Ars Mana Boost", + "item.ars_nouveau.amulet_of_mana_regen": "Amulet of Ars Mana Regen", + "item.ars_nouveau.thread_spellpower": "Ars Spell Power", + "item.minecraft.lingering_potion.effect.mana_regen_potion": "Lingering Potion of Ars Mana Regeneration", + "item.minecraft.lingering_potion.effect.mana_regen_potion_long": "Lingering Potion of Ars Mana Regeneration", + "item.minecraft.lingering_potion.effect.mana_regen_potion_strong": "Lingering Potion of Ars Mana Regeneration", + "item.minecraft.lingering_potion.effect.spell_damage_potion": "Lingering Potion of Ars Spell Damage", + "item.minecraft.lingering_potion.effect.spell_damage_potion_long": "Lingering Potion of Ars Spell Damage", + "item.minecraft.lingering_potion.effect.spell_damage_potion_strong": "Lingering Potion of Ars Spell Damage", + "item.minecraft.potion.effect.mana_regen_potion": "Potion of Ars Mana Regeneration", + "item.minecraft.potion.effect.mana_regen_potion_long": "Potion of Ars Mana Regeneration", + "item.minecraft.potion.effect.mana_regen_potion_strong": "Potion of Ars Mana Regeneration", + "item.minecraft.splash_potion.effect.mana_regen_potion": "Splash Potion of Ars Mana Regeneration", + "item.minecraft.splash_potion.effect.mana_regen_potion_long": "Splash Potion of Ars Mana Regeneration", + "item.minecraft.splash_potion.effect.mana_regen_potion_strong": "Splash Potion of Ars Mana Regeneration", + "item.minecraft.splash_potion.effect.spell_damage_potion": "Splash Potion of Ars Spell Damage", + "item.minecraft.splash_potion.effect.spell_damage_potion_long": "Splash Potion of Ars Spell Damage", + "item.minecraft.splash_potion.effect.spell_damage_potion_strong": "Splash Potion of Ars Spell Damage", + "item.minecraft.tipped_arrow.effect.mana_regen_potion_long": "Arrow of Ars Mana Regeneration", + "item.minecraft.tipped_arrow.effect.mana_regen_potion_strong": "Arrow of Ars Mana Regeneration", + "item.minecraft.tipped_arrow.effect.spell_damage_potion": "Arrow of Ars Spell Damage", + "item.minecraft.tipped_arrow.effect.spell_damage_potion_long": "Arrow of Ars Spell Damage", + "item.minecraft.tipped_arrow.effect.spell_damage_potion_strong": "Arrow of Ars Spell Damage", + "tooltip.ars_nouveau.spell_damage": "Ars Spell Damage: %s" +} \ No newline at end of file diff --git a/kubejs/assets/glimmeringtales/lang/en_us.json b/kubejs/assets/glimmeringtales/lang/en_us.json new file mode 100644 index 0000000..d4812ff --- /dev/null +++ b/kubejs/assets/glimmeringtales/lang/en_us.json @@ -0,0 +1,40 @@ +{ + "attribute.glimmeringtales.earth_affinity": "Glimmering Earth Affinity", + "attribute.glimmeringtales.flame_affinity": "Glimmering Flame Affinity", + "attribute.glimmeringtales.focus_cool_down": "Glimmering Focus Cool Down", + "attribute.glimmeringtales.life_affinity": "Glimmering Life Affinity", + "attribute.glimmeringtales.mana_regen": "Glimmering Mana Regen", + "attribute.glimmeringtales.max_focus": "Glimmering Max Focus", + "attribute.glimmeringtales.max_mana": "Glimmering Max Mana", + "attribute.glimmeringtales.ocean_affinity": "Glimmering Ocean Affinity", + "attribute.glimmeringtales.snow_affinity": "Glimmering Snow Affinity", + "attribute.glimmeringtales.thunder_affinity": "Glimmering Thunder Affinity", + "effect.glimmeringtales.mana_depletion": "Glimmering Mana Depletion", + "effect.glimmeringtales.mana_depletion.desc": "Decrease Glimmering mana restoration rate", + "effect.glimmeringtales.mana_depletion.description": "Decrease Glimmering mana restoration rate", + "effect.glimmeringtales.mana_expansion": "Glimmering Mana Expansion", + "effect.glimmeringtales.mana_expansion.desc": "Increase Glimmering max mana", + "effect.glimmeringtales.mana_expansion.description": "Increase Glimmering max mana", + "effect.glimmeringtales.mana_recovery": "Glimmering Mana Recovery", + "effect.glimmeringtales.mana_recovery.desc": "Increase Glimmering mana restoration rate", + "effect.glimmeringtales.mana_recovery.description": "Increase Glimmering mana restoration rate", + "glimmeringtales.item.glove_abyss": "Infuse all Glimmering spell damage with abyss damage", + "glimmeringtales.item.glove_cooldown": "[%s] Glimmering spell damage will bypass damage cooldown", + "glimmeringtales.item.glove_magic": "Convert all Glimmering spell damage to magic damage", + "item.minecraft.lingering_potion.effect.long_mana_recovery": "Lingering Potion of Glimmering Mana Recovery", + "item.minecraft.lingering_potion.effect.mana_recovery": "Lingering Potion of Glimmering Mana Recovery", + "item.minecraft.lingering_potion.effect.mystic_mana_recovery": "Lingering Potion of Glimmering Mana Recovery", + "item.minecraft.lingering_potion.effect.strong_mana_recovery": "Lingering Potion of Glimmering Mana Recovery", + "item.minecraft.potion.effect.long_mana_recovery": "Potion of Glimmering Mana Recovery", + "item.minecraft.potion.effect.mana_recovery": "Potion of Glimmering Mana Recovery", + "item.minecraft.potion.effect.mystic_mana_recovery": "Potion of Glimmering Mana Recovery", + "item.minecraft.potion.effect.strong_mana_recovery": "Potion of Glimmering Mana Recovery", + "item.minecraft.splash_potion.effect.long_mana_recovery": "Splash Potion of Glimmering Mana Recovery", + "item.minecraft.splash_potion.effect.mana_recovery": "Splash Potion of Glimmering Mana Recovery", + "item.minecraft.splash_potion.effect.mystic_mana_recovery": "Splash Potion of Glimmering Mana Recovery", + "item.minecraft.splash_potion.effect.strong_mana_recovery": "Splash Potion of Glimmering Mana Recovery", + "item.minecraft.tipped_arrow.effect.long_mana_recovery": "Arrow of Glimmering Mana Recovery", + "item.minecraft.tipped_arrow.effect.mana_recovery": "Arrow of Glimmering Mana Recovery", + "item.minecraft.tipped_arrow.effect.mystic_mana_recovery": "Arrow of Glimmering Mana Recovery", + "item.minecraft.tipped_arrow.effect.strong_mana_recovery": "Arrow of Glimmering Mana Recovery" +} \ No newline at end of file diff --git a/kubejs/assets/irons_spellbooks/lang/en_us.json b/kubejs/assets/irons_spellbooks/lang/en_us.json new file mode 100644 index 0000000..1c7ccb0 --- /dev/null +++ b/kubejs/assets/irons_spellbooks/lang/en_us.json @@ -0,0 +1,56 @@ +{ + "item.irons_spellbooks.mana_upgrade_orb": "Iron's Mana Upgrade Orb", + "item.irons_spellbooks.mana_ring": "Ring of Iron's Mana", + "item.minecraft.potion.effect.mana": "Potion of Iron's Mana", + "item.minecraft.splash_potion.effect.mana": "Splash Potion of Iron's Mana", + "item.minecraft.lingering_potion.effect.mana": "Lingering Potion of Iron's Mana", + "item.minecraft.tipped_arrow.effect.mana": "Arrow of Iron's Mana", + "item.irons_spellbooks.betrayer_signet.desc": "Deal extra damage to creatures based on their maximum Iron's mana", + "tooltip.irons_spellbooks.mana_cost": " %d Iron's Mana Cost", + "tooltip.irons_spellbooks.mana_cost_per_second": " %d Iron's Mana/s", + "tooltip.irons_spellbooks.instant_mana_description": " Restores %d Iron's Mana + %d%% of Max Iron's Mana", + "ui.irons_spellbooks.mana_cost": "%d Iron's Mana", + "ui.irons_spellbooks.mana_recovery": "%d Iron's Mana Recovery", + "ui.irons_spellbooks.cast_error_mana": "Not enough Iron's mana to cast %s!", + "attribute.irons_spellbooks.max_mana": "Max Iron's Mana", + "attribute.irons_spellbooks.mana_regen": "Iron's Mana Regeneration", + "attribute.irons_spellbooks.spell_power": "Iron's Spell Power", + "attribute.irons_spellbooks.cast_time_reduction": "Iron's Cast Time Reduction", + "attribute.irons_spellbooks.cooldown_reduction": "Iron's Cooldown Reduction", + "attribute.irons_spellbooks.fire_magic_resist": "Iron's Fire Magic Resistance", + "attribute.irons_spellbooks.ice_magic_resist": "Iron's Ice Magic Resistance", + "attribute.irons_spellbooks.lightning_magic_resist": "Iron's Lightning Magic Resistance", + "attribute.irons_spellbooks.holy_magic_resist": "Iron's Holy Magic Resistance", + "attribute.irons_spellbooks.ender_magic_resist": "Iron's Ender Magic Resistance", + "attribute.irons_spellbooks.blood_magic_resist": "Iron's Blood Magic Resistance", + "attribute.irons_spellbooks.evocation_magic_resist": "Iron's Evocation Magic Resistance", + "attribute.irons_spellbooks.nature_magic_resist": "Iron's Nature Magic Resistance", + "attribute.irons_spellbooks.eldritch_magic_resist": "Iron's Eldritch Magic Resistance", + "attribute.irons_spellbooks.fire_spell_power": "Iron's Fire Spell Power", + "attribute.irons_spellbooks.ice_spell_power": "Iron's Ice Spell Power", + "attribute.irons_spellbooks.lightning_spell_power": "Iron's Lightning Spell Power", + "attribute.irons_spellbooks.holy_spell_power": "Iron's Holy Spell Power", + "attribute.irons_spellbooks.ender_spell_power": "Iron's Ender Spell Power", + "attribute.irons_spellbooks.blood_spell_power": "Iron's Blood Spell Power", + "attribute.irons_spellbooks.evocation_spell_power": "Iron's Evocation Spell Power", + "attribute.irons_spellbooks.nature_spell_power": "Iron's Nature Spell Power", + "attribute.irons_spellbooks.eldritch_spell_power": "Iron's Eldritch Spell Power", + "attribute.irons_spellbooks.spell_resist": "Iron's Spell Resistance", + "attribute.irons_spellbooks.summon_damage": "Iron's Summon Damage", + "attribute.irons_spellbooks.casting_movespeed": "Iron's Casting Movement Speed", + "effect.irons_spellbooks.instant_mana": "Instant Iron's Mana", + "effect.irons_spellbooks.instant_mana.description": "Restores 25 Iron's mana + 5% of your max Iron's mana per level", + "effect.irons_spellbooks.slowed.description": "Decreases movement speed, attack speed, mining speed, Iron's mana regeneration, and cast time reduction", + "effect.irons_spellbooks.hastened.description": "Increases movement speed, attack speed, mining speed, Iron's mana regeneration, and cast time reduction", + "effect.irons_spellbooks.gluttony.description": "Converts food eaten into Iron's mana based on its nutrition", + "commands.mana.set.success.multiple": "Set Iron's mana to %s for %s players", + "commands.mana.set.success.single": "Set Iron's mana to %s for %s", + "commands.mana.add.success.multiple": "Gave %s Iron's mana to %s players", + "commands.mana.add.success.single": "Gave %s Iron's mana to %s", + "commands.mana.get.success": "%s has %s Iron's mana", + "irons_spellbooks.tetra_effect.mana_siphon": "Iron's Mana Siphon", + "tetra.stats.irons_spellbooks:mana_siphon": "Iron's Mana Siphon", + "tetra.stats.irons_spellbooks:mana_siphon.tooltip_short": "Regenerates Iron's mana as a percent of damage dealt.", + "affix.irons_spellbooks:sword/attribute/mana_regen": "Iron's Mana-tapped", + "affix.irons_spellbooks:sword/attribute/mana_regen.suffix": "of the Iron's Mana-tapped" +}