Merge branch '4.3-dev' into 1.12.2
This commit is contained in:
@@ -83,6 +83,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_meteor": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_meteor"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_ice_melee": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -163,6 +173,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_stormcloud": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_stormcloud"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_soulbinding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -243,6 +263,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_evoker": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_evoker"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_extraction": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -383,6 +413,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_frost_warding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:amulet_frost_warding"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_potential": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -493,6 +533,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_absorption": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:amulet_absorption"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_haggler": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -513,6 +563,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_move_speed": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_move_speed"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_spell_discovery": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_spell_discovery"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_auto_smelt": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -563,6 +633,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_undead_helmets": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_undead_helmets"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_hunger_casting": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_hunger_casting"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_flight": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -603,6 +693,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_sixth_sense": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_sixth_sense"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_stop_time": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -633,6 +733,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_black_hole": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_black_hole"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_mount_teleporting": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_mount_teleporting"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_feeding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
|
||||
@@ -69,6 +69,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"blinding_flash": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "blinding_flash"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blink": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -85,6 +93,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"boulder": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "boulder"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bubble": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -93,6 +109,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"celestial_smite": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "celestial_smite"
|
||||
}
|
||||
}
|
||||
},
|
||||
"chain_lightning": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -317,6 +341,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"enrage": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "enrage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"evade": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -325,6 +357,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"fangs": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "fangs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fireball": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -373,6 +413,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"firestorm": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "firestorm"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_breath": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -381,6 +429,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"flamecatcher": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "flamecatcher"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flame_ray": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -493,6 +549,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"frost_barrier": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "frost_barrier"
|
||||
}
|
||||
}
|
||||
},
|
||||
"frost_ray": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -581,6 +645,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"guardian_beam": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "guardian_beam"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hailstorm": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -845,6 +917,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"mark_sacrifice": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "mark_sacrifice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"metamorphosis": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -885,6 +965,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"mirage": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "mirage"
|
||||
}
|
||||
}
|
||||
},
|
||||
"muffle": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -909,6 +997,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"permafrost": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "permafrost"
|
||||
}
|
||||
}
|
||||
},
|
||||
"petrify": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -973,6 +1069,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"radiant_totem": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "radiant_totem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ray_of_purification": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -1157,6 +1261,14 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"stormcloud": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "stormcloud"
|
||||
}
|
||||
}
|
||||
},
|
||||
"summon_blaze": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
@@ -1388,6 +1500,22 @@
|
||||
"spell": "wither_skull"
|
||||
}
|
||||
}
|
||||
},
|
||||
"withering_totem": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "withering_totem"
|
||||
}
|
||||
}
|
||||
},
|
||||
"zombie_apocalypse": {
|
||||
"trigger": "ebwizardry:cast_spell",
|
||||
"conditions": {
|
||||
"spell": {
|
||||
"spell": "zombie_apocalypse"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -82,6 +82,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_meteor": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_meteor"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_ice_melee": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -162,6 +172,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_stormcloud": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_stormcloud"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_soulbinding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -242,6 +262,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_evoker": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:ring_evoker"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ring_extraction": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -382,6 +412,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_frost_warding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:amulet_frost_warding"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_potential": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -492,6 +532,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"amulet_absorption": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:amulet_absorption"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_haggler": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -512,6 +562,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_move_speed": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_move_speed"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_spell_discovery": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_spell_discovery"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_auto_smelt": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -562,6 +632,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_undead_helmets": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_undead_helmets"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_hunger_casting": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_hunger_casting"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_flight": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -602,6 +692,16 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_sixth_sense": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_sixth_sense"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_stop_time": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -632,6 +732,26 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_black_hole": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_black_hole"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_mount_teleporting": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:charm_mount_teleporting"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"charm_feeding": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
@@ -652,6 +772,7 @@
|
||||
"ring_fire_melee",
|
||||
"ring_fire_biome",
|
||||
"ring_disintegration",
|
||||
"ring_meteor",
|
||||
"ring_ice_melee",
|
||||
"ring_ice_biome",
|
||||
"ring_arcane_frost",
|
||||
@@ -660,6 +781,7 @@
|
||||
"ring_storm",
|
||||
"ring_seeking",
|
||||
"ring_hammer",
|
||||
"ring_stormcloud",
|
||||
"ring_soulbinding",
|
||||
"ring_leeching",
|
||||
"ring_necromancy_melee",
|
||||
@@ -668,6 +790,7 @@
|
||||
"ring_earth_melee",
|
||||
"ring_earth_biome",
|
||||
"ring_full_moon",
|
||||
"ring_evoker",
|
||||
"ring_extraction",
|
||||
"ring_mana_return",
|
||||
"ring_blockwrangler",
|
||||
@@ -682,6 +805,7 @@
|
||||
"amulet_fire_cloaking",
|
||||
"amulet_ice_immunity",
|
||||
"amulet_ice_protection",
|
||||
"amulet_frost_warding",
|
||||
"amulet_potential",
|
||||
"amulet_channeling",
|
||||
"amulet_lich",
|
||||
@@ -693,20 +817,28 @@
|
||||
"amulet_transience",
|
||||
"amulet_resurrection",
|
||||
"amulet_auto_shield",
|
||||
"amulet_absorption",
|
||||
"charm_haggler",
|
||||
"charm_experience_tome",
|
||||
"charm_move_speed",
|
||||
"charm_spell_discovery",
|
||||
"charm_auto_smelt",
|
||||
"charm_lava_walking",
|
||||
"charm_storm",
|
||||
"charm_minion_health",
|
||||
"charm_minion_variants",
|
||||
"charm_undead_helmets",
|
||||
"charm_hunger_casting",
|
||||
"charm_flight",
|
||||
"charm_growth",
|
||||
"charm_abseiling",
|
||||
"charm_silk_touch",
|
||||
"charm_sixth_sense",
|
||||
"charm_stop_time",
|
||||
"charm_light",
|
||||
"charm_transportation",
|
||||
"charm_black_hole",
|
||||
"charm_mount_teleporting",
|
||||
"charm_feeding"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:craft_lectern"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:craft_lectern.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:spruce_lectern"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:find_library_ruins",
|
||||
"criteria": {
|
||||
"oak": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:oak_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"spruce": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spruce_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"birch": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:birch_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"jungle": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:jungle_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"acacia": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:acacia_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"dark_oak": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:dark_oak_lectern"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"oak",
|
||||
"spruce",
|
||||
"birch",
|
||||
"jungle",
|
||||
"acacia",
|
||||
"dark_oak"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,272 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:create_elemental_armour"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:create_elemental_armour.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:wizard_hat_lightning"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:restore_imbuement_altar",
|
||||
"criteria": {
|
||||
"fire_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_fire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_fire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_fire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fire_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_fire"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ice_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_ice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ice_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_ice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ice_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_ice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ice_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_ice"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lightning_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_lightning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lightning_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_lightning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lightning_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_lightning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"lightning_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_lightning"
|
||||
}
|
||||
}
|
||||
},
|
||||
"necromancy_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_necromancy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"necromancy_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_necromancy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"necromancy_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_necromancy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"necromancy_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_necromancy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"earth_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_earth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"earth_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_earth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"earth_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_earth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"earth_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_earth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sorcery_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_sorcery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sorcery_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_sorcery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sorcery_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_sorcery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"sorcery_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_sorcery"
|
||||
}
|
||||
}
|
||||
},
|
||||
"healing_hat": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_hat_healing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"healing_robe": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_robe_healing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"healing_leggings": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_leggings_healing"
|
||||
}
|
||||
}
|
||||
},
|
||||
"healing_boots": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:wizard_boots_healing"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"fire_hat",
|
||||
"fire_robe",
|
||||
"fire_leggings",
|
||||
"fire_boots",
|
||||
"ice_hat",
|
||||
"ice_robe",
|
||||
"ice_leggings",
|
||||
"ice_boots",
|
||||
"lightning_hat",
|
||||
"lightning_robe",
|
||||
"lightning_leggings",
|
||||
"lightning_boots",
|
||||
"necromancy_hat",
|
||||
"necromancy_robe",
|
||||
"necromancy_leggings",
|
||||
"necromancy_boots",
|
||||
"earth_hat",
|
||||
"earth_robe",
|
||||
"earth_leggings",
|
||||
"earth_boots",
|
||||
"sorcery_hat",
|
||||
"sorcery_robe",
|
||||
"sorcery_leggings",
|
||||
"sorcery_boots",
|
||||
"healing_hat",
|
||||
"healing_robe",
|
||||
"healing_leggings",
|
||||
"healing_boots"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:defeat_remnant"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:defeat_remnant.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 6
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:arcane_initiate",
|
||||
"criteria": {
|
||||
"fire": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"ice": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"lightning": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"necromancy": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"earth": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sorcery": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"healing": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "ebwizardry:spectral_dust",
|
||||
"data": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"fire",
|
||||
"ice",
|
||||
"lightning",
|
||||
"necromancy",
|
||||
"earth",
|
||||
"sorcery",
|
||||
"healing"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:find_library_ruins"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:find_library_ruins.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:spruce_bookshelf"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:defeat_remnant",
|
||||
"criteria": {
|
||||
"surface": {
|
||||
"trigger": "ebwizardry:visit_structure",
|
||||
"conditions": {
|
||||
"structure_type": "library_ruins"
|
||||
}
|
||||
},
|
||||
"underground": {
|
||||
"trigger": "ebwizardry:visit_structure",
|
||||
"conditions": {
|
||||
"structure_type": "underground_library_ruins"
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"surface",
|
||||
"underground"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -9,6 +9,9 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"criteria_1": {
|
||||
"trigger": "ebwizardry:trigger_wand_levelup"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:restore_imbuement_altar"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:restore_imbuement_altar.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:imbuement_altar"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:find_library_ruins",
|
||||
"criteria": {
|
||||
"criteria_0": {
|
||||
"trigger": "ebwizardry:restore_imbuement_altar"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"translate": "advancement.ebwizardry:restore_ruined_book"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancement.ebwizardry:restore_ruined_book.desc"
|
||||
},
|
||||
"icon": {
|
||||
"item": "ebwizardry:ruined_spell_book"
|
||||
}
|
||||
},
|
||||
"parent": "ebwizardry:restore_imbuement_altar",
|
||||
"criteria": {
|
||||
"criteria_0": {
|
||||
"trigger": "ebwizardry:imbuement_altar",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "ebwizardry:spell_book"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/acacia_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/acacia_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/acacia_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/acacia_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_acacia_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:acacia_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/birch_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/birch_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/birch_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/birch_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_birch_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:birch_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:acacia_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:birch_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books0"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books1"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books10"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books11"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books2"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books3"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books4"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books5"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books6"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books7"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books8"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:books9"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:dark_oak_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:jungle_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:oak_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:spruce_bookshelf"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:crystal_flower_pot" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/dark_oak_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/dark_oak_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/dark_oak_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/dark_oak_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_dark_oak_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:dark_oak_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"active=false": { "model": "ebwizardry:imbuement_altar_inactive" },
|
||||
"active=true": { "model": "ebwizardry:imbuement_altar" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/jungle_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/jungle_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/jungle_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/jungle_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_jungle_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:jungle_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/oak_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/oak_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/oak_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/oak_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_oak_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:oak_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"age=0": { "model": "ebwizardry:permafrost_0" },
|
||||
"age=1": { "model": "ebwizardry:permafrost_1" },
|
||||
"age=2": { "model": "ebwizardry:permafrost_2" },
|
||||
"age=3": { "model": "ebwizardry:permafrost_3" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up": { "model": "ebwizardry:receptacle" },
|
||||
"facing=east": { "model": "ebwizardry:wall_receptacle", "y": 270 },
|
||||
"facing=south": { "model": "ebwizardry:wall_receptacle" },
|
||||
"facing=west": { "model": "ebwizardry:wall_receptacle", "y": 90 },
|
||||
"facing=north": { "model": "ebwizardry:wall_receptacle", "y": 180 }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=north": { "model": "ebwizardry:smart_model/spruce_bookshelf#facing=north" },
|
||||
"facing=east": { "model": "ebwizardry:smart_model/spruce_bookshelf#facing=east" },
|
||||
"facing=south": { "model": "ebwizardry:smart_model/spruce_bookshelf#facing=south" },
|
||||
"facing=west": { "model": "ebwizardry:smart_model/spruce_bookshelf#facing=west" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"variants": {
|
||||
"normal": { "model": "ebwizardry:gilded_spruce_wood" }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "ebwizardry:spruce_lectern"
|
||||
},
|
||||
"variants": {
|
||||
"facing": {
|
||||
"north": {},
|
||||
"east": { "y": 90 },
|
||||
"south": { "y": 180 },
|
||||
"west": { "y": 270 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -16,6 +16,8 @@ tile.ebwizardry\:runestone_pedestal.name=Runestone Pedestal
|
||||
tile.ebwizardry\:thorns.name=Thorns
|
||||
tile.ebwizardry\:obsidian_crust.name=Obsidian Crust
|
||||
tile.ebwizardry\:dry_frosted_ice.name=Dry Frosted Ice
|
||||
tile.ebwizardry\:crystal_flower_pot.name=Flower Pot
|
||||
tile.ebwizardry\:permafrost.name=Permafrost
|
||||
|
||||
tile.ebwizardry\:magic_crystal_block.name=Block of Crystal
|
||||
tile.ebwizardry\:fire_crystal_block.name=Block of Fiery Crystal
|
||||
@@ -26,32 +28,65 @@ tile.ebwizardry\:earth_crystal_block.name=Block of Verdant Crystal
|
||||
tile.ebwizardry\:sorcery_crystal_block.name=Block of Mystical Crystal
|
||||
tile.ebwizardry\:healing_crystal_block.name=Block of Radiant Crystal
|
||||
|
||||
tile.ebwizardry\:oak_gilded_wood.name=Gilded Oak Wood
|
||||
tile.ebwizardry\:spruce_gilded_wood.name=Gilded Spruce Wood
|
||||
tile.ebwizardry\:birch_gilded_wood.name=Gilded Birch Wood
|
||||
tile.ebwizardry\:jungle_gilded_wood.name=Gilded Jungle Wood
|
||||
tile.ebwizardry\:acacia_gilded_wood.name=Gilded Acacia Wood
|
||||
tile.ebwizardry\:dark_oak_gilded_wood.name=Gilded Dark Oak Wood
|
||||
|
||||
tile.ebwizardry\:oak_bookshelf.name=Oak Bookshelf
|
||||
tile.ebwizardry\:spruce_bookshelf.name=Spruce Bookshelf
|
||||
tile.ebwizardry\:birch_bookshelf.name=Birch Bookshelf
|
||||
tile.ebwizardry\:jungle_bookshelf.name=Jungle Bookshelf
|
||||
tile.ebwizardry\:acacia_bookshelf.name=Acacia Bookshelf
|
||||
tile.ebwizardry\:dark_oak_bookshelf.name=Dark Oak Bookshelf
|
||||
|
||||
tile.ebwizardry\:oak_lectern.name=Oak Lectern
|
||||
tile.ebwizardry\:spruce_lectern.name=Spruce Lectern
|
||||
tile.ebwizardry\:birch_lectern.name=Birch Lectern
|
||||
tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
|
||||
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
|
||||
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
|
||||
|
||||
tile.ebwizardry\:receptacle.name=Receptacle
|
||||
tile.ebwizardry\:imbuement_altar.name=Imbuement Altar
|
||||
|
||||
item.ebwizardry\:crystal_magic.name=Magic Crystal
|
||||
item.ebwizardry\:crystal_magic.desc=The iridescent colours of this crystal seem to slowly shift and swirl, hinting at a magical energy within. Perhaps this magic could be harnessed in some way?
|
||||
item.ebwizardry\:crystal_fire.name=Fiery Crystal
|
||||
item.ebwizardry\:crystal_fire.desc=A crystal that glows a fiery orange. Maybe it is the key to unlocking the element of fire...
|
||||
item.ebwizardry\:crystal_ice.name=Icy Crystal
|
||||
item.ebwizardry\:crystal_ice.desc=A crystal with a cold, bluish tint. Perhaps it holds the secrets to the power of frost...
|
||||
item.ebwizardry\:crystal_lightning.name=Stormy Crystal
|
||||
item.ebwizardry\:crystal_lightning.desc=A crystal that seems to swirl and flash with a chaotic energy. Maybe it hides a greater power within...
|
||||
item.ebwizardry\:crystal_necromancy.name=Dark Crystal
|
||||
item.ebwizardry\:crystal_necromancy.desc=A crystal with a deep, purplish appearance that seems to draw you in. Perhaps it is a gateway to something darker...
|
||||
item.ebwizardry\:crystal_earth.name=Verdant Crystal
|
||||
item.ebwizardry\:crystal_earth.desc=A crystal patterened with a great many greens and browns. Perhaps it holds a connection to the forces of nature...
|
||||
item.ebwizardry\:crystal_sorcery.name=Mystical Crystal
|
||||
item.ebwizardry\:crystal_sorcery.desc=A crystal that glimmers with a bluish-green light. Maybe it conceals the secrets of an ancient force...
|
||||
item.ebwizardry\:crystal_healing.name=Radiant Crystal
|
||||
item.ebwizardry\:crystal_healing.desc=A crystal that glints a golden yellow in the sunlight. Perhaps it possesses the link to a divine power...
|
||||
|
||||
item.ebwizardry\:magic_wand.name=Magic Wand
|
||||
item.ebwizardry\:apprentice_wand.name=Apprentice Wand
|
||||
item.ebwizardry\:advanced_wand.name=Advanced Wand
|
||||
item.ebwizardry\:master_wand.name=Master Wand
|
||||
item.ebwizardry\:spell_book.name=Spell Book
|
||||
|
||||
item.ebwizardry\:spell_book.desc=A book filled with the runes and glyphs of an ancient script. Perhaps with dedication, one might be able to decipher its contents...\n\nRight-click while holding this book to read it.
|
||||
item.ebwizardry\:spell_book.new=Not yet discovered!
|
||||
item.ebwizardry\:spell_book.apply_to_wizard=Replaced %1$s's spell %2$s with %3$s
|
||||
|
||||
item.ebwizardry\:ruined_spell_book.name=Ruined Spell Book
|
||||
item.ebwizardry\:ruined_spell_book.desc=The pages of this tattered spell book are too damaged to be read properly, but somehow, you feel there is still magic left within it - if only it could be restored...
|
||||
|
||||
item.ebwizardry\:arcane_tome.name=Tome of Arcana
|
||||
item.ebwizardry\:arcane_tome.desc=Upgrades any %1$s wand with sufficient progression to %2$s tier
|
||||
|
||||
item.ebwizardry\:wizard_handbook.name=The Wizard's Handbook
|
||||
item.ebwizardry\:wizard_handbook.desc=by %1$s
|
||||
item.ebwizardry\:wizard_handbook.author=by %1$s
|
||||
item.ebwizardry\:wizard_handbook.desc=Your not-so-pocket-sized guide to the arcane arts! A must-have for any aspiring wizard who seeks to learn the secrets of magic.\n\nRight-click while holding this book to read it.
|
||||
|
||||
item.ebwizardry\:wand.generic=wand
|
||||
|
||||
item.ebwizardry\:wand.buff=+%1$s %2$s potency
|
||||
item.ebwizardry\:wand.buff=+%1$s%% %2$s potency
|
||||
item.ebwizardry\:wand.spell=Current Spell\: %1$s
|
||||
item.ebwizardry\:wand.mana=Mana\: %1$s/%2$s
|
||||
item.ebwizardry\:wand.progression=Progression\: %1$s/%2$s
|
||||
@@ -61,6 +96,11 @@ item.ebwizardry\:wand.levelup=%1$s is ready to upgrade to %2$s tier
|
||||
item.ebwizardry\:wand.addally=%1$s has been added to your list of allies
|
||||
item.ebwizardry\:wand.removeally=%1$s has been removed from your list of allies
|
||||
|
||||
item.ebwizardry\:magic_wand.name=Magic Wand
|
||||
item.ebwizardry\:apprentice_wand.name=Apprentice Wand
|
||||
item.ebwizardry\:advanced_wand.name=Advanced Wand
|
||||
item.ebwizardry\:master_wand.name=Master Wand
|
||||
|
||||
item.ebwizardry\:novice_fire_wand.name=Wand of Embers
|
||||
item.ebwizardry\:novice_ice_wand.name=Wand of Frost
|
||||
item.ebwizardry\:novice_lightning_wand.name=Wand of Sparks
|
||||
@@ -103,14 +143,19 @@ item.ebwizardry\:spectral_pickaxe_upgraded.name=Spectral Pickaxe
|
||||
item.ebwizardry\:small_mana_flask.name=Small Mana Flask
|
||||
item.ebwizardry\:medium_mana_flask.name=Medium Mana Flask
|
||||
item.ebwizardry\:large_mana_flask.name=Large Mana Flask
|
||||
item.ebwizardry\:mana_flask.desc=Craft with a wand or piece of wizard armour to restore %s mana
|
||||
|
||||
item.ebwizardry\:grand_crystal.name=Grand Magic Crystal
|
||||
item.ebwizardry\:grand_crystal.desc=A huge magic crystal, several times the size of those found naturally. Someone must have grown it artificially - but how?
|
||||
item.ebwizardry\:crystal_shard.name=Magic Crystal Shard
|
||||
item.ebwizardry\:crystal_shard.desc=A small piece of a shattered magic crystal. It contains little mana on its own, but it might have other uses...
|
||||
|
||||
item.ebwizardry\:astral_diamond.name=Astral Diamond
|
||||
item.ebwizardry\:astral_diamond.desc=A highly-prized gemstone that sparkles brightly under starlight. It is said that the most powerful wizards seek astral diamonds in return for the most elusive arcane knowledge.
|
||||
|
||||
item.ebwizardry\:purifying_elixir.name=Purifying Elixir
|
||||
item.ebwizardry\:purifying_elixir.desc=Removes curses when consumed
|
||||
item.ebwizardry\:purifying_elixir.desc_extended=A small vial of exotic-looking golden liquid, which clearly has powerful healing properties. It would probably be wise to save this for when it is needed.
|
||||
|
||||
item.ebwizardry\:storage_upgrade.name=Wand Storage Upgrade
|
||||
item.ebwizardry\:siphon_upgrade.name=Wand Siphon Upgrade
|
||||
@@ -122,6 +167,8 @@ item.ebwizardry\:blast_upgrade.name=Wand Blast Upgrade
|
||||
item.ebwizardry\:attunement_upgrade.name=Wand Attunement Upgrade
|
||||
item.ebwizardry\:melee_upgrade.name=Wand Melee Upgrade
|
||||
|
||||
item.ebwizardry\:wand_upgrade.generic.desc=Apply this upgrade to a wand in the arcane workbench.
|
||||
|
||||
item.ebwizardry\:storage_upgrade.desc=Upgrades the mana capacity of a wand
|
||||
item.ebwizardry\:siphon_upgrade.desc=Upgrades a wand to extract mana from mobs when killed
|
||||
item.ebwizardry\:condenser_upgrade.desc=Upgrades a wand to slowly regenerate mana over time
|
||||
@@ -147,18 +194,22 @@ item.ebwizardry\:blank_scroll.name=Blank Scroll
|
||||
item.ebwizardry\:scroll.generic=scroll
|
||||
item.ebwizardry\:scroll.name=Scroll of %1$s
|
||||
item.ebwizardry\:scroll.undiscovered.name=Scroll "%1$s"
|
||||
item.ebwizardry\:scroll.desc=An enchanted sheet of parchment bound loosely with string. Upon the parchment is written an incantation of some kind, presumably to be read aloud.\n\nRight-click while holding this scroll to use it.
|
||||
item.ebwizardry\:identification_scroll.name=Scroll of Identification
|
||||
item.ebwizardry\:identification_scroll.desc=Identifies an unknown spell book or scroll
|
||||
item.ebwizardry\:identification_scroll.desc_extended=Right-click while holding this scroll to identify the first undiscovered spell book or scroll on your hotbar.
|
||||
item.ebwizardry\:identification_scroll.nothing_to_identify=Nothing to identify!
|
||||
|
||||
item.ebwizardry\:armour_upgrade.name=Arcane Seal of Protection
|
||||
item.ebwizardry\:armour_upgrade.desc1=%1$sUpgrades any wizard armour
|
||||
item.ebwizardry\:armour_upgrade.desc2=%1$sto make it %2$slegendary
|
||||
item.ebwizardry\:armour_upgrade.desc=Upgrades any wizard armour to make it %1$slegendary
|
||||
item.ebwizardry\:armour_upgrade.desc_extended=Apply this upgrade to a piece of wizard armour in the arcane workbench.
|
||||
|
||||
item.ebwizardry\:magic_silk.name=Magical Silk
|
||||
|
||||
item.ebwizardry\:spectral_dust.name=Spectral Dust
|
||||
|
||||
item.ebwizardry\:wizard_armour.legendary=Legendary
|
||||
item.ebwizardry\:wizard_armour.buff=-%1$s %2$s cost
|
||||
item.ebwizardry\:wizard_armour.buff=-%1$s%% %2$s cost
|
||||
item.ebwizardry\:wizard_armour.mana=Mana\: %1$s/%2$s
|
||||
|
||||
item.ebwizardry\:wizard_hat.name=Wizard Hat
|
||||
@@ -210,6 +261,13 @@ item.ebwizardry\:spectral_leggings.name=Spectral Leggings
|
||||
item.ebwizardry\:spectral_boots.name=Spectral Boots
|
||||
|
||||
item.ebwizardry\:lightning_hammer.name=Lightning Hammer
|
||||
item.ebwizardry\:flamecatcher.name=Flamecatcher
|
||||
|
||||
item.ebwizardry\:generic.disabled=This item has been disabled in the config
|
||||
|
||||
item.ebwizardry\:ring.generic.desc=Equip this ring in the Baubles inventory or by placing it on your hotbar. Up to 2 rings may be equipped at once.
|
||||
item.ebwizardry\:amulet.generic.desc=Equip this amulet in the Baubles inventory or by placing it on your hotbar. Only one amulet may be equipped at a time.
|
||||
item.ebwizardry\:charm.generic.desc=Equip this charm in the Baubles inventory or by placing it on your hotbar. Only one charm may be equipped at a time.
|
||||
|
||||
item.ebwizardry\:ring_condensing.name=Ring of Condensing
|
||||
item.ebwizardry\:ring_condensing.desc=Slowly regenerates mana for all wands on your hotbar
|
||||
@@ -225,6 +283,8 @@ item.ebwizardry\:ring_fire_biome.name=Ring of the Desert Sun
|
||||
item.ebwizardry\:ring_fire_biome.desc=Fire spells are 30%% more potent in hot biomes
|
||||
item.ebwizardry\:ring_disintegration.name=Ring of Searing Embers
|
||||
item.ebwizardry\:ring_disintegration.desc=All fire attack spells cause their victims to disintegrate
|
||||
item.ebwizardry\:ring_meteor.name=Ring of Volthraa
|
||||
item.ebwizardry\:ring_meteor.desc=Instead of falling from the sky, meteor can be aimed like a projectile
|
||||
item.ebwizardry\:ring_ice_melee.name=Ring of Icy Touch
|
||||
item.ebwizardry\:ring_ice_melee.desc=Hitting a creature with an ice wand gives it the frostbite effect
|
||||
item.ebwizardry\:ring_ice_biome.name=Ring of Glaciation
|
||||
@@ -241,6 +301,8 @@ item.ebwizardry\:ring_seeking.name=Ring of Attraction
|
||||
item.ebwizardry\:ring_seeking.desc=All projectile spells seek their targets
|
||||
item.ebwizardry\:ring_hammer.name=Ring of Thalek the Almighty
|
||||
item.ebwizardry\:ring_hammer.desc=Lightning hammers can be picked up and thrown
|
||||
item.ebwizardry\:ring_stormcloud.name=Lokenzen's Ring
|
||||
item.ebwizardry\:ring_stormcloud.desc=Stormcloud moves towards targets and lasts longer with every strike
|
||||
item.ebwizardry\:ring_soulbinding.name=Soulwalker's Ring
|
||||
item.ebwizardry\:ring_soulbinding.desc=Creatures damaged by necromancy spells become soulbound to you
|
||||
item.ebwizardry\:ring_leeching.name=Ring of Leeching
|
||||
@@ -257,6 +319,8 @@ item.ebwizardry\:ring_earth_biome.name=Dryad's Ring
|
||||
item.ebwizardry\:ring_earth_biome.desc=Earth spells are 30%% more potent in forests and roofed forests
|
||||
item.ebwizardry\:ring_full_moon.name=Ring of the Howling Wolf
|
||||
item.ebwizardry\:ring_full_moon.desc=Earth spells have dramatically reduced cooldowns under a full moon
|
||||
item.ebwizardry\:ring_evoker.name=Evoker's Ring
|
||||
item.ebwizardry\:ring_evoker.desc=Sneaking while casting fangs summons a defensive circle instead of a line
|
||||
item.ebwizardry\:ring_extraction.name=Ring of Extraction
|
||||
item.ebwizardry\:ring_extraction.desc=Kills with sorcery spells grant bonus mana
|
||||
item.ebwizardry\:ring_mana_return.name=Ring of the Perfectionist
|
||||
@@ -286,6 +350,8 @@ item.ebwizardry\:amulet_ice_immunity.name=Permafrost Amulet
|
||||
item.ebwizardry\:amulet_ice_immunity.desc=Grants total immunity to frostbite effects
|
||||
item.ebwizardry\:amulet_ice_protection.name=Frostbound Amulet
|
||||
item.ebwizardry\:amulet_ice_protection.desc=Reduces frost damage by 30%%
|
||||
item.ebwizardry\:amulet_frost_warding.name=Amulet of Esundor
|
||||
item.ebwizardry\:amulet_frost_warding.desc=Grants a warding effect when standing behind a wall of frost
|
||||
item.ebwizardry\:amulet_potential.name=Amulet of Potential
|
||||
item.ebwizardry\:amulet_potential.desc=Grants a 15%% chance to shoot lightning at creatures that melee attack you
|
||||
item.ebwizardry\:amulet_channeling.name=Amulet of Channeling
|
||||
@@ -308,11 +374,17 @@ item.ebwizardry\:amulet_resurrection.name=Amulet of the Immortal
|
||||
item.ebwizardry\:amulet_resurrection.desc=The resurrection spell can be used on yourself from beyond the grave
|
||||
item.ebwizardry\:amulet_auto_shield.name=Hyeleth's Amulet
|
||||
item.ebwizardry\:amulet_auto_shield.desc=Grants a 25%% chance to trigger the shield spell for a few seconds when bound to a wand on your hotbar
|
||||
item.ebwizardry\:amulet_absorption.name=Amulet of Vitality
|
||||
item.ebwizardry\:amulet_absorption.desc=Excess health from healing spells is converted into absorption hearts
|
||||
|
||||
item.ebwizardry\:charm_haggler.name=Haggler's Sign
|
||||
item.ebwizardry\:charm_haggler.desc=Wizards are guaranteed to offer a new trade every time you trade with them
|
||||
item.ebwizardry\:charm_experience_tome.name=Tome of the Diligent
|
||||
item.ebwizardry\:charm_experience_tome.desc=Increases the rate at which wands gain progression by 50%%
|
||||
item.ebwizardry\:charm_move_speed.name=Icarus Medallion
|
||||
item.ebwizardry\:charm_move_speed.desc=Move at near-full speed when casting spells
|
||||
item.ebwizardry\:charm_spell_discovery.name=Archivist's Eyeglass
|
||||
item.ebwizardry\:charm_spell_discovery.desc=Spell books found in chests are much more likely to be ones you have not yet discovered
|
||||
item.ebwizardry\:charm_auto_smelt.name=Metallurgist's Mark
|
||||
item.ebwizardry\:charm_auto_smelt.desc=Pocket furnace triggers automatically when bound to a wand on your hotbar
|
||||
item.ebwizardry\:charm_lava_walking.name=Nether Ice Core
|
||||
@@ -323,6 +395,10 @@ item.ebwizardry\:charm_minion_health.name=Obsidian Zombie Head
|
||||
item.ebwizardry\:charm_minion_health.desc=Summoned creatures are 25%% stronger
|
||||
item.ebwizardry\:charm_minion_variants.name=Talisman of Transformation
|
||||
item.ebwizardry\:charm_minion_variants.desc=Summoned zombies are husks; summoned skeletons are strays
|
||||
item.ebwizardry\:charm_undead_helmets.name=Cursed Helm
|
||||
item.ebwizardry\:charm_undead_helmets.desc=Summoned zombies and skeletons have leather caps to protect them from sunlight
|
||||
item.ebwizardry\:charm_hunger_casting.name=Demonic Seal
|
||||
item.ebwizardry\:charm_hunger_casting.desc=When out of mana, hunger can be used to cast spells
|
||||
item.ebwizardry\:charm_flight.name=Emerald Beetle Wing
|
||||
item.ebwizardry\:charm_flight.desc=Flight and Glide are 50%% faster
|
||||
item.ebwizardry\:charm_growth.name=Crystal Flower Charm
|
||||
@@ -331,14 +407,20 @@ item.ebwizardry\:charm_abseiling.name=Enchanted Twine
|
||||
item.ebwizardry\:charm_abseiling.desc=Holding sneak whilst grappling slowly pays out the line
|
||||
item.ebwizardry\:charm_silk_touch.name=Moonstone Orb
|
||||
item.ebwizardry\:charm_silk_touch.desc=Blocks broken with the mine spell always drop themselves
|
||||
item.ebwizardry\:charm_sixth_sense.name=Dire Wolf Pelt
|
||||
item.ebwizardry\:charm_sixth_sense.desc=Sixth sense displays different colours for passive, neutral and hostile mobs
|
||||
item.ebwizardry\:charm_stop_time.name=Peculiar Pocketwatch
|
||||
item.ebwizardry\:charm_stop_time.desc=The slow time spell makes time stand still
|
||||
item.ebwizardry\:charm_light.name=Elevinia's Everburning Lantern
|
||||
item.ebwizardry\:charm_light.desc=Conjured light sources last forever and may be dispelled by right-clicking with a wand
|
||||
item.ebwizardry\:charm_transportation.name=Ancient Compass
|
||||
item.ebwizardry\:charm_transportation.desc=Up to four stone circles may be remembered and selected from when using transportation
|
||||
item.ebwizardry\:charm_black_hole.name=Void Opal
|
||||
item.ebwizardry\:charm_black_hole.desc=Black hole sucks in and destroys blocks
|
||||
item.ebwizardry\:charm_mount_teleporting.name=Spectral Tether
|
||||
item.ebwizardry\:charm_mount_teleporting.desc=Teleporting while riding an animal or vehicle brings it with you
|
||||
item.ebwizardry\:charm_feeding.name=Bottomless Provisions
|
||||
item.ebwizardry\:charm_feeding.desc=Replenish hunger triggers automatically when bound to a wand on your hotbar
|
||||
item.ebwizardry\:charm_feeding.desc=Replenish hunger and satiety trigger automatically when bound to a wand on your hotbar
|
||||
|
||||
item.charge_status.full=Full
|
||||
item.charge_status.almost_full=Almost full
|
||||
@@ -348,6 +430,125 @@ item.charge_status.mostly_empty=Mostly empty
|
||||
item.charge_status.almost_empty=Almost empty
|
||||
item.charge_status.empty=Empty
|
||||
|
||||
item.banner.wizardry_fire.black=Black Fire Emblem
|
||||
item.banner.wizardry_fire.red=Red Fire Emblem
|
||||
item.banner.wizardry_fire.green=Green Fire Emblem
|
||||
item.banner.wizardry_fire.brown=Brown Fire Emblem
|
||||
item.banner.wizardry_fire.blue=Blue Fire Emblem
|
||||
item.banner.wizardry_fire.purple=Purple Fire Emblem
|
||||
item.banner.wizardry_fire.cyan=Cyan Fire Emblem
|
||||
item.banner.wizardry_fire.silver=Light Grey Fire Emblem
|
||||
item.banner.wizardry_fire.gray=Grey Fire Emblem
|
||||
item.banner.wizardry_fire.pink=Pink Fire Emblem
|
||||
item.banner.wizardry_fire.lime=Lime Fire Emblem
|
||||
item.banner.wizardry_fire.yellow=Yellow Fire Emblem
|
||||
item.banner.wizardry_fire.lightBlue=Light Blue Fire Emblem
|
||||
item.banner.wizardry_fire.magenta=Magenta Fire Emblem
|
||||
item.banner.wizardry_fire.orange=Orange Fire Emblem
|
||||
item.banner.wizardry_fire.white=White Fire Emblem
|
||||
|
||||
item.banner.wizardry_ice.black=Black Ice Emblem
|
||||
item.banner.wizardry_ice.red=Red Ice Emblem
|
||||
item.banner.wizardry_ice.green=Green Ice Emblem
|
||||
item.banner.wizardry_ice.brown=Brown Ice Emblem
|
||||
item.banner.wizardry_ice.blue=Blue Ice Emblem
|
||||
item.banner.wizardry_ice.purple=Purple Ice Emblem
|
||||
item.banner.wizardry_ice.cyan=Cyan Ice Emblem
|
||||
item.banner.wizardry_ice.silver=Light Grey Ice Emblem
|
||||
item.banner.wizardry_ice.gray=Grey Ice Emblem
|
||||
item.banner.wizardry_ice.pink=Pink Ice Emblem
|
||||
item.banner.wizardry_ice.lime=Lime Ice Emblem
|
||||
item.banner.wizardry_ice.yellow=Yellow Ice Emblem
|
||||
item.banner.wizardry_ice.lightBlue=Light Blue Ice Emblem
|
||||
item.banner.wizardry_ice.magenta=Magenta Ice Emblem
|
||||
item.banner.wizardry_ice.orange=Orange Ice Emblem
|
||||
item.banner.wizardry_ice.white=White Ice Emblem
|
||||
|
||||
item.banner.wizardry_lightning.black=Black Lightning Emblem
|
||||
item.banner.wizardry_lightning.red=Red Lightning Emblem
|
||||
item.banner.wizardry_lightning.green=Green Lightning Emblem
|
||||
item.banner.wizardry_lightning.brown=Brown Lightning Emblem
|
||||
item.banner.wizardry_lightning.blue=Blue Lightning Emblem
|
||||
item.banner.wizardry_lightning.purple=Purple Lightning Emblem
|
||||
item.banner.wizardry_lightning.cyan=Cyan Lightning Emblem
|
||||
item.banner.wizardry_lightning.silver=Light Grey Lightning Emblem
|
||||
item.banner.wizardry_lightning.gray=Grey Lightning Emblem
|
||||
item.banner.wizardry_lightning.pink=Pink Lightning Emblem
|
||||
item.banner.wizardry_lightning.lime=Lime Lightning Emblem
|
||||
item.banner.wizardry_lightning.yellow=Yellow Lightning Emblem
|
||||
item.banner.wizardry_lightning.lightBlue=Light Blue Lightning Emblem
|
||||
item.banner.wizardry_lightning.magenta=Magenta Lightning Emblem
|
||||
item.banner.wizardry_lightning.orange=Orange Lightning Emblem
|
||||
item.banner.wizardry_lightning.white=White Lightning Emblem
|
||||
|
||||
item.banner.wizardry_necromancy.black=Black Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.red=Red Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.green=Green Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.brown=Brown Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.blue=Blue Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.purple=Purple Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.cyan=Cyan Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.silver=Light Grey Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.gray=Grey Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.pink=Pink Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.lime=Lime Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.yellow=Yellow Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.lightBlue=Light Blue Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.magenta=Magenta Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.orange=Orange Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.white=White Necromancy Emblem
|
||||
|
||||
item.banner.wizardry_earth.black=Black Earth Emblem
|
||||
item.banner.wizardry_earth.red=Red Earth Emblem
|
||||
item.banner.wizardry_earth.green=Green Earth Emblem
|
||||
item.banner.wizardry_earth.brown=Brown Earth Emblem
|
||||
item.banner.wizardry_earth.blue=Blue Earth Emblem
|
||||
item.banner.wizardry_earth.purple=Purple Earth Emblem
|
||||
item.banner.wizardry_earth.cyan=Cyan Earth Emblem
|
||||
item.banner.wizardry_earth.silver=Light Grey Earth Emblem
|
||||
item.banner.wizardry_earth.gray=Grey Earth Emblem
|
||||
item.banner.wizardry_earth.pink=Pink Earth Emblem
|
||||
item.banner.wizardry_earth.lime=Lime Earth Emblem
|
||||
item.banner.wizardry_earth.yellow=Yellow Earth Emblem
|
||||
item.banner.wizardry_earth.lightBlue=Light Blue Earth Emblem
|
||||
item.banner.wizardry_earth.magenta=Magenta Earth Emblem
|
||||
item.banner.wizardry_earth.orange=Orange Earth Emblem
|
||||
item.banner.wizardry_earth.white=White Earth Emblem
|
||||
|
||||
item.banner.wizardry_sorcery.black=Black Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.red=Red Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.green=Green Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.brown=Brown Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.blue=Blue Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.purple=Purple Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.cyan=Cyan Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.silver=Light Grey Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.gray=Grey Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.pink=Pink Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.lime=Lime Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.yellow=Yellow Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.lightBlue=Light Blue Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.magenta=Magenta Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.orange=Orange Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.white=White Sorcery Emblem
|
||||
|
||||
item.banner.wizardry_healing.black=Black Healing Emblem
|
||||
item.banner.wizardry_healing.red=Red Healing Emblem
|
||||
item.banner.wizardry_healing.green=Green Healing Emblem
|
||||
item.banner.wizardry_healing.brown=Brown Healing Emblem
|
||||
item.banner.wizardry_healing.blue=Blue Healing Emblem
|
||||
item.banner.wizardry_healing.purple=Purple Healing Emblem
|
||||
item.banner.wizardry_healing.cyan=Cyan Healing Emblem
|
||||
item.banner.wizardry_healing.silver=Light Grey Healing Emblem
|
||||
item.banner.wizardry_healing.gray=Grey Healing Emblem
|
||||
item.banner.wizardry_healing.pink=Pink Healing Emblem
|
||||
item.banner.wizardry_healing.lime=Lime Healing Emblem
|
||||
item.banner.wizardry_healing.yellow=Yellow Healing Emblem
|
||||
item.banner.wizardry_healing.lightBlue=Light Blue Healing Emblem
|
||||
item.banner.wizardry_healing.magenta=Magenta Healing Emblem
|
||||
item.banner.wizardry_healing.orange=Orange Healing Emblem
|
||||
item.banner.wizardry_healing.white=White Healing Emblem
|
||||
|
||||
entity.ebwizardry\:summonedcreature.nameplate=%1$s's %2$s
|
||||
entity.ebwizardry\:summonedcreature.nameplate_fallback=Someone's %1$s
|
||||
|
||||
@@ -396,6 +597,7 @@ entity.ebwizardry\:storm_elemental.name=Storm Elemental
|
||||
entity.ebwizardry\:evil_wizard.name=Wizard
|
||||
entity.ebwizardry\:decoy.name=Decoy
|
||||
entity.ebwizardry\:vex_minion.name=Vex
|
||||
entity.ebwizardry\:remnant.name=Remnant
|
||||
|
||||
entity.ebwizardry\:magic_missile.name=Magic
|
||||
entity.ebwizardry\:arc.name=Magic
|
||||
@@ -421,6 +623,7 @@ entity.ebwizardry\:ice_lance.name=Magic
|
||||
entity.ebwizardry\:smoke_bomb.name=Magic
|
||||
entity.ebwizardry\:ice_spike.name=Magic
|
||||
entity.ebwizardry\:combustion_rune.name=Magic
|
||||
entity.ebwizardry\:flamecatcher_arrow.name=Magic
|
||||
|
||||
entity.ebwizardry\:black_hole.name=Black Hole
|
||||
entity.ebwizardry\:shield.name=Shield
|
||||
@@ -436,6 +639,11 @@ entity.ebwizardry\:ring_of_fire.name=Ring of Fire
|
||||
entity.ebwizardry\:earthquake.name=Earthquake
|
||||
entity.ebwizardry\:hailstorm.name=Hailstorm
|
||||
entity.ebwizardry\:lightning_pulse.name=Lightning Pulse
|
||||
entity.ebwizardry\:stormcloud.name=Stormcloud
|
||||
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
|
||||
entity.ebwizardry\:boulder.name=Boulder
|
||||
entity.ebwizardry\:radiant_totem.name=Radiant Totem
|
||||
entity.ebwizardry\:withering_totem.name=Withering Totem
|
||||
|
||||
itemGroup.ebwizardry=Wizardry
|
||||
itemGroup.ebwizardryspells=Spells
|
||||
@@ -488,7 +696,20 @@ advancement.ebwizardry\:artefact.desc=Lift the protective enchantments from a sh
|
||||
advancement.ebwizardry\:all_artefacts=A Veritable Museum
|
||||
advancement.ebwizardry\:all_artefacts.desc=Collect all of the rings, amulets and charms
|
||||
|
||||
advancement.ebwizardry\:armour_set=Now You're a Proper Wizard
|
||||
advancement.ebwizardry\:defeat_remnant=Dust Off Your Arrows
|
||||
advancement.ebwizardry\:defeat_remnant.desc=Hunt down the remnants guarding an obelisk and collect their spectral dust
|
||||
advancement.ebwizardry\:find_library_ruins=I Think My Books Are Overdue
|
||||
advancement.ebwizardry\:find_library_ruins.desc=Uncover the ruins of a forgotten library
|
||||
advancement.ebwizardry\:restore_imbuement_altar=Good As New
|
||||
advancement.ebwizardry\:restore_imbuement_altar.desc=Restore an imbuement altar to its former glory
|
||||
advancement.ebwizardry\:create_elemental_armour=Changing Clothes
|
||||
advancement.ebwizardry\:create_elemental_armour.desc=Imbue a piece of wizard armour with spectral dust of one of the arcane elements
|
||||
advancement.ebwizardry\:restore_ruined_book=Arcane Archaeologist
|
||||
advancement.ebwizardry\:restore_ruined_book.desc=Restore a ruined spell book at an imbuement altar
|
||||
advancement.ebwizardry\:craft_lectern=Arcane Encyclopaedia
|
||||
advancement.ebwizardry\:craft_lectern.desc=Craft a lectern to keep track of your spell library
|
||||
|
||||
advancement.ebwizardry\:armour_set=Now You're A Proper Wizard
|
||||
advancement.ebwizardry\:armour_set.desc=Craft and equip a full set of wizard armour
|
||||
advancement.ebwizardry\:legendary=Legendary
|
||||
advancement.ebwizardry\:legendary.desc=Obtain a piece of legendary wizard armour
|
||||
@@ -505,10 +726,19 @@ gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
|
||||
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
|
||||
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
|
||||
|
||||
gui.ebwizardry\:lectern.title=Spell Lookup
|
||||
|
||||
container.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
container.ebwizardry\:arcane_workbench.apply=Apply
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\:
|
||||
container.ebwizardry\:arcane_workbench.upgrades=Applied Upgrades\:
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\: %s/%s
|
||||
container.ebwizardry\:arcane_workbench.upgrades=Applied Upgrades
|
||||
|
||||
container.ebwizardry\:arcane_workbench.bookshelves=Bookshelves
|
||||
container.ebwizardry\:arcane_workbench.sort_tier=Sort by Tier
|
||||
container.ebwizardry\:arcane_workbench.sort_element=Sort by Element
|
||||
container.ebwizardry\:arcane_workbench.sort_alphabetical=Sort Alphabetically
|
||||
container.ebwizardry\:arcane_workbench.search_tooltip=%1$sSearch Tips\n\ntier=%2$s, %1$st=%2$s: match tiers\n%1$selement=%2$s, %1$se=%2$s: match elements\n%1$stype=%2$s, %1$sp=%2$s: match spell types\n%1$sdiscovered=true/false%2$s, %1$sd=t/f%2$s: include only (un)discovered\n%1$smodid=%2$s, %1$sm=%2$s: match mod IDs\n\nSeparate multiple values with %1$s,%2$s\nSeparate multiple criteria with %1$s;
|
||||
|
||||
container.ebwizardry\:bookshelf=Bookshelf
|
||||
|
||||
tier.novice=Novice
|
||||
tier.apprentice=Apprentice
|
||||
@@ -553,9 +783,12 @@ spell.ebwizardry\:arcane_lock=Arcane Lock
|
||||
spell.ebwizardry\:arrow_rain=Arrow Rain
|
||||
spell.ebwizardry\:banish=Banish
|
||||
spell.ebwizardry\:black_hole=Black Hole
|
||||
spell.ebwizardry\:blinding_flash=Blinding Flash
|
||||
spell.ebwizardry\:blink=Blink
|
||||
spell.ebwizardry\:blizzard=Blizzard
|
||||
spell.ebwizardry\:boulder=Boulder
|
||||
spell.ebwizardry\:bubble=Bubble
|
||||
spell.ebwizardry\:celestial_smite=Celestial Smite
|
||||
spell.ebwizardry\:chain_lightning=Chain Lightning
|
||||
spell.ebwizardry\:charge=Charge
|
||||
spell.ebwizardry\:clairvoyance=Clairvoyance
|
||||
@@ -583,15 +816,19 @@ spell.ebwizardry\:divination=Divination
|
||||
spell.ebwizardry\:dragon_fireball=Dragon Fireball
|
||||
spell.ebwizardry\:earthquake=Earthquake
|
||||
spell.ebwizardry\:empowering_presence=Empowering Presence
|
||||
spell.ebwizardry\:enrage=Enrage
|
||||
spell.ebwizardry\:entrapment=Entrapment
|
||||
spell.ebwizardry\:evade=Evade
|
||||
spell.ebwizardry\:fangs=Fangs
|
||||
spell.ebwizardry\:fireball=Fireball
|
||||
spell.ebwizardry\:firebolt=Firebolt
|
||||
spell.ebwizardry\:firebomb=Firebomb
|
||||
spell.ebwizardry\:fire_resistance=Fire Resistance
|
||||
spell.ebwizardry\:fire_sigil=Fire Sigil
|
||||
spell.ebwizardry\:fireskin=Fireskin
|
||||
spell.ebwizardry\:firestorm=Firestorm
|
||||
spell.ebwizardry\:fire_breath=Fire Breath
|
||||
spell.ebwizardry\:flamecatcher=Flamecatcher
|
||||
spell.ebwizardry\:flame_ray=Flame Ray
|
||||
spell.ebwizardry\:flaming_axe=Flaming Axe
|
||||
spell.ebwizardry\:flaming_weapon=Flaming Weapon
|
||||
@@ -606,6 +843,7 @@ spell.ebwizardry\:forest_of_thorns=Forest of Thorns
|
||||
spell.ebwizardry\:freeze=Freeze
|
||||
spell.ebwizardry\:freezing_weapon=Freezing Weapon
|
||||
spell.ebwizardry\:frost_axe=Frost Axe
|
||||
spell.ebwizardry\:frost_barrier=Frost Barrier
|
||||
spell.ebwizardry\:frost_ray=Frost Ray
|
||||
spell.ebwizardry\:frost_sigil=Frost Sigil
|
||||
spell.ebwizardry\:frost_step=Frost Step
|
||||
@@ -617,6 +855,7 @@ spell.ebwizardry\:greater_telekinesis=Greater Telekinesis
|
||||
spell.ebwizardry\:greater_ward=Greater Ward
|
||||
spell.ebwizardry\:group_heal=Group Heal
|
||||
spell.ebwizardry\:growth_aura=Growth Aura
|
||||
spell.ebwizardry\:guardian_beam=Guardian Beam
|
||||
spell.ebwizardry\:hailstorm=Hailstorm
|
||||
spell.ebwizardry\:heal=Heal
|
||||
spell.ebwizardry\:heal_ally=Heal Ally
|
||||
@@ -650,15 +889,18 @@ spell.ebwizardry\:lightning_ray=Lightning Ray
|
||||
spell.ebwizardry\:lightning_sigil=Lightning Sigil
|
||||
spell.ebwizardry\:lightning_web=Lightning Web
|
||||
spell.ebwizardry\:magic_missile=Magic Missile
|
||||
spell.ebwizardry\:mark_sacrifice=Mark Sacrifice
|
||||
spell.ebwizardry\:metamorphosis=Metamorphosis
|
||||
spell.ebwizardry\:meteor=Meteor
|
||||
spell.ebwizardry\:mind_control=Mind Control
|
||||
spell.ebwizardry\:mind_trick=Mind Trick
|
||||
spell.ebwizardry\:mine=Mine
|
||||
spell.ebwizardry\:mirage=Mirage
|
||||
spell.ebwizardry\:muffle=Muffle
|
||||
spell.ebwizardry\:none=[Empty Slot]
|
||||
spell.ebwizardry\:oakflesh=Oakflesh
|
||||
spell.ebwizardry\:paralysis=Paralysis
|
||||
spell.ebwizardry\:permafrost=Permafrost
|
||||
spell.ebwizardry\:petrify=Petrify
|
||||
spell.ebwizardry\:phase_step=Phase Step
|
||||
spell.ebwizardry\:plague_of_darkness=Plague of Darkness
|
||||
@@ -667,6 +909,7 @@ spell.ebwizardry\:pocket_workbench=Pocket Workbench
|
||||
spell.ebwizardry\:poison=Poison
|
||||
spell.ebwizardry\:poison_bomb=Poison Bomb
|
||||
spell.ebwizardry\:possession=Possession
|
||||
spell.ebwizardry\:radiant_totem=Radiant Totem
|
||||
spell.ebwizardry\:ray_of_purification=Ray of Purification
|
||||
spell.ebwizardry\:remove_curse=Remove Curse
|
||||
spell.ebwizardry\:replenish_hunger=Replenish Hunger
|
||||
@@ -690,6 +933,7 @@ spell.ebwizardry\:spectral_pathway=Spectral Pathway
|
||||
spell.ebwizardry\:speed_time=Speed Time
|
||||
spell.ebwizardry\:spider_swarm=Spider Swarm
|
||||
spell.ebwizardry\:static_aura=Static Aura
|
||||
spell.ebwizardry\:stormcloud=Stormcloud
|
||||
spell.ebwizardry\:summon_blaze=Summon Blaze
|
||||
spell.ebwizardry\:summon_ice_giant=Summon Ice Giant
|
||||
spell.ebwizardry\:summon_ice_wraith=Summon Ice Wraith
|
||||
@@ -719,6 +963,8 @@ spell.ebwizardry\:water_breathing=Water Breathing
|
||||
spell.ebwizardry\:whirlwind=Whirlwind
|
||||
spell.ebwizardry\:wither=Wither
|
||||
spell.ebwizardry\:wither_skull=Wither Skull
|
||||
spell.ebwizardry\:withering_totem=Withering Totem
|
||||
spell.ebwizardry\:zombie_apocalypse=Zombie Apocalypse
|
||||
|
||||
spell.ebwizardry\:agility.desc=Grants the caster faster movement speed and greater jump height for 30 seconds.
|
||||
spell.ebwizardry\:arc.desc=Fires a spark of lightning at the target.
|
||||
@@ -727,9 +973,12 @@ spell.ebwizardry\:arcane_lock.desc=Creates an impenetrable barrier of force arou
|
||||
spell.ebwizardry\:arrow_rain.desc="Archers, fire!"
|
||||
spell.ebwizardry\:banish.desc=Teleports the target against its will to a random location within a certain range.
|
||||
spell.ebwizardry\:black_hole.desc=Tear reality asunder.
|
||||
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
|
||||
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
|
||||
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
|
||||
spell.ebwizardry\:boulder.desc="Let the world be my bowling alley, and my foes be the pins!"
|
||||
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
|
||||
spell.ebwizardry\:celestial_smite.desc="Oh powers divine, I call upon thee now! Rid this land of dark creatures most foul!"
|
||||
spell.ebwizardry\:chain_lightning.desc=Fires a spark of lightning at the target, which then chains to additional targets up to twice.
|
||||
spell.ebwizardry\:charge.desc=Causes the caster to charge rapidly in the direction they are looking, damaging and knocking back anything in their path.
|
||||
spell.ebwizardry\:clairvoyance.desc=Reveals the path to a remembered location. With this spell selected, sneak-right-click on a block to set the location. Cast this spell normally to reveal the path. The path will fade after 90 seconds.
|
||||
@@ -757,15 +1006,19 @@ spell.ebwizardry\:divination.desc=Guides the caster to nearby ores and resources
|
||||
spell.ebwizardry\:dragon_fireball.desc=Launches an enderdragon fireball in the direction you are pointing, which releases lingering poisonous clouds on impact.
|
||||
spell.ebwizardry\:earthquake.desc=A true master of earth magic can move mountains.
|
||||
spell.ebwizardry\:empowering_presence.desc=Grants the caster and nearby allies increased magic damage for 30 seconds.
|
||||
spell.ebwizardry\:enrage.desc=Causes nearby creatures to become enraged, stopping whatever they are doing to attack the caster instead.
|
||||
spell.ebwizardry\:entrapment.desc=Traps the target in a sphere of darkness which pulls it helplessly upwards and continually damages it.
|
||||
spell.ebwizardry\:evade.desc=Causes the caster to quickly jump sideways to dodge incoming attacks.
|
||||
spell.ebwizardry\:fangs.desc=Summons a row of evoker fangs in front of the caster that rise from the ground, biting mobs in their path.
|
||||
spell.ebwizardry\:fireball.desc=Launches a fireball in the direction you are pointing.
|
||||
spell.ebwizardry\:firebolt.desc=Shoots a jet of fire a short distance in front of you.
|
||||
spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are pointing which explodes on impact, setting targets on fire.
|
||||
spell.ebwizardry\:fire_resistance.desc=Grants the caster fire resistance for 30 seconds.
|
||||
spell.ebwizardry\:fire_sigil.desc=Places a magical fire trap on the ground which damages and sets on fire the creature that triggers it.
|
||||
spell.ebwizardry\:fireskin.desc=Cloaks the caster in flames for 30 seconds, causing anything that attacks them to catch fire.
|
||||
spell.ebwizardry\:firestorm.desc="Purge the land and purge the soil!\nTrees shall burn and lakes shall boil!\nTorch the wood and scorch the stone!\nAll bow before the infernal throne!"
|
||||
spell.ebwizardry\:fire_breath.desc="I am the dragon."
|
||||
spell.ebwizardry\:flamecatcher.desc=It is said that in times of need, Flamecatcher offers her power to worthy pyromancers, only to vanish back into the night once her deed is done.
|
||||
spell.ebwizardry\:flame_ray.desc=Creates a stream of flames in the direction you are pointing which sets on fire and continually damages targets.
|
||||
spell.ebwizardry\:flaming_axe.desc=Creates a flaming axe which sets enemies on fire when hit. Lasts for 30 seconds.
|
||||
spell.ebwizardry\:flaming_weapon.desc=Temporarily imbues the first weapon on the caster's hotbar with the power of flame, causing it to set fire to its victims. The magic wears off after 45 seconds.
|
||||
@@ -780,6 +1033,7 @@ spell.ebwizardry\:forest_of_thorns.desc=Amidst the wood lies a hidden glade,\nIn
|
||||
spell.ebwizardry\:freeze.desc=Freezes the target for 10 seconds. Will also freeze water and create snow on the ground.
|
||||
spell.ebwizardry\:freezing_weapon.desc=Temporarily imbues the first weapon on the caster's hotbar with the power of frost, causing it to freeze its victims. The magic wears off after 45 seconds.
|
||||
spell.ebwizardry\:frost_axe.desc=Creates a frozen axe which freezes enemies when hit. Lasts for 30 seconds.
|
||||
spell.ebwizardry\:frost_barrier.desc=Creates a barricade of ice in front of the caster that shields them from incoming attacks. The barrier lasts for 20 seconds.
|
||||
spell.ebwizardry\:frost_ray.desc=Creates a stream of frost in the direction you are pointing which slows and continually damages targets.
|
||||
spell.ebwizardry\:frost_sigil.desc=Places a magical ice trap on the ground which damages and freezes the creature that triggers it.
|
||||
spell.ebwizardry\:frost_step.desc=Allows the caster to freeze water as they walk for 30 seconds.
|
||||
@@ -791,6 +1045,7 @@ spell.ebwizardry\:greater_telekinesis.desc=Allows the caster to pick up a block
|
||||
spell.ebwizardry\:greater_ward.desc=Grants the caster a strong shielding effect that greatly reduces incoming magic damage for 30 seconds.
|
||||
spell.ebwizardry\:group_heal.desc=Heals the caster and all nearby allies and summoned creatures by 3 hearts.
|
||||
spell.ebwizardry\:growth_aura.desc=Grows all crops near the caster. Also grows tall grass and flowers on grass.
|
||||
spell.ebwizardry\:guardian_beam.desc=Fires a guardian eye beam in the direction you are pointing, which damages targets and depletes their air supply when underwater.
|
||||
spell.ebwizardry\:hailstorm.desc=It was during the great winter of the third age that the ice mages discovered their true power.
|
||||
spell.ebwizardry\:heal.desc=Heals the caster by 2 hearts.
|
||||
spell.ebwizardry\:heal_ally.desc=Heals the target by 2 and a half hearts.
|
||||
@@ -824,15 +1079,18 @@ spell.ebwizardry\:lightning_ray.desc=Creates a stream of lightning in the direct
|
||||
spell.ebwizardry\:lightning_sigil.desc=Places a magical lightning trap on the ground which damages the creature that triggers it and chains lightning to other nearby creatures.
|
||||
spell.ebwizardry\:lightning_web.desc="Focus. Channel the storm in your mind through your wand and unleash its fury."
|
||||
spell.ebwizardry\:magic_missile.desc=Fires a bolt of magical energy in the direction you are pointing.
|
||||
spell.ebwizardry\:mark_sacrifice.desc=Marks the target as a divine sacrifice. The next magical attack on a marked creature deals 60%% extra damage for each level of the effect.
|
||||
spell.ebwizardry\:metamorphosis.desc=Changes the target into another form. Only works on some creatures.
|
||||
spell.ebwizardry\:meteor.desc=Some wizards just want to see the world burn...
|
||||
spell.ebwizardry\:mind_control.desc=Takes control of the target's mind for 30 seconds, causing it switch sides and fight for the caster instead. Will not work on creatures that are too strong-willed.
|
||||
spell.ebwizardry\:mind_trick.desc=Confuses and disorients the target for 15 seconds, rendering it unable to attack effectively. The effect will be dispelled if the target takes damage.
|
||||
spell.ebwizardry\:mine.desc=Breaks the block the caster is looking at. Potency will allow harder blocks to be broken.
|
||||
spell.ebwizardry\:mirage.desc=Creates an illusion where the caster appears to be a few blocks away from their actual position, blinking around every few seconds. The illusion lasts for 20 seconds.
|
||||
spell.ebwizardry\:muffle.desc=Silences any sounds made by the caster for 30 seconds. When muffled, mobs can only detect you when looking towards you.
|
||||
spell.ebwizardry\:none.desc=To get a spell book with the /give command, use id\: /give [player] ebwizardry\:spell_book 1 [spell id] (if you found this book in a chest, some other mod has messed things up).
|
||||
spell.ebwizardry\:oakflesh.desc=Improves the caster's damage resistance for 30 seconds.
|
||||
spell.ebwizardry\:paralysis.desc=Delivers a powerful lightning bolt that paralyses targets for 5 seconds. Paralysed creatures cannot move and will still take damage - but too much will snap the creature out of paralysis.
|
||||
spell.ebwizardry\:permafrost.desc=Spreads a layer of slippery ice on the ground where you are pointing, the extreme cold of which causes creatures to slowly take damage.
|
||||
spell.ebwizardry\:petrify.desc=Turns the target to stone until broken out, with a chance for it to break out when it is dark. The target cannot move or do anything while petrified but is also impervious to all damage.
|
||||
spell.ebwizardry\:phase_step.desc=Teleports the caster a short distance in front of them, including through walls. Range upgrades will increase the wall thickness you can teleport through.
|
||||
spell.ebwizardry\:plague_of_darkness.desc=The darkness will consume them all...
|
||||
@@ -841,6 +1099,7 @@ spell.ebwizardry\:pocket_workbench.desc=Allows the caster to craft items as if t
|
||||
spell.ebwizardry\:poison.desc=Fires poison in the direction you are pointing.
|
||||
spell.ebwizardry\:poison_bomb.desc=Lanches a poison bomb in the direction you are pointing which explodes on impact, poisoning nearby creatures.
|
||||
spell.ebwizardry\:possession.desc="Become thy enemy."
|
||||
spell.ebwizardry\:radiant_totem.desc=Creates a radiant totem which shoots a beam of light at nearby creatures, healing allies but damaging mobs. Lasts for 30 seconds. Potency will increase the number of targets.
|
||||
spell.ebwizardry\:ray_of_purification.desc=Emits a ray of blinding light that damages and blinds its targets. Undead creatures take double damage and are set on fire.
|
||||
spell.ebwizardry\:remove_curse.desc=Removes any curse currently affecting the caster.
|
||||
spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 3 hunger points.
|
||||
@@ -864,6 +1123,7 @@ spell.ebwizardry\:spectral_pathway.desc=Creates an indestructible magical bridge
|
||||
spell.ebwizardry\:speed_time.desc=...day, night, dawn, dusk, sunrise and sunset\: thus is the passage of time, which traps us in an endless cycle of...
|
||||
spell.ebwizardry\:spider_swarm.desc=Summons a swarm of venomous spiders to fight for you. The spiders will disappear after 30 seconds or if they are killed.
|
||||
spell.ebwizardry\:static_aura.desc=Surrounds the caster with lightning for 30 seconds, firing a spark of lightning at anything that hits them.
|
||||
spell.ebwizardry\:stormcloud.desc=Conjures a floating stormcloud where you are pointing that strikes lightning beneath it.
|
||||
spell.ebwizardry\:summon_blaze.desc=Summons a blaze to fight for you. The blaze will disappear after 30 seconds or if it is killed.
|
||||
spell.ebwizardry\:summon_ice_giant.desc="Smash them!"
|
||||
spell.ebwizardry\:summon_ice_wraith.desc=Summons an ice wraith to fight for you. The ice wraith will disappear after 30 seconds or if it is killed.
|
||||
@@ -893,6 +1153,8 @@ spell.ebwizardry\:water_breathing.desc=Allows the caster to breathe underwater f
|
||||
spell.ebwizardry\:whirlwind.desc=Causes the target to be blown upwards and away from you at speed.
|
||||
spell.ebwizardry\:wither.desc=Fires a ray of darkness which withers anything it touches.
|
||||
spell.ebwizardry\:wither_skull.desc=Launches a wither skull in the direction you are pointing.
|
||||
spell.ebwizardry\:withering_totem.desc=Summons a withering totem where you are pointing, which slowly drains nearby creatures' health. The totem explodes after 30 seconds, dealing more damage the more health it drained.
|
||||
spell.ebwizardry\:zombie_apocalypse.desc=Opening a portal to the underworld is easy. The difficult part is shutting it again when things go wrong...
|
||||
|
||||
spell.ebwizardry\:invoke_weather.sun=The rain begins to stop...
|
||||
spell.ebwizardry\:invoke_weather.rain=The heavens open...
|
||||
@@ -998,6 +1260,8 @@ potion.ebwizardry\:curse_of_enfeeblement=Curse of Enfeeblement
|
||||
potion.ebwizardry\:curse_of_undeath=Curse of Undeath
|
||||
potion.ebwizardry\:containment=Containment
|
||||
potion.ebwizardry\:frost_step=Frost Step
|
||||
potion.ebwizardry\:mark_of_sacrifice=Mark of Sacrifice
|
||||
potion.ebwizardry\:mirage=Mirage
|
||||
|
||||
enchantment.ebwizardry\:magic_sword=Imbuement
|
||||
enchantment.ebwizardry\:magic_bow=Imbuement
|
||||
@@ -1023,6 +1287,14 @@ key.categories.ebwizardry=Wizardry
|
||||
|
||||
key.ebwizardry.next_spell=Next Spell
|
||||
key.ebwizardry.previous_spell=Previous Spell
|
||||
key.ebwizardry.spell_1=Spell Slot 1
|
||||
key.ebwizardry.spell_2=Spell Slot 2
|
||||
key.ebwizardry.spell_3=Spell Slot 3
|
||||
key.ebwizardry.spell_4=Spell Slot 4
|
||||
key.ebwizardry.spell_5=Spell Slot 5
|
||||
key.ebwizardry.spell_6=Spell Slot 6
|
||||
key.ebwizardry.spell_7=Spell Slot 7
|
||||
key.ebwizardry.spell_8=Spell Slot 8
|
||||
|
||||
death.attack.wizardry_magic=%1$s was killed by %2$s using magic
|
||||
death.attack.indirect_wizardry_magic=%1$s was killed by %2$s using magic
|
||||
@@ -1072,31 +1344,26 @@ config.ebwizardry.category.spells.tooltip=Select which spells are enabled
|
||||
config.ebwizardry.title.spells=Spell Configuration
|
||||
config.ebwizardry.subtitle.spells=Disabling a spell globally here will override the finer controls in the spell JSON file.
|
||||
|
||||
config.ebwizardry.category.artefacts=Artefact Configuration
|
||||
config.ebwizardry.category.artefacts.tooltip=Select which artefacts are enabled
|
||||
config.ebwizardry.title.artefacts=Artefact Configuration
|
||||
config.ebwizardry.subtitle.artefacts=Disable individual rings, amulets or charms here.
|
||||
|
||||
config.ebwizardry.category.gameplay=Gameplay Settings
|
||||
config.ebwizardry.category.gameplay.tooltip=Configure wizardry's general gameplay
|
||||
config.ebwizardry.title.gameplay=Gameplay Settings
|
||||
config.ebwizardry.subtitle.gameplay=Global settings that affect game mechanics.
|
||||
|
||||
config.ebwizardry.discovery_mode=Discovery Mode
|
||||
config.ebwizardry.discovery_mode.tooltip=For those who like a sense of mystery! When enabled, spells you haven't cast yet will be unreadable until you cast them (on a per-world basis). Has no effect when in creative mode. Spells of identification will be unobtainable in survival mode if this is disabled.
|
||||
config.ebwizardry.legacy_wand_levelling=Legacy Wand Levelling
|
||||
config.ebwizardry.legacy_wand_levelling.tooltip=Controls whether wands are required to gain progression before they can be upgraded to the next tier. Enable this option to revert to the pre-4.2 system, which only requires tomes of arcana. Wands will still gain progression silently when this is enabled, so if you go back to the new system you won't lose any progress.
|
||||
config.ebwizardry.legacy_wand_levelling.true=Yes - I liked it how it was!
|
||||
config.ebwizardry.legacy_wand_levelling.false=No - Level me up!
|
||||
config.ebwizardry.friendly_fire=Friendly Fire
|
||||
config.ebwizardry.friendly_fire.tooltip=Controls which creatures may be damaged by your magic when allied to you. Your spells will not target your allies or creatures summoned/owned by them regardless of this setting, but this setting makes them completely immune if disabled.
|
||||
config.ebwizardry.minion_revenge_targeting=Minion Revenge Targeting
|
||||
config.ebwizardry.minion_revenge_targeting.tooltip=Whether summoned creatures can revenge-attack players or creatures that they would not otherwise be able to attack.
|
||||
config.ebwizardry.minion_revenge_targeting.true=Yes - I'd never hurt them!
|
||||
config.ebwizardry.minion_revenge_targeting.false=No - they must always obey me!
|
||||
config.ebwizardry.players_move_each_other=Players Move Each Other
|
||||
config.ebwizardry.players_move_each_other.tooltip=Whether to allow players to move other players around using magic.
|
||||
config.ebwizardry.players_move_each_other.true=Yes - let the games begin!
|
||||
config.ebwizardry.players_move_each_other.false=No - I won't be pushed around
|
||||
config.ebwizardry.player_block_damage=Player Block Damage
|
||||
config.ebwizardry.player_block_damage.tooltip=Whether spells cast by players can destroy blocks in the world. Disable this to prevent griefing. To prevent non-players from destroying blocks with magic, use the mobGriefing gamerule.
|
||||
config.ebwizardry.player_block_damage.tooltip=Whether spells cast by players can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting. (N.B. This setting only affects players. To prevent mobs from destroying blocks with magic, use the mobGriefing gamerule.)
|
||||
config.ebwizardry.player_block_damage.true=Yes - kaboom!
|
||||
config.ebwizardry.player_block_damage.false=No - activate anti-grief (TM)
|
||||
config.ebwizardry.dispenser_block_damage=Dispenser Block Damage
|
||||
config.ebwizardry.dispenser_block_damage.tooltip=Whether spells cast by dispensers can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting.
|
||||
config.ebwizardry.telekinetic_disarmament=Telekinetic Disarmament
|
||||
config.ebwizardry.telekinetic_disarmament.tooltip=Whether to allow players to disarm other players using the telekinesis spell. Disable to prevent stealing of items.
|
||||
config.ebwizardry.telekinetic_disarmament.true=Yes - let people steal things
|
||||
@@ -1109,14 +1376,6 @@ config.ebwizardry.world_time_manipulation=World Time Manipulation
|
||||
config.ebwizardry.world_time_manipulation.tooltip=Whether players are allowed to change the world time with the speed time spell. If disabled, the speed time spell will not change the world time but will still speed up nearby block, entity and tile entity ticks.
|
||||
config.ebwizardry.world_time_manipulation.true=Yes - daytime, nighttime...
|
||||
config.ebwizardry.world_time_manipulation.false=No - I need my sleep!
|
||||
config.ebwizardry.replace_vanilla_fireballs=Replace Vanilla Fireballs
|
||||
config.ebwizardry.replace_vanilla_fireballs.tooltip=Whether to replace Minecraft's own fireballs with wizardry fireballs. If this is disabled, only wizardry spells will use the custom fireballs.
|
||||
config.ebwizardry.replace_vanilla_fireballs.true=Yes - give me FIRE!
|
||||
config.ebwizardry.replace_vanilla_fireballs.false=No - blazes are mean enough
|
||||
config.ebwizardry.replace_vanilla_fall_damage=Replace Vanilla Fall Damage
|
||||
config.ebwizardry.replace_vanilla_fall_damage.tooltip=Whether to replace Minecraft's distance-based fall damage calculation with an equivalent, velocity-based one. This is done such that mobs in freefall will take exactly the same damage as normal, so it will not break falling-based mob farms. Disable this if you experience falling-related weirdness! If this is disabled, some spells revert to a more simplistic method of resetting the player's fall damage in certain cases.
|
||||
config.ebwizardry.replace_vanilla_fall_damage.true=Yes - it's parkour time
|
||||
config.ebwizardry.replace_vanilla_fall_damage.false=No - break my legs normally
|
||||
config.ebwizardry.creative_bypasses_arcane_lock=Bypass Arcane Lock
|
||||
config.ebwizardry.creative_bypasses_arcane_lock.tooltip=Determines which players can bypass arcane locks.
|
||||
config.ebwizardry.creative_bypasses_arcane_lock.true=Anyone in creative mode
|
||||
@@ -1125,6 +1384,58 @@ config.ebwizardry.slow_time_affects_players=Slow Time Affects Players
|
||||
config.ebwizardry.slow_time_affects_players.tooltip=Whether players are slowed when another nearby player uses the slow time spell. If this is disabled, mobs and projectiles will still be affected but players will move at normal speed.
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers=Bonemeal Grows Crystal Flowers
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers.tooltip=Whether using bonemeal on grass blocks has a chance to grow crystal flowers.
|
||||
|
||||
config.ebwizardry.category.difficulty=Difficulty Settings
|
||||
config.ebwizardry.category.difficulty.tooltip=Configure wizardry's difficulty
|
||||
config.ebwizardry.title.difficulty=Difficulty Settings
|
||||
config.ebwizardry.subtitle.difficulty=Settings that affect the mod's difficulty.
|
||||
|
||||
config.ebwizardry.discovery_mode=Discovery Mode
|
||||
config.ebwizardry.discovery_mode.tooltip=For those who like a sense of mystery! When enabled, spells you haven't cast yet will be unreadable until you cast them (on a per-world basis). Has no effect when in creative mode. Spells of identification will be unobtainable in survival mode if this is disabled.
|
||||
config.ebwizardry.legacy_wand_levelling=Legacy Wand Levelling
|
||||
config.ebwizardry.legacy_wand_levelling.tooltip=Controls whether wands are required to gain progression before they can be upgraded to the next tier. Enable this option to revert to the pre-4.2 system, which only requires tomes of arcana. Wands will still gain progression silently when this is enabled, so if you go back to the new system you won't lose any progress.
|
||||
config.ebwizardry.legacy_wand_levelling.true=Yes - I liked it how it was!
|
||||
config.ebwizardry.legacy_wand_levelling.false=No - Level me up!
|
||||
config.ebwizardry.friendly_fire=Friendly Fire
|
||||
config.ebwizardry.friendly_fire.tooltip=Controls which creatures may be damaged by your magic when allied to you. Your spells will not target your allies or creatures summoned/owned by them regardless of this setting, but this setting makes them completely immune if disabled.
|
||||
config.ebwizardry.passive_mobs_are_allies=Passive Mobs Are Allies
|
||||
config.ebwizardry.passive_mobs_are_allies.tooltip=Whether all passive mobs should count as allies, i.e. they should not be damaged indirectly by spells. Tamed mobs always count as allies.
|
||||
config.ebwizardry.passive_mobs_are_allies.true=Yes - don't hurt the animals!
|
||||
config.ebwizardry.passive_mobs_are_allies.false=No - I like my steak lightning-grilled!
|
||||
config.ebwizardry.minion_revenge_targeting=Minion Revenge Targeting
|
||||
config.ebwizardry.minion_revenge_targeting.tooltip=Whether summoned creatures can revenge-attack players or creatures that they would not otherwise be able to attack.
|
||||
config.ebwizardry.minion_revenge_targeting.true=Yes - I'd never hurt them!
|
||||
config.ebwizardry.minion_revenge_targeting.false=No - they must always obey me!
|
||||
config.ebwizardry.forfeit_chance=Forfeit Chance
|
||||
config.ebwizardry.forfeit_chance.tooltip=The chance to 'misread' an undiscovered spell and trigger a forfeit instead. Setting this to 0 effectively disables the forfeit mechanic. Has no effect if discovery mode is disabled.
|
||||
config.ebwizardry.progression_requirements=Progression Requirements
|
||||
config.ebwizardry.progression_requirements.tooltip=The progression required to upgrade a wand to each tier (apprentice, advanced and master respectively).
|
||||
config.ebwizardry.player_damage_scaling=Player Damage Scaling Factor
|
||||
config.ebwizardry.player_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by players casting spells, relative to 1.
|
||||
config.ebwizardry.npc_damage_scaling=NPC Damage Scaling Factor
|
||||
config.ebwizardry.npc_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by NPCs casting spells, relative to 1.
|
||||
config.ebwizardry.evil_wizard_spawn_rate=Evil Wizard Spawn Rate
|
||||
config.ebwizardry.evil_wizard_spawn_rate.tooltip=Spawn rate for naturally-spawned evil wizards; higher numbers mean more evil wizards will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable evil wizard spawning entirely.
|
||||
config.ebwizardry.ice_wraith_spawn_rate=Ice Wraith Spawn Rate
|
||||
config.ebwizardry.ice_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned ice wraiths; higher numbers mean more ice wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable ice wraith spawning entirely.
|
||||
config.ebwizardry.lightning_wraith_spawn_rate=Lightning Wraith Spawn Rate
|
||||
config.ebwizardry.lightning_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned lightning wraiths; higher numbers mean more lightning wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable lightning wraith spawning entirely.
|
||||
|
||||
config.ebwizardry.category.tweaks=Tweaks Settings
|
||||
config.ebwizardry.category.tweaks.tooltip=Tweak wizardry's behaviour
|
||||
config.ebwizardry.title.tweaks=Tweaks Settings
|
||||
config.ebwizardry.subtitle.tweaks=Assorted settings for tweaking the mod's behaviour.
|
||||
|
||||
config.ebwizardry.replace_vanilla_fireballs=Replace Vanilla Fireballs
|
||||
config.ebwizardry.replace_vanilla_fireballs.tooltip=Whether to replace Minecraft's own fireballs with wizardry fireballs. If this is disabled, only wizardry spells will use the custom fireballs.
|
||||
config.ebwizardry.replace_vanilla_fireballs.true=Yes - give me FIRE!
|
||||
config.ebwizardry.replace_vanilla_fireballs.false=No - blazes are mean enough
|
||||
config.ebwizardry.replace_vanilla_fall_damage=Replace Vanilla Fall Damage
|
||||
config.ebwizardry.replace_vanilla_fall_damage.tooltip=Whether to replace Minecraft's distance-based fall damage calculation with an equivalent, velocity-based one. This is done such that mobs in freefall will take exactly the same damage as normal, so it will not break falling-based mob farms. Disable this if you experience falling-related weirdness! If this is disabled, some spells revert to a more simplistic method of resetting the player's fall damage in certain cases.
|
||||
config.ebwizardry.replace_vanilla_fall_damage.true=Yes - it's parkour time
|
||||
config.ebwizardry.replace_vanilla_fall_damage.false=No - break my legs normally
|
||||
config.ebwizardry.blindness_tweak=Blindness Tweak
|
||||
config.ebwizardry.blindness_tweak.tooltip=Whether to tweak the blindness effect to reduce follow distance when used on non-players. This automatically disables itself in favour of Potion Core's implementation if installed.
|
||||
config.ebwizardry.mob_loot_table_whitelist=Mob Loot Table Whitelist
|
||||
config.ebwizardry.mob_loot_table_whitelist.tooltip=Whitelist for loot tables to inject additional mob drops (as specified in loot_tables/entities/mob_additions.json) into. Wizardry makes a best guess as to which loot tables belong to hostile mobs, but this may not always be correct or appropriate; add loot table locations (not entity IDs) to this list to manually include them.
|
||||
config.ebwizardry.mob_loot_table_blacklist=Mob Loot Table Blacklist
|
||||
@@ -1133,18 +1444,6 @@ config.ebwizardry.mob_spawn_dimensions=Mob Spawning Dimensions
|
||||
config.ebwizardry.mob_spawn_dimensions.tooltip=List of ids of dimensions in which wizardry's hostile mobs can spawn.
|
||||
config.ebwizardry.mob_spawn_biome_blacklist=Mob Spawning Biome Blacklist
|
||||
config.ebwizardry.mob_spawn_biome_blaclist.tooltip=List of names of biomes in which wizardry's hostile mobs cannot spawn. Biome names are not case-sensitive. For mod biomes, prefix with the mod ID (e.g. biomesoplenty\:mystic_grove).
|
||||
config.ebwizardry.evil_wizard_spawn_rate=Evil Wizard Spawn Rate
|
||||
config.ebwizardry.evil_wizard_spawn_rate.tooltip=Spawn rate for naturally-spawned evil wizards; higher numbers mean more evil wizards will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable evil wizard spawning entirely.
|
||||
config.ebwizardry.ice_wraith_spawn_rate=Ice Wraith Spawn Rate
|
||||
config.ebwizardry.ice_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned ice wraiths; higher numbers mean more ice wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable ice wraith spawning entirely.
|
||||
config.ebwizardry.lightning_wraith_spawn_rate=Lightning Wraith Spawn Rate
|
||||
config.ebwizardry.lightning_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned lightning wraiths; higher numbers mean more lightning wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable lightning wraith spawning entirely.
|
||||
config.ebwizardry.forfeit_chance=Forfeit Chance
|
||||
config.ebwizardry.forfeit_chance.tooltip=The chance to 'misread' an undiscovered spell and trigger a forfeit instead. Setting this to 0 effectively disables the forfeit mechanic. Has no effect if discovery mode is disabled.
|
||||
config.ebwizardry.player_damage_scaling=Player Damage Scaling Factor
|
||||
config.ebwizardry.player_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by players casting spells, relative to 1.
|
||||
config.ebwizardry.npc_damage_scaling=NPC Damage Scaling Factor
|
||||
config.ebwizardry.npc_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by NPCs casting spells, relative to 1.
|
||||
config.ebwizardry.summoned_creature_targets_whitelist=Summoned Creature Target Whitelist
|
||||
config.ebwizardry.summoned_creature_targets_whitelist.tooltip=List of names of entities which summoned creatures and wizards are allowed to attack, in addition to the defaults. Add mod creatures to this list if you want summoned creatures to attack them and they aren't already doing so. Entity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry\:wizard).
|
||||
config.ebwizardry.summoned_creature_targets_blacklist=Summoned Creature Target Blacklist
|
||||
@@ -1159,6 +1458,12 @@ config.ebwizardry.sword_item_whitelist=Sword Item Whitelist
|
||||
config.ebwizardry.sword_item_whitelist.tooltip=List of registry names of items which should count as swords for imbuement spells. Most swords should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:broadsword).
|
||||
config.ebwizardry.bow_item_whitelist=Bow Item Whitelist
|
||||
config.ebwizardry.bow_item_whitelist.tooltip=List of registry names of items which should count as bows for imbuement spells. Most bows should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:shortbow).
|
||||
config.ebwizardry.bookshelf_blocks=Bookshelf Blocks
|
||||
config.ebwizardry.bookshelf_blocks.tooltip=List of registry names of blocks that count as bookshelves for the arcane workbench and lectern. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. ebwizardry:oak_bookshelf).
|
||||
config.ebwizardry.book_items=Book Items
|
||||
config.ebwizardry.book_items.tooltip=List of registry names of items which can be placed in a bookshelf, in addition to the defaults. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. thaumcraft:thaumonomicon).
|
||||
config.ebwizardry.bookshelf_search_radius=Bookshelf Search Radius
|
||||
config.ebwizardry.bookshelf_search_radius.tooltip=The maximum number of blocks a bookshelf can be from an arcane workbench or lectern to be able to link to it.
|
||||
config.ebwizardry.currency_items=Currency Items
|
||||
config.ebwizardry.currency_items.tooltip=List of registry names of items which wizard trades can use as currency (in the first slot; the second slot is unaffected). Each entry in this list should consist of an item registry name, followed by a single space, then an integer which defines the 'value' of the item. Higher values mean fewer of that currency item are required for a given trade.
|
||||
|
||||
@@ -1193,6 +1498,14 @@ config.ebwizardry.shrine_rarity=Shrine Rarity
|
||||
config.ebwizardry.shrine_rarity.tooltip=Rarity of shrines. 1 in this many chunks will contain a shrine, meaning higher numbers are rarer.
|
||||
config.ebwizardry.shrine_files=Shrine Structure Files
|
||||
config.ebwizardry.shrine_files.tooltip=List of structure file locations for shrines. One of these files will be randomly selected each time a shrine is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable shrines, use the shrine dimensions setting.
|
||||
config.ebwizardry.library_dimensions=Library Ruin Dimensions
|
||||
config.ebwizardry.library_dimensions.tooltip=List of ids of dimensions in which library ruins will generate. Remove all dimensions to disable library ruins completely.
|
||||
config.ebwizardry.library_rarity=Library Ruin Rarity
|
||||
config.ebwizardry.library_rarity.tooltip=Rarity of library ruins. 1 in this many chunks will contain a shrine, meaning higher numbers are rarer.
|
||||
config.ebwizardry.library_files=Library Ruin Structure Files
|
||||
config.ebwizardry.library_files.tooltip=List of structure file locations for surface library ruins. One of these files will be randomly selected each time a library ruin is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library ruin dimensions setting.
|
||||
config.ebwizardry.underground_library_files=Underground Library Ruin Structure Files
|
||||
config.ebwizardry.underground_library_files.tooltip=List of structure file locations for underground library ruins. One of these files will be randomly selected each time a library ruin is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library ruin dimensions setting.
|
||||
config.ebwizardry.tree_blocks=Tree Blocks
|
||||
config.ebwizardry.tree_blocks.tooltip=List of registry names of blocks which can be overwritten by wizardry's structure generators, affecting both fast and fancy structure generation. Most tree blocks and other foliage should work automatically, but those that don't can be added manually here. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. dynamictrees:oakbranch).
|
||||
config.ebwizardry.ore_dimensions=Ore Dimensions
|
||||
@@ -1213,6 +1526,14 @@ config.ebwizardry.reverse_scroll_direction=Scroll Direction
|
||||
config.ebwizardry.reverse_scroll_direction.tooltip=The scroll direction used to switch between spells on a wand while sneaking.
|
||||
config.ebwizardry.reverse_scroll_direction.true=Reversed
|
||||
config.ebwizardry.reverse_scroll_direction.false=Normal
|
||||
config.ebwizardry.show_spell_hud=Spell HUD
|
||||
config.ebwizardry.show_spell_hud.tooltip=Whether to show the spell HUD in the corner of the screen when holding a wand.
|
||||
config.ebwizardry.show_spell_hud.true=Shown
|
||||
config.ebwizardry.show_spell_hud.false=Hidden
|
||||
config.ebwizardry.show_charge_meter=Spell Charge Meter
|
||||
config.ebwizardry.show_charge_meter.tooltip=Whether to show the spell charge-up meter around the crosshairs when charging up a spell.
|
||||
config.ebwizardry.show_charge_meter.true=Shown
|
||||
config.ebwizardry.show_charge_meter.false=Hidden
|
||||
config.ebwizardry.spell_hud_position=Spell HUD Position
|
||||
config.ebwizardry.spell_hud_position.tooltip=The position of the spell HUD.
|
||||
config.ebwizardry.spell_hud_skin=Spell HUD Skin
|
||||
@@ -1238,6 +1559,10 @@ config.ebwizardry.screen_shake=Screen Shake
|
||||
config.ebwizardry.screen_shake.tooltip=Whether to use the screen shake effect for certain spells.
|
||||
config.ebwizardry.blink_effect=Blink Effect
|
||||
config.ebwizardry.blink_effect.tooltip=Whether to use the screen blink effect for teleportation spells.
|
||||
config.ebwizardry.spellcasting_animations=Spellcasting Animations
|
||||
config.ebwizardry.spellcasting_animations.tooltip=Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations.
|
||||
config.ebwizardry.donation_perk_element=Donation Perk Element
|
||||
config.ebwizardry.donation_perk_element.tooltip=The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything).
|
||||
|
||||
config.ebwizardry.category.commands=Command Settings
|
||||
config.ebwizardry.category.commands.tooltip=Configure wizardry's commands
|
||||
@@ -1292,12 +1617,18 @@ config.ebwizardry.auto_place_obelisk_markers=Auto-Place Obelisk Markers
|
||||
config.ebwizardry.auto_place_obelisk_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of obelisks.
|
||||
config.ebwizardry.auto_place_shrine_markers=Auto-Place Shrine Markers
|
||||
config.ebwizardry.auto_place_shrine_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of shrines.
|
||||
config.ebwizardry.auto_place_library_markers=Auto-Place Library Markers
|
||||
config.ebwizardry.auto_place_library_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of surface library ruins.
|
||||
config.ebwizardry.auto_place_underground_library_markers=Auto-Place Underground Library Markers
|
||||
config.ebwizardry.auto_place_underground_library_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of underground library ruins.
|
||||
|
||||
integration.jei.category.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
integration.jei.category.ebwizardry\:imbuement_altar=Imbuement Altar
|
||||
|
||||
integration.antiqueatlas.marker.ebwizardry.wizard_tower=Wizard Tower
|
||||
integration.antiqueatlas.marker.ebwizardry.obelisk=Obelisk
|
||||
integration.antiqueatlas.marker.ebwizardry.shrine=Shrine
|
||||
integration.antiqueatlas.marker.ebwizardry.library_ruins=Library Ruins
|
||||
|
||||
spell.ebwizardry\:magic_missile_festive=Magic Mistletoe
|
||||
spell.ebwizardry\:summon_snow_golem_festive=Summon Frosty The Snowman
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#PARSE_ESCAPES
|
||||
# PARSE_ESCAPES
|
||||
tile.ebwizardry\:arcane_workbench.name=Arcane Workbench
|
||||
tile.ebwizardry\:crystal_ore.name=Crystal Ore
|
||||
tile.ebwizardry\:petrified_stone.name=Petrified Stone
|
||||
@@ -16,6 +16,8 @@ tile.ebwizardry\:runestone_pedestal.name=Runestone Pedestal
|
||||
tile.ebwizardry\:thorns.name=Thorns
|
||||
tile.ebwizardry\:obsidian_crust.name=Obsidian Crust
|
||||
tile.ebwizardry\:dry_frosted_ice.name=Dry Frosted Ice
|
||||
tile.ebwizardry\:crystal_flower_pot.name=Flower Pot
|
||||
tile.ebwizardry\:permafrost.name=Permafrost
|
||||
|
||||
tile.ebwizardry\:magic_crystal_block.name=Block of Crystal
|
||||
tile.ebwizardry\:fire_crystal_block.name=Block of Fiery Crystal
|
||||
@@ -26,32 +28,65 @@ tile.ebwizardry\:earth_crystal_block.name=Block of Verdant Crystal
|
||||
tile.ebwizardry\:sorcery_crystal_block.name=Block of Mystical Crystal
|
||||
tile.ebwizardry\:healing_crystal_block.name=Block of Radiant Crystal
|
||||
|
||||
tile.ebwizardry\:oak_gilded_wood.name=Gilded Oak Wood
|
||||
tile.ebwizardry\:spruce_gilded_wood.name=Gilded Spruce Wood
|
||||
tile.ebwizardry\:birch_gilded_wood.name=Gilded Birch Wood
|
||||
tile.ebwizardry\:jungle_gilded_wood.name=Gilded Jungle Wood
|
||||
tile.ebwizardry\:acacia_gilded_wood.name=Gilded Acacia Wood
|
||||
tile.ebwizardry\:dark_oak_gilded_wood.name=Gilded Dark Oak Wood
|
||||
|
||||
tile.ebwizardry\:oak_bookshelf.name=Oak Bookshelf
|
||||
tile.ebwizardry\:spruce_bookshelf.name=Spruce Bookshelf
|
||||
tile.ebwizardry\:birch_bookshelf.name=Birch Bookshelf
|
||||
tile.ebwizardry\:jungle_bookshelf.name=Jungle Bookshelf
|
||||
tile.ebwizardry\:acacia_bookshelf.name=Acacia Bookshelf
|
||||
tile.ebwizardry\:dark_oak_bookshelf.name=Dark Oak Bookshelf
|
||||
|
||||
tile.ebwizardry\:oak_lectern.name=Oak Lectern
|
||||
tile.ebwizardry\:spruce_lectern.name=Spruce Lectern
|
||||
tile.ebwizardry\:birch_lectern.name=Birch Lectern
|
||||
tile.ebwizardry\:jungle_lectern.name=Jungle Lectern
|
||||
tile.ebwizardry\:acacia_lectern.name=Acacia Lectern
|
||||
tile.ebwizardry\:dark_oak_lectern.name=Dark Oak Lectern
|
||||
|
||||
tile.ebwizardry\:receptacle.name=Receptacle
|
||||
tile.ebwizardry\:imbuement_altar.name=Imbuement Altar
|
||||
|
||||
item.ebwizardry\:crystal_magic.name=Magic Crystal
|
||||
item.ebwizardry\:crystal_magic.desc=The iridescent colors of this crystal seem to slowly shift and swirl, hinting at a magical energy within. Perhaps this magic could be harnessed, somehow...
|
||||
item.ebwizardry\:crystal_fire.name=Fiery Crystal
|
||||
item.ebwizardry\:crystal_fire.desc=A crystal that glows a fiery orange. Maybe it is the key to unlocking the element of fire...
|
||||
item.ebwizardry\:crystal_ice.name=Icy Crystal
|
||||
item.ebwizardry\:crystal_ice.desc=A crystal with a cold, bluish tint. Perhaps it holds the secrets to the power of frost...
|
||||
item.ebwizardry\:crystal_lightning.name=Stormy Crystal
|
||||
item.ebwizardry\:crystal_lightning.desc=A crystal that seems to swirl and flash with a chaotic energy. Maybe it hides a greater power within...
|
||||
item.ebwizardry\:crystal_necromancy.name=Dark Crystal
|
||||
item.ebwizardry\:crystal_necromancy.desc=A crystal with a deep, purplish appearance that seems to draw you in. Perhaps it is a gateway to something darker...
|
||||
item.ebwizardry\:crystal_earth.name=Verdant Crystal
|
||||
item.ebwizardry\:crystal_earth.desc=A crystal patterened with a great many greens and browns. Perhaps it holds a connection to the forces of nature...
|
||||
item.ebwizardry\:crystal_sorcery.name=Mystical Crystal
|
||||
item.ebwizardry\:crystal_sorcery.desc=A crystal that glimmers with a bluish-green light. Maybe it conceals the secrets of an ancient force...
|
||||
item.ebwizardry\:crystal_healing.name=Radiant Crystal
|
||||
item.ebwizardry\:crystal_healing.desc=A crystal that glints a golden yellow in the sunlight. Perhaps it possesses the link to a divine power...
|
||||
|
||||
item.ebwizardry\:magic_wand.name=Magic Wand
|
||||
item.ebwizardry\:apprentice_wand.name=Apprentice Wand
|
||||
item.ebwizardry\:advanced_wand.name=Advanced Wand
|
||||
item.ebwizardry\:master_wand.name=Master Wand
|
||||
item.ebwizardry\:spell_book.name=Spell Book
|
||||
|
||||
item.ebwizardry\:spell_book.desc=A book filled with the runes and glyphs of an ancient script. Perhaps with dedication, one might be able to decipher its contents...\n\nRight-click while holding this book to read it.
|
||||
item.ebwizardry\:spell_book.new=Not yet discovered!
|
||||
item.ebwizardry\:spell_book.apply_to_wizard=Replaced %1$s's spell %2$s with %3$s
|
||||
|
||||
item.ebwizardry\:ruined_spell_book.name=Ruined Spell Book
|
||||
item.ebwizardry\:ruined_spell_book.desc=The pages of this tattered spell book are too damaged to be read properly, but somehow, you feel there is still magic left within it - if only it could be restored...
|
||||
|
||||
item.ebwizardry\:arcane_tome.name=Tome of Arcana
|
||||
item.ebwizardry\:arcane_tome.desc=Upgrades any %1$s wand with sufficient progression to %2$s tier
|
||||
|
||||
item.ebwizardry\:wizard_handbook.name=The Wizard's Handbook
|
||||
item.ebwizardry\:wizard_handbook.desc=by %1$s
|
||||
item.ebwizardry\:wizard_handbook.author=by %1$s
|
||||
item.ebwizardry\:wizard_handbook.desc=Your not-so-pocket-sized guide to the arcane arts! A must-have for any aspiring wizard who seeks to learn the secrets of magic.\n\nRight-click while holding this book to read it.
|
||||
|
||||
item.ebwizardry\:wand.generic=wand
|
||||
|
||||
item.ebwizardry\:wand.buff=+%1$s %2$s potency
|
||||
item.ebwizardry\:wand.buff=+%1$s%% %2$s potency
|
||||
item.ebwizardry\:wand.spell=Current Spell\: %1$s
|
||||
item.ebwizardry\:wand.mana=Mana\: %1$s/%2$s
|
||||
item.ebwizardry\:wand.progression=Progression\: %1$s/%2$s
|
||||
@@ -61,6 +96,11 @@ item.ebwizardry\:wand.levelup=%1$s is ready to upgrade to %2$s tier
|
||||
item.ebwizardry\:wand.addally=%1$s has been added to your list of allies
|
||||
item.ebwizardry\:wand.removeally=%1$s has been removed from your list of allies
|
||||
|
||||
item.ebwizardry\:magic_wand.name=Magic Wand
|
||||
item.ebwizardry\:apprentice_wand.name=Apprentice Wand
|
||||
item.ebwizardry\:advanced_wand.name=Advanced Wand
|
||||
item.ebwizardry\:master_wand.name=Master Wand
|
||||
|
||||
item.ebwizardry\:novice_fire_wand.name=Wand of Embers
|
||||
item.ebwizardry\:novice_ice_wand.name=Wand of Frost
|
||||
item.ebwizardry\:novice_lightning_wand.name=Wand of Sparks
|
||||
@@ -103,14 +143,19 @@ item.ebwizardry\:spectral_pickaxe_upgraded.name=Spectral Pickaxe
|
||||
item.ebwizardry\:small_mana_flask.name=Small Mana Flask
|
||||
item.ebwizardry\:medium_mana_flask.name=Medium Mana Flask
|
||||
item.ebwizardry\:large_mana_flask.name=Large Mana Flask
|
||||
item.ebwizardry\:mana_flask.desc=Craft with a wand or piece of wizard armor to restore %s mana
|
||||
|
||||
item.ebwizardry\:grand_crystal.name=Grand Magic Crystal
|
||||
item.ebwizardry\:grand_crystal.desc=A huge magic crystal, several times the size of those found naturally. Someone must have grown it artificially - but how?
|
||||
item.ebwizardry\:crystal_shard.name=Magic Crystal Shard
|
||||
item.ebwizardry\:crystal_shard.desc=A small piece of a shattered magic crystal. It contains little mana on its own, but it might have other uses...
|
||||
|
||||
item.ebwizardry\:astral_diamond.name=Astral Diamond
|
||||
item.ebwizardry\:astral_diamond.desc=A highly-prized gemstone that sparkles brightly under starlight. It is said that the most powerful wizards seek astral diamonds in return for the most elusive arcane knowledge.
|
||||
|
||||
item.ebwizardry\:purifying_elixir.name=Purifying Elixir
|
||||
item.ebwizardry\:purifying_elixir.desc=Removes curses when consumed
|
||||
item.ebwizardry\:purifying_elixir.desc_extended=A small vial of exotic-looking golden liquid, which clearly has powerful healing properties. It would probably be wise to save this for when it is needed.
|
||||
|
||||
item.ebwizardry\:storage_upgrade.name=Wand Storage Upgrade
|
||||
item.ebwizardry\:siphon_upgrade.name=Wand Siphon Upgrade
|
||||
@@ -122,6 +167,8 @@ item.ebwizardry\:blast_upgrade.name=Wand Blast Upgrade
|
||||
item.ebwizardry\:attunement_upgrade.name=Wand Attunement Upgrade
|
||||
item.ebwizardry\:melee_upgrade.name=Wand Melee Upgrade
|
||||
|
||||
item.ebwizardry\:wand_upgrade.generic.desc=Apply this upgrade to a wand in the arcane workbench.
|
||||
|
||||
item.ebwizardry\:storage_upgrade.desc=Upgrades the mana capacity of a wand
|
||||
item.ebwizardry\:siphon_upgrade.desc=Upgrades a wand to extract mana from mobs when killed
|
||||
item.ebwizardry\:condenser_upgrade.desc=Upgrades a wand to slowly regenerate mana over time
|
||||
@@ -147,18 +194,22 @@ item.ebwizardry\:blank_scroll.name=Blank Scroll
|
||||
item.ebwizardry\:scroll.generic=scroll
|
||||
item.ebwizardry\:scroll.name=Scroll of %1$s
|
||||
item.ebwizardry\:scroll.undiscovered.name=Scroll "%1$s"
|
||||
item.ebwizardry\:scroll.desc=An enchanted sheet of parchment bound loosely with string. Upon the parchment is written an incantation of some kind, presumably to be read aloud.\n\nRight-click while holding this scroll to use it.
|
||||
item.ebwizardry\:identification_scroll.name=Scroll of Identification
|
||||
item.ebwizardry\:identification_scroll.desc=Identifies an unknown spell book or scroll
|
||||
item.ebwizardry\:identification_scroll.desc_extended=Right-click while holding this scroll to identify the first undiscovered spell book or scroll on your hotbar.
|
||||
item.ebwizardry\:identification_scroll.nothing_to_identify=Nothing to identify!
|
||||
|
||||
item.ebwizardry\:armour_upgrade.name=Arcane Seal of Protection
|
||||
item.ebwizardry\:armour_upgrade.desc1=%1$sUpgrades any wizard armour
|
||||
item.ebwizardry\:armour_upgrade.desc2=%1$sto make it %2$slegendary
|
||||
item.ebwizardry\:armour_upgrade.desc=Upgrades any wizard armour to make it %1$slegendary
|
||||
item.ebwizardry\:armour_upgrade.desc_extended=Apply this upgrade to a piece of wizard armour in the arcane workbench.
|
||||
|
||||
item.ebwizardry\:magic_silk.name=Magical Silk
|
||||
|
||||
item.ebwizardry\:spectral_dust.name=Spectral Dust
|
||||
|
||||
item.ebwizardry\:wizard_armour.legendary=Legendary
|
||||
item.ebwizardry\:wizard_armour.buff=-%1$s %2$s cost
|
||||
item.ebwizardry\:wizard_armour.buff=-%1$s%% %2$s cost
|
||||
item.ebwizardry\:wizard_armour.mana=Mana\: %1$s/%2$s
|
||||
|
||||
item.ebwizardry\:wizard_hat.name=Wizard Hat
|
||||
@@ -210,6 +261,13 @@ item.ebwizardry\:spectral_leggings.name=Spectral Leggings
|
||||
item.ebwizardry\:spectral_boots.name=Spectral Boots
|
||||
|
||||
item.ebwizardry\:lightning_hammer.name=Lightning Hammer
|
||||
item.ebwizardry\:flamecatcher.name=Flamecatcher
|
||||
|
||||
item.ebwizardry\:generic.disabled=This item has been disabled in the config
|
||||
|
||||
item.ebwizardry\:ring.generic.desc=Equip this ring in the Baubles inventory or by placing it on your hotbar. Up to 2 rings may be equipped at once.
|
||||
item.ebwizardry\:amulet.generic.desc=Equip this amulet in the Baubles inventory or by placing it on your hotbar. Only one amulet may be equipped at a time.
|
||||
item.ebwizardry\:charm.generic.desc=Equip this charm in the Baubles inventory or by placing it on your hotbar. Only one charm may be equipped at a time.
|
||||
|
||||
item.ebwizardry\:ring_condensing.name=Ring of Condensing
|
||||
item.ebwizardry\:ring_condensing.desc=Slowly regenerates mana for all wands on your hotbar
|
||||
@@ -225,6 +283,8 @@ item.ebwizardry\:ring_fire_biome.name=Ring of the Desert Sun
|
||||
item.ebwizardry\:ring_fire_biome.desc=Fire spells are 30%% more potent in hot biomes
|
||||
item.ebwizardry\:ring_disintegration.name=Ring of Searing Embers
|
||||
item.ebwizardry\:ring_disintegration.desc=All fire attack spells cause their victims to disintegrate
|
||||
item.ebwizardry\:ring_meteor.name=Ring of Volthraa
|
||||
item.ebwizardry\:ring_meteor.desc=Instead of falling from the sky, meteor can be aimed like a projectile
|
||||
item.ebwizardry\:ring_ice_melee.name=Ring of Icy Touch
|
||||
item.ebwizardry\:ring_ice_melee.desc=Hitting a creature with an ice wand gives it the frostbite effect
|
||||
item.ebwizardry\:ring_ice_biome.name=Ring of Glaciation
|
||||
@@ -241,6 +301,8 @@ item.ebwizardry\:ring_seeking.name=Ring of Attraction
|
||||
item.ebwizardry\:ring_seeking.desc=All projectile spells seek their targets
|
||||
item.ebwizardry\:ring_hammer.name=Ring of Thalek the Almighty
|
||||
item.ebwizardry\:ring_hammer.desc=Lightning hammers can be picked up and thrown
|
||||
item.ebwizardry\:ring_stormcloud.name=Lokenzen's Ring
|
||||
item.ebwizardry\:ring_stormcloud.desc=Stormcloud moves towards targets and lasts longer with every strike
|
||||
item.ebwizardry\:ring_soulbinding.name=Soulwalker's Ring
|
||||
item.ebwizardry\:ring_soulbinding.desc=Creatures damaged by necromancy spells become soulbound to you
|
||||
item.ebwizardry\:ring_leeching.name=Ring of Leeching
|
||||
@@ -257,6 +319,8 @@ item.ebwizardry\:ring_earth_biome.name=Dryad's Ring
|
||||
item.ebwizardry\:ring_earth_biome.desc=Earth spells are 30%% more potent in forests and roofed forests
|
||||
item.ebwizardry\:ring_full_moon.name=Ring of the Howling Wolf
|
||||
item.ebwizardry\:ring_full_moon.desc=Earth spells have dramatically reduced cooldowns under a full moon
|
||||
item.ebwizardry\:ring_evoker.name=Evoker's Ring
|
||||
item.ebwizardry\:ring_evoker.desc=Sneaking while casting fangs summons a defensive circle instead of a line
|
||||
item.ebwizardry\:ring_extraction.name=Ring of Extraction
|
||||
item.ebwizardry\:ring_extraction.desc=Kills with sorcery spells grant bonus mana
|
||||
item.ebwizardry\:ring_mana_return.name=Ring of the Perfectionist
|
||||
@@ -286,6 +350,8 @@ item.ebwizardry\:amulet_ice_immunity.name=Permafrost Amulet
|
||||
item.ebwizardry\:amulet_ice_immunity.desc=Grants total immunity to frostbite effects
|
||||
item.ebwizardry\:amulet_ice_protection.name=Frostbound Amulet
|
||||
item.ebwizardry\:amulet_ice_protection.desc=Reduces frost damage by 30%%
|
||||
item.ebwizardry\:amulet_frost_warding.name=Amulet of Esundor
|
||||
item.ebwizardry\:amulet_frost_warding.desc=Grants a warding effect when standing behind a wall of frost
|
||||
item.ebwizardry\:amulet_potential.name=Amulet of Potential
|
||||
item.ebwizardry\:amulet_potential.desc=Grants a 15%% chance to shoot lightning at creatures that melee attack you
|
||||
item.ebwizardry\:amulet_channeling.name=Amulet of Channeling
|
||||
@@ -308,11 +374,17 @@ item.ebwizardry\:amulet_resurrection.name=Amulet of the Immortal
|
||||
item.ebwizardry\:amulet_resurrection.desc=The resurrection spell can be used on yourself from beyond the grave
|
||||
item.ebwizardry\:amulet_auto_shield.name=Hyeleth's Amulet
|
||||
item.ebwizardry\:amulet_auto_shield.desc=Grants a 25%% chance to trigger the shield spell for a few seconds when bound to a wand on your hotbar
|
||||
item.ebwizardry\:amulet_absorption.name=Amulet of Vitality
|
||||
item.ebwizardry\:amulet_absorption.desc=Excess health from healing spells is converted into absorption hearts
|
||||
|
||||
item.ebwizardry\:charm_haggler.name=Haggler's Sign
|
||||
item.ebwizardry\:charm_haggler.desc=Wizards are guaranteed to offer a new trade every time you trade with them
|
||||
item.ebwizardry\:charm_experience_tome.name=Tome of the Diligent
|
||||
item.ebwizardry\:charm_experience_tome.desc=Increases the rate at which wands gain progression by 50%%
|
||||
item.ebwizardry\:charm_move_speed.name=Icarus Medallion
|
||||
item.ebwizardry\:charm_move_speed.desc=Move at near-full speed when casting spells
|
||||
item.ebwizardry\:charm_spell_discovery.name=Archivist's Eyeglass
|
||||
item.ebwizardry\:charm_spell_discovery.desc=Spell books found in chests are much more likely to be ones you have not yet discovered
|
||||
item.ebwizardry\:charm_auto_smelt.name=Metallurgist's Mark
|
||||
item.ebwizardry\:charm_auto_smelt.desc=Pocket furnace triggers automatically when bound to a wand on your hotbar
|
||||
item.ebwizardry\:charm_lava_walking.name=Nether Ice Core
|
||||
@@ -323,6 +395,10 @@ item.ebwizardry\:charm_minion_health.name=Obsidian Zombie Head
|
||||
item.ebwizardry\:charm_minion_health.desc=Summoned creatures are 25%% stronger
|
||||
item.ebwizardry\:charm_minion_variants.name=Talisman of Transformation
|
||||
item.ebwizardry\:charm_minion_variants.desc=Summoned zombies are husks; summoned skeletons are strays
|
||||
item.ebwizardry\:charm_undead_helmets.name=Cursed Helm
|
||||
item.ebwizardry\:charm_undead_helmets.desc=Summoned zombies and skeletons have leather caps to protect them from sunlight
|
||||
item.ebwizardry\:charm_hunger_casting.name=Demonic Seal
|
||||
item.ebwizardry\:charm_hunger_casting.desc=When out of mana, hunger can be used to cast spells
|
||||
item.ebwizardry\:charm_flight.name=Emerald Beetle Wing
|
||||
item.ebwizardry\:charm_flight.desc=Flight and Glide are 50%% faster
|
||||
item.ebwizardry\:charm_growth.name=Crystal Flower Charm
|
||||
@@ -331,14 +407,20 @@ item.ebwizardry\:charm_abseiling.name=Enchanted Twine
|
||||
item.ebwizardry\:charm_abseiling.desc=Holding sneak whilst grappling slowly pays out the line
|
||||
item.ebwizardry\:charm_silk_touch.name=Moonstone Orb
|
||||
item.ebwizardry\:charm_silk_touch.desc=Blocks broken with the mine spell always drop themselves
|
||||
item.ebwizardry\:charm_sixth_sense.name=Dire Wolf Pelt
|
||||
item.ebwizardry\:charm_sixth_sense.desc=Sixth sense displays different colors for passive, neutral and hostile mobs
|
||||
item.ebwizardry\:charm_stop_time.name=Peculiar Pocketwatch
|
||||
item.ebwizardry\:charm_stop_time.desc=The slow time spell makes time stand still
|
||||
item.ebwizardry\:charm_light.name=Elevinia's Everburning Lantern
|
||||
item.ebwizardry\:charm_light.desc=Conjured light sources last forever and may be dispelled by right-clicking with a wand
|
||||
item.ebwizardry\:charm_transportation.name=Ancient Compass
|
||||
item.ebwizardry\:charm_transportation.desc=Up to four stone circles may be remembered and selected from when using transportation
|
||||
item.ebwizardry\:charm_black_hole.name=Void Opal
|
||||
item.ebwizardry\:charm_black_hole.desc=Black hole sucks in and destroys blocks
|
||||
item.ebwizardry\:charm_mount_teleporting.name=Spectral Tether
|
||||
item.ebwizardry\:charm_mount_teleporting.desc=Teleporting while riding an animal or vehicle brings it with you
|
||||
item.ebwizardry\:charm_feeding.name=Bottomless Provisions
|
||||
item.ebwizardry\:charm_feeding.desc=Replenish hunger triggers automatically when bound to a wand on your hotbar
|
||||
item.ebwizardry\:charm_feeding.desc=Replenish hunger and satiety trigger automatically when bound to a wand on your hotbar
|
||||
|
||||
item.charge_status.full=Full
|
||||
item.charge_status.almost_full=Almost full
|
||||
@@ -348,6 +430,125 @@ item.charge_status.mostly_empty=Mostly empty
|
||||
item.charge_status.almost_empty=Almost empty
|
||||
item.charge_status.empty=Empty
|
||||
|
||||
item.banner.wizardry_fire.black=Black Fire Emblem
|
||||
item.banner.wizardry_fire.red=Red Fire Emblem
|
||||
item.banner.wizardry_fire.green=Green Fire Emblem
|
||||
item.banner.wizardry_fire.brown=Brown Fire Emblem
|
||||
item.banner.wizardry_fire.blue=Blue Fire Emblem
|
||||
item.banner.wizardry_fire.purple=Purple Fire Emblem
|
||||
item.banner.wizardry_fire.cyan=Cyan Fire Emblem
|
||||
item.banner.wizardry_fire.silver=Light Gray Fire Emblem
|
||||
item.banner.wizardry_fire.gray=Gray Fire Emblem
|
||||
item.banner.wizardry_fire.pink=Pink Fire Emblem
|
||||
item.banner.wizardry_fire.lime=Lime Fire Emblem
|
||||
item.banner.wizardry_fire.yellow=Yellow Fire Emblem
|
||||
item.banner.wizardry_fire.lightBlue=Light Blue Fire Emblem
|
||||
item.banner.wizardry_fire.magenta=Magenta Fire Emblem
|
||||
item.banner.wizardry_fire.orange=Orange Fire Emblem
|
||||
item.banner.wizardry_fire.white=White Fire Emblem
|
||||
|
||||
item.banner.wizardry_ice.black=Black Ice Emblem
|
||||
item.banner.wizardry_ice.red=Red Ice Emblem
|
||||
item.banner.wizardry_ice.green=Green Ice Emblem
|
||||
item.banner.wizardry_ice.brown=Brown Ice Emblem
|
||||
item.banner.wizardry_ice.blue=Blue Ice Emblem
|
||||
item.banner.wizardry_ice.purple=Purple Ice Emblem
|
||||
item.banner.wizardry_ice.cyan=Cyan Ice Emblem
|
||||
item.banner.wizardry_ice.silver=Light Gray Ice Emblem
|
||||
item.banner.wizardry_ice.gray=Gray Ice Emblem
|
||||
item.banner.wizardry_ice.pink=Pink Ice Emblem
|
||||
item.banner.wizardry_ice.lime=Lime Ice Emblem
|
||||
item.banner.wizardry_ice.yellow=Yellow Ice Emblem
|
||||
item.banner.wizardry_ice.lightBlue=Light Blue Ice Emblem
|
||||
item.banner.wizardry_ice.magenta=Magenta Ice Emblem
|
||||
item.banner.wizardry_ice.orange=Orange Ice Emblem
|
||||
item.banner.wizardry_ice.white=White Ice Emblem
|
||||
|
||||
item.banner.wizardry_lightning.black=Black Lightning Emblem
|
||||
item.banner.wizardry_lightning.red=Red Lightning Emblem
|
||||
item.banner.wizardry_lightning.green=Green Lightning Emblem
|
||||
item.banner.wizardry_lightning.brown=Brown Lightning Emblem
|
||||
item.banner.wizardry_lightning.blue=Blue Lightning Emblem
|
||||
item.banner.wizardry_lightning.purple=Purple Lightning Emblem
|
||||
item.banner.wizardry_lightning.cyan=Cyan Lightning Emblem
|
||||
item.banner.wizardry_lightning.silver=Light Gray Lightning Emblem
|
||||
item.banner.wizardry_lightning.gray=Gray Lightning Emblem
|
||||
item.banner.wizardry_lightning.pink=Pink Lightning Emblem
|
||||
item.banner.wizardry_lightning.lime=Lime Lightning Emblem
|
||||
item.banner.wizardry_lightning.yellow=Yellow Lightning Emblem
|
||||
item.banner.wizardry_lightning.lightBlue=Light Blue Lightning Emblem
|
||||
item.banner.wizardry_lightning.magenta=Magenta Lightning Emblem
|
||||
item.banner.wizardry_lightning.orange=Orange Lightning Emblem
|
||||
item.banner.wizardry_lightning.white=White Lightning Emblem
|
||||
|
||||
item.banner.wizardry_necromancy.black=Black Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.red=Red Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.green=Green Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.brown=Brown Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.blue=Blue Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.purple=Purple Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.cyan=Cyan Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.silver=Light Gray Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.gray=Gray Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.pink=Pink Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.lime=Lime Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.yellow=Yellow Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.lightBlue=Light Blue Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.magenta=Magenta Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.orange=Orange Necromancy Emblem
|
||||
item.banner.wizardry_necromancy.white=White Necromancy Emblem
|
||||
|
||||
item.banner.wizardry_earth.black=Black Earth Emblem
|
||||
item.banner.wizardry_earth.red=Red Earth Emblem
|
||||
item.banner.wizardry_earth.green=Green Earth Emblem
|
||||
item.banner.wizardry_earth.brown=Brown Earth Emblem
|
||||
item.banner.wizardry_earth.blue=Blue Earth Emblem
|
||||
item.banner.wizardry_earth.purple=Purple Earth Emblem
|
||||
item.banner.wizardry_earth.cyan=Cyan Earth Emblem
|
||||
item.banner.wizardry_earth.silver=Light Gray Earth Emblem
|
||||
item.banner.wizardry_earth.gray=Gray Earth Emblem
|
||||
item.banner.wizardry_earth.pink=Pink Earth Emblem
|
||||
item.banner.wizardry_earth.lime=Lime Earth Emblem
|
||||
item.banner.wizardry_earth.yellow=Yellow Earth Emblem
|
||||
item.banner.wizardry_earth.lightBlue=Light Blue Earth Emblem
|
||||
item.banner.wizardry_earth.magenta=Magenta Earth Emblem
|
||||
item.banner.wizardry_earth.orange=Orange Earth Emblem
|
||||
item.banner.wizardry_earth.white=White Earth Emblem
|
||||
|
||||
item.banner.wizardry_sorcery.black=Black Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.red=Red Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.green=Green Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.brown=Brown Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.blue=Blue Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.purple=Purple Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.cyan=Cyan Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.silver=Light Gray Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.gray=Gray Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.pink=Pink Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.lime=Lime Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.yellow=Yellow Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.lightBlue=Light Blue Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.magenta=Magenta Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.orange=Orange Sorcery Emblem
|
||||
item.banner.wizardry_sorcery.white=White Sorcery Emblem
|
||||
|
||||
item.banner.wizardry_healing.black=Black Healing Emblem
|
||||
item.banner.wizardry_healing.red=Red Healing Emblem
|
||||
item.banner.wizardry_healing.green=Green Healing Emblem
|
||||
item.banner.wizardry_healing.brown=Brown Healing Emblem
|
||||
item.banner.wizardry_healing.blue=Blue Healing Emblem
|
||||
item.banner.wizardry_healing.purple=Purple Healing Emblem
|
||||
item.banner.wizardry_healing.cyan=Cyan Healing Emblem
|
||||
item.banner.wizardry_healing.silver=Light Gray Healing Emblem
|
||||
item.banner.wizardry_healing.gray=Gray Healing Emblem
|
||||
item.banner.wizardry_healing.pink=Pink Healing Emblem
|
||||
item.banner.wizardry_healing.lime=Lime Healing Emblem
|
||||
item.banner.wizardry_healing.yellow=Yellow Healing Emblem
|
||||
item.banner.wizardry_healing.lightBlue=Light Blue Healing Emblem
|
||||
item.banner.wizardry_healing.magenta=Magenta Healing Emblem
|
||||
item.banner.wizardry_healing.orange=Orange Healing Emblem
|
||||
item.banner.wizardry_healing.white=White Healing Emblem
|
||||
|
||||
entity.ebwizardry\:summonedcreature.nameplate=%1$s's %2$s
|
||||
entity.ebwizardry\:summonedcreature.nameplate_fallback=Someone's %1$s
|
||||
|
||||
@@ -396,6 +597,7 @@ entity.ebwizardry\:storm_elemental.name=Storm Elemental
|
||||
entity.ebwizardry\:evil_wizard.name=Wizard
|
||||
entity.ebwizardry\:decoy.name=Decoy
|
||||
entity.ebwizardry\:vex_minion.name=Vex
|
||||
entity.ebwizardry\:remnant.name=Remnant
|
||||
|
||||
entity.ebwizardry\:magic_missile.name=Magic
|
||||
entity.ebwizardry\:arc.name=Magic
|
||||
@@ -421,6 +623,7 @@ entity.ebwizardry\:ice_lance.name=Magic
|
||||
entity.ebwizardry\:smoke_bomb.name=Magic
|
||||
entity.ebwizardry\:ice_spike.name=Magic
|
||||
entity.ebwizardry\:combustion_rune.name=Magic
|
||||
entity.ebwizardry\:flamecatcher_arrow.name=Magic
|
||||
|
||||
entity.ebwizardry\:black_hole.name=Black Hole
|
||||
entity.ebwizardry\:shield.name=Shield
|
||||
@@ -436,6 +639,11 @@ entity.ebwizardry\:ring_of_fire.name=Ring of Fire
|
||||
entity.ebwizardry\:earthquake.name=Earthquake
|
||||
entity.ebwizardry\:hailstorm.name=Hailstorm
|
||||
entity.ebwizardry\:lightning_pulse.name=Lightning Pulse
|
||||
entity.ebwizardry\:stormcloud.name=Stormcloud
|
||||
entity.ebwizardry\:zombie_spawner.name=Zombie Spawner
|
||||
entity.ebwizardry\:boulder.name=Boulder
|
||||
entity.ebwizardry\:radiant_totem.name=Radiant Totem
|
||||
entity.ebwizardry\:withering_totem.name=Withering Totem
|
||||
|
||||
itemGroup.ebwizardry=Wizardry
|
||||
itemGroup.ebwizardryspells=Spells
|
||||
@@ -488,7 +696,20 @@ advancement.ebwizardry\:artefact.desc=Lift the protective enchantments from a sh
|
||||
advancement.ebwizardry\:all_artefacts=A Veritable Museum
|
||||
advancement.ebwizardry\:all_artefacts.desc=Collect all of the rings, amulets and charms
|
||||
|
||||
advancement.ebwizardry\:armour_set=Now You're a Proper Wizard
|
||||
advancement.ebwizardry\:defeat_remnant=Dust Off Your Arrows
|
||||
advancement.ebwizardry\:defeat_remnant.desc=Hunt down the remnants guarding an obelisk and collect their spectral dust
|
||||
advancement.ebwizardry\:find_library_ruins=I Think My Books Are Overdue
|
||||
advancement.ebwizardry\:find_library_ruins.desc=Uncover the ruins of a forgotten library
|
||||
advancement.ebwizardry\:restore_imbuement_altar=Good As New
|
||||
advancement.ebwizardry\:restore_imbuement_altar.desc=Restore an imbuement altar to its former glory
|
||||
advancement.ebwizardry\:create_elemental_armour=Changing Clothes
|
||||
advancement.ebwizardry\:create_elemental_armour.desc=Imbue a piece of wizard armor with spectral dust of one of the arcane elements
|
||||
advancement.ebwizardry\:restore_ruined_book=Arcane Archaeologist
|
||||
advancement.ebwizardry\:restore_ruined_book.desc=Restore a ruined spell book at an imbuement altar
|
||||
advancement.ebwizardry\:craft_lectern=Arcane Encyclopedia
|
||||
advancement.ebwizardry\:craft_lectern.desc=Craft a lectern to keep track of your spell library
|
||||
|
||||
advancement.ebwizardry\:armour_set=Now You're A Proper Wizard
|
||||
advancement.ebwizardry\:armour_set.desc=Craft and equip a full set of wizard armor
|
||||
advancement.ebwizardry\:legendary=Legendary
|
||||
advancement.ebwizardry\:legendary.desc=Obtain a piece of legendary wizard armor
|
||||
@@ -505,10 +726,19 @@ gui.ebwizardry\:spell_book.mana_cost=Mana Cost: %s
|
||||
gui.ebwizardry\:spell_book.mana_cost_continuous=Mana Cost: %s/second
|
||||
gui.ebwizardry\:spell_book.mana_cost_undiscovered=Mana Cost: ?
|
||||
|
||||
gui.ebwizardry\:lectern.title=Spell Lookup
|
||||
|
||||
container.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
container.ebwizardry\:arcane_workbench.apply=Apply
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\:
|
||||
container.ebwizardry\:arcane_workbench.upgrades=Applied Upgrades\:
|
||||
container.ebwizardry\:arcane_workbench.mana=Mana\: %s/%s
|
||||
container.ebwizardry\:arcane_workbench.upgrades=Applied Upgrades
|
||||
|
||||
container.ebwizardry\:arcane_workbench.bookshelves=Bookshelves
|
||||
container.ebwizardry\:arcane_workbench.sort_tier=Sort by Tier
|
||||
container.ebwizardry\:arcane_workbench.sort_element=Sort by Element
|
||||
container.ebwizardry\:arcane_workbench.sort_alphabetical=Sort Alphabetically
|
||||
container.ebwizardry\:arcane_workbench.search_tooltip=%1$sSearch Tips\n\ntier=%2$s, %1$st=%2$s: match tiers\n%1$selement=%2$s, %1$se=%2$s: match elements\n%1$stype=%2$s, %1$sp=%2$s: match spell types\n%1$sdiscovered=true/false%2$s, %1$sd=t/f%2$s: include only (un)discovered\n%1$smodid=%2$s, %1$sm=%2$s: match mod IDs\n\nSeparate multiple values with %1$s,%2$s\nSeparate multiple criteria with %1$s;
|
||||
|
||||
container.ebwizardry\:bookshelf=Bookshelf
|
||||
|
||||
tier.novice=Novice
|
||||
tier.apprentice=Apprentice
|
||||
@@ -553,9 +783,12 @@ spell.ebwizardry\:arcane_lock=Arcane Lock
|
||||
spell.ebwizardry\:arrow_rain=Arrow Rain
|
||||
spell.ebwizardry\:banish=Banish
|
||||
spell.ebwizardry\:black_hole=Black Hole
|
||||
spell.ebwizardry\:blinding_flash=Blinding Flash
|
||||
spell.ebwizardry\:blink=Blink
|
||||
spell.ebwizardry\:blizzard=Blizzard
|
||||
spell.ebwizardry\:boulder=Boulder
|
||||
spell.ebwizardry\:bubble=Bubble
|
||||
spell.ebwizardry\:celestial_smite=Celestial Smite
|
||||
spell.ebwizardry\:chain_lightning=Chain Lightning
|
||||
spell.ebwizardry\:charge=Charge
|
||||
spell.ebwizardry\:clairvoyance=Clairvoyance
|
||||
@@ -583,15 +816,19 @@ spell.ebwizardry\:divination=Divination
|
||||
spell.ebwizardry\:dragon_fireball=Dragon Fireball
|
||||
spell.ebwizardry\:earthquake=Earthquake
|
||||
spell.ebwizardry\:empowering_presence=Empowering Presence
|
||||
spell.ebwizardry\:enrage=Enrage
|
||||
spell.ebwizardry\:entrapment=Entrapment
|
||||
spell.ebwizardry\:evade=Evade
|
||||
spell.ebwizardry\:fangs=Fangs
|
||||
spell.ebwizardry\:fireball=Fireball
|
||||
spell.ebwizardry\:firebolt=Firebolt
|
||||
spell.ebwizardry\:firebomb=Firebomb
|
||||
spell.ebwizardry\:fire_resistance=Fire Resistance
|
||||
spell.ebwizardry\:fire_sigil=Fire Sigil
|
||||
spell.ebwizardry\:fireskin=Fireskin
|
||||
spell.ebwizardry\:firestorm=Firestorm
|
||||
spell.ebwizardry\:fire_breath=Fire Breath
|
||||
spell.ebwizardry\:flamecatcher=Flamecatcher
|
||||
spell.ebwizardry\:flame_ray=Flame Ray
|
||||
spell.ebwizardry\:flaming_axe=Flaming Axe
|
||||
spell.ebwizardry\:flaming_weapon=Flaming Weapon
|
||||
@@ -606,6 +843,7 @@ spell.ebwizardry\:forest_of_thorns=Forest of Thorns
|
||||
spell.ebwizardry\:freeze=Freeze
|
||||
spell.ebwizardry\:freezing_weapon=Freezing Weapon
|
||||
spell.ebwizardry\:frost_axe=Frost Axe
|
||||
spell.ebwizardry\:frost_barrier=Frost Barrier
|
||||
spell.ebwizardry\:frost_ray=Frost Ray
|
||||
spell.ebwizardry\:frost_sigil=Frost Sigil
|
||||
spell.ebwizardry\:frost_step=Frost Step
|
||||
@@ -617,6 +855,7 @@ spell.ebwizardry\:greater_telekinesis=Greater Telekinesis
|
||||
spell.ebwizardry\:greater_ward=Greater Ward
|
||||
spell.ebwizardry\:group_heal=Group Heal
|
||||
spell.ebwizardry\:growth_aura=Growth Aura
|
||||
spell.ebwizardry\:guardian_beam=Guardian Beam
|
||||
spell.ebwizardry\:hailstorm=Hailstorm
|
||||
spell.ebwizardry\:heal=Heal
|
||||
spell.ebwizardry\:heal_ally=Heal Ally
|
||||
@@ -650,15 +889,18 @@ spell.ebwizardry\:lightning_ray=Lightning Ray
|
||||
spell.ebwizardry\:lightning_sigil=Lightning Sigil
|
||||
spell.ebwizardry\:lightning_web=Lightning Web
|
||||
spell.ebwizardry\:magic_missile=Magic Missile
|
||||
spell.ebwizardry\:mark_sacrifice=Mark Sacrifice
|
||||
spell.ebwizardry\:metamorphosis=Metamorphosis
|
||||
spell.ebwizardry\:meteor=Meteor
|
||||
spell.ebwizardry\:mind_control=Mind Control
|
||||
spell.ebwizardry\:mind_trick=Mind Trick
|
||||
spell.ebwizardry\:mine=Mine
|
||||
spell.ebwizardry\:mirage=Mirage
|
||||
spell.ebwizardry\:muffle=Muffle
|
||||
spell.ebwizardry\:none=[Empty Slot]
|
||||
spell.ebwizardry\:oakflesh=Oakflesh
|
||||
spell.ebwizardry\:paralysis=Paralysis
|
||||
spell.ebwizardry\:permafrost=Permafrost
|
||||
spell.ebwizardry\:petrify=Petrify
|
||||
spell.ebwizardry\:phase_step=Phase Step
|
||||
spell.ebwizardry\:plague_of_darkness=Plague of Darkness
|
||||
@@ -667,6 +909,7 @@ spell.ebwizardry\:pocket_workbench=Pocket Workbench
|
||||
spell.ebwizardry\:poison=Poison
|
||||
spell.ebwizardry\:poison_bomb=Poison Bomb
|
||||
spell.ebwizardry\:possession=Possession
|
||||
spell.ebwizardry\:radiant_totem=Radiant Totem
|
||||
spell.ebwizardry\:ray_of_purification=Ray of Purification
|
||||
spell.ebwizardry\:remove_curse=Remove Curse
|
||||
spell.ebwizardry\:replenish_hunger=Replenish Hunger
|
||||
@@ -690,6 +933,7 @@ spell.ebwizardry\:spectral_pathway=Spectral Pathway
|
||||
spell.ebwizardry\:speed_time=Speed Time
|
||||
spell.ebwizardry\:spider_swarm=Spider Swarm
|
||||
spell.ebwizardry\:static_aura=Static Aura
|
||||
spell.ebwizardry\:stormcloud=Stormcloud
|
||||
spell.ebwizardry\:summon_blaze=Summon Blaze
|
||||
spell.ebwizardry\:summon_ice_giant=Summon Ice Giant
|
||||
spell.ebwizardry\:summon_ice_wraith=Summon Ice Wraith
|
||||
@@ -719,6 +963,8 @@ spell.ebwizardry\:water_breathing=Water Breathing
|
||||
spell.ebwizardry\:whirlwind=Whirlwind
|
||||
spell.ebwizardry\:wither=Wither
|
||||
spell.ebwizardry\:wither_skull=Wither Skull
|
||||
spell.ebwizardry\:withering_totem=Withering Totem
|
||||
spell.ebwizardry\:zombie_apocalypse=Zombie Apocalypse
|
||||
|
||||
spell.ebwizardry\:agility.desc=Grants the caster faster movement speed and greater jump height for 30 seconds.
|
||||
spell.ebwizardry\:arc.desc=Fires a spark of lightning at the target.
|
||||
@@ -727,9 +973,12 @@ spell.ebwizardry\:arcane_lock.desc=Creates an impenetrable barrier of force arou
|
||||
spell.ebwizardry\:arrow_rain.desc="Archers, fire!"
|
||||
spell.ebwizardry\:banish.desc=Teleports the target against its will to a random location within a certain range.
|
||||
spell.ebwizardry\:black_hole.desc=Tear reality asunder.
|
||||
spell.ebwizardry\:blinding_flash.desc=Emits an intense flash of light that blinds all nearby creatures.
|
||||
spell.ebwizardry\:blink.desc=Teleports the caster over a short distance to where they are pointing.
|
||||
spell.ebwizardry\:blizzard.desc=Creates a zone of swirling icy wind which slows and continually damages anything trapped inside. The caster is immune to the damage but is still slowed.
|
||||
spell.ebwizardry\:boulder.desc="Let the world be my bowling alley, and my foes be the pins!"
|
||||
spell.ebwizardry\:bubble.desc=Fires a jet of bubbles which causes anything it hits to float upwards helplessly. The target will fall after a certain time or if it is damaged.
|
||||
spell.ebwizardry\:celestial_smite.desc="Oh powers divine, I call upon thee now! Rid this land of dark creatures most foul!"
|
||||
spell.ebwizardry\:chain_lightning.desc=Fires a spark of lightning at the target, which then chains to additional targets up to twice.
|
||||
spell.ebwizardry\:charge.desc=Causes the caster to charge rapidly in the direction they are looking, damaging and knocking back anything in their path.
|
||||
spell.ebwizardry\:clairvoyance.desc=Reveals the path to a remembered location. With this spell selected, sneak-right-click on a block to set the location. Cast this spell normally to reveal the path. The path will fade after 90 seconds.
|
||||
@@ -757,15 +1006,19 @@ spell.ebwizardry\:divination.desc=Guides the caster to nearby ores and resources
|
||||
spell.ebwizardry\:dragon_fireball.desc=Launches an enderdragon fireball in the direction you are pointing, which releases lingering poisonous clouds on impact.
|
||||
spell.ebwizardry\:earthquake.desc=A true master of earth magic can move mountains.
|
||||
spell.ebwizardry\:empowering_presence.desc=Grants the caster and nearby allies increased magic damage for 30 seconds.
|
||||
spell.ebwizardry\:enrage.desc=Causes nearby creatures to become enraged, stopping whatever they are doing to attack the caster instead.
|
||||
spell.ebwizardry\:entrapment.desc=Traps the target in a sphere of darkness which pulls it helplessly upwards and continually damages it.
|
||||
spell.ebwizardry\:evade.desc=Causes the caster to quickly jump sideways to dodge incoming attacks.
|
||||
spell.ebwizardry\:fangs.desc=Summons a row of evoker fangs in front of the caster that rise from the ground, biting mobs in their path.
|
||||
spell.ebwizardry\:fireball.desc=Launches a fireball in the direction you are pointing.
|
||||
spell.ebwizardry\:firebolt.desc=Shoots a jet of fire a short distance in front of you.
|
||||
spell.ebwizardry\:firebomb.desc=Lanches a firebomb in the direction you are pointing which explodes on impact, setting targets on fire.
|
||||
spell.ebwizardry\:fire_resistance.desc=Grants the caster fire resistance for 30 seconds.
|
||||
spell.ebwizardry\:fire_sigil.desc=Places a magical fire trap on the ground which damages and sets on fire the creature that triggers it.
|
||||
spell.ebwizardry\:fireskin.desc=Cloaks the caster in flames for 30 seconds, causing anything that attacks them to catch fire.
|
||||
spell.ebwizardry\:firestorm.desc="Purge the land and purge the soil!\nTrees shall burn and lakes shall boil!\nTorch the wood and scorch the stone!\nAll bow before the infernal throne!"
|
||||
spell.ebwizardry\:fire_breath.desc="I am the dragon."
|
||||
spell.ebwizardry\:flamecatcher.desc=It is said that in times of need, Flamecatcher offers her power to worthy pyromancers, only to vanish back into the night once her deed is done.
|
||||
spell.ebwizardry\:flame_ray.desc=Creates a stream of flames in the direction you are pointing which sets on fire and continually damages targets.
|
||||
spell.ebwizardry\:flaming_axe.desc=Creates a flaming axe which sets enemies on fire when hit. Lasts for 30 seconds.
|
||||
spell.ebwizardry\:flaming_weapon.desc=Temporarily imbues the first weapon on the caster's hotbar with the power of flame, causing it to set fire to its victims. The magic wears off after 45 seconds.
|
||||
@@ -780,6 +1033,7 @@ spell.ebwizardry\:forest_of_thorns.desc=Amidst the wood lies a hidden glade,\nIn
|
||||
spell.ebwizardry\:freeze.desc=Freezes the target for 10 seconds. Will also freeze water and create snow on the ground.
|
||||
spell.ebwizardry\:freezing_weapon.desc=Temporarily imbues the first weapon on the caster's hotbar with the power of frost, causing it to freeze its victims. The magic wears off after 45 seconds.
|
||||
spell.ebwizardry\:frost_axe.desc=Creates a frozen axe which freezes enemies when hit. Lasts for 30 seconds.
|
||||
spell.ebwizardry\:frost_barrier.desc=Creates a barricade of ice in front of the caster that shields them from incoming attacks. The barrier lasts for 20 seconds.
|
||||
spell.ebwizardry\:frost_ray.desc=Creates a stream of frost in the direction you are pointing which slows and continually damages targets.
|
||||
spell.ebwizardry\:frost_sigil.desc=Places a magical ice trap on the ground which damages and freezes the creature that triggers it.
|
||||
spell.ebwizardry\:frost_step.desc=Allows the caster to freeze water as they walk for 30 seconds.
|
||||
@@ -791,6 +1045,7 @@ spell.ebwizardry\:greater_telekinesis.desc=Allows the caster to pick up a block
|
||||
spell.ebwizardry\:greater_ward.desc=Grants the caster a strong shielding effect that greatly reduces incoming magic damage for 30 seconds.
|
||||
spell.ebwizardry\:group_heal.desc=Heals the caster and all nearby allies and summoned creatures by 3 hearts.
|
||||
spell.ebwizardry\:growth_aura.desc=Grows all crops near the caster. Also grows tall grass and flowers on grass.
|
||||
spell.ebwizardry\:guardian_beam.desc=Fires a guardian eye beam in the direction you are pointing, which damages targets and depletes their air supply when underwater.
|
||||
spell.ebwizardry\:hailstorm.desc=It was during the great winter of the third age that the ice mages discovered their true power.
|
||||
spell.ebwizardry\:heal.desc=Heals the caster by 2 hearts.
|
||||
spell.ebwizardry\:heal_ally.desc=Heals the target by 2 and a half hearts.
|
||||
@@ -824,15 +1079,18 @@ spell.ebwizardry\:lightning_ray.desc=Creates a stream of lightning in the direct
|
||||
spell.ebwizardry\:lightning_sigil.desc=Places a magical lightning trap on the ground which damages the creature that triggers it and chains lightning to other nearby creatures.
|
||||
spell.ebwizardry\:lightning_web.desc="Focus. Channel the storm in your mind through your wand and unleash its fury."
|
||||
spell.ebwizardry\:magic_missile.desc=Fires a bolt of magical energy in the direction you are pointing.
|
||||
spell.ebwizardry\:mark_sacrifice.desc=Marks the target as a divine sacrifice. The next magical attack on a marked creature deals 60%% extra damage for each level of the effect.
|
||||
spell.ebwizardry\:metamorphosis.desc=Changes the target into another form. Only works on some creatures.
|
||||
spell.ebwizardry\:meteor.desc=Some wizards just want to see the world burn...
|
||||
spell.ebwizardry\:mind_control.desc=Takes control of the target's mind for 30 seconds, causing it switch sides and fight for the caster instead. Will not work on creatures that are too strong-willed.
|
||||
spell.ebwizardry\:mind_trick.desc=Confuses and disorients the target for 15 seconds, rendering it unable to attack effectively. The effect will be dispelled if the target takes damage.
|
||||
spell.ebwizardry\:mine.desc=Breaks the block the caster is looking at. Potency will allow harder blocks to be broken.
|
||||
spell.ebwizardry\:mirage.desc=Creates an illusion where the caster appears to be a few blocks away from their actual position, blinking around every few seconds. The illusion lasts for 20 seconds.
|
||||
spell.ebwizardry\:muffle.desc=Silences any sounds made by the caster for 30 seconds. When muffled, mobs can only detect you when looking towards you.
|
||||
spell.ebwizardry\:none.desc=To get a spell book with the /give command, use id\: /give [player] ebwizardry\:spell_book 1 [spell id] (if you found this book in a chest, some other mod has messed things up).
|
||||
spell.ebwizardry\:oakflesh.desc=Improves the caster's damage resistance for 30 seconds.
|
||||
spell.ebwizardry\:paralysis.desc=Delivers a powerful lightning bolt that paralyses targets for 5 seconds. Paralysed creatures cannot move and will still take damage - but too much will snap the creature out of paralysis.
|
||||
spell.ebwizardry\:permafrost.desc=Spreads a layer of slippery ice on the ground where you are pointing, the extreme cold of which causes creatures to slowly take damage.
|
||||
spell.ebwizardry\:petrify.desc=Turns the target to stone until broken out, with a chance for it to break out when it is dark. The target cannot move or do anything while petrified but is also impervious to all damage.
|
||||
spell.ebwizardry\:phase_step.desc=Teleports the caster a short distance in front of them, including through walls. Range upgrades will increase the wall thickness you can teleport through.
|
||||
spell.ebwizardry\:plague_of_darkness.desc=The darkness will consume them all...
|
||||
@@ -841,6 +1099,7 @@ spell.ebwizardry\:pocket_workbench.desc=Allows the caster to craft items as if t
|
||||
spell.ebwizardry\:poison.desc=Fires poison in the direction you are pointing.
|
||||
spell.ebwizardry\:poison_bomb.desc=Lanches a poison bomb in the direction you are pointing which explodes on impact, poisoning nearby creatures.
|
||||
spell.ebwizardry\:possession.desc="Become thy enemy."
|
||||
spell.ebwizardry\:radiant_totem.desc=Creates a radiant totem which shoots a beam of light at nearby creatures, healing allies but damaging mobs. Lasts for 30 seconds. Potency will increase the number of targets.
|
||||
spell.ebwizardry\:ray_of_purification.desc=Emits a ray of blinding light that damages and blinds its targets. Undead creatures take double damage and are set on fire.
|
||||
spell.ebwizardry\:remove_curse.desc=Removes any curse currently affecting the caster.
|
||||
spell.ebwizardry\:replenish_hunger.desc=Replenishes the caster's food level by 3 hunger points.
|
||||
@@ -864,6 +1123,7 @@ spell.ebwizardry\:spectral_pathway.desc=Creates an indestructible magical bridge
|
||||
spell.ebwizardry\:speed_time.desc=...day, night, dawn, dusk, sunrise and sunset\: thus is the passage of time, which traps us in an endless cycle of...
|
||||
spell.ebwizardry\:spider_swarm.desc=Summons a swarm of venomous spiders to fight for you. The spiders will disappear after 30 seconds or if they are killed.
|
||||
spell.ebwizardry\:static_aura.desc=Surrounds the caster with lightning for 30 seconds, firing a spark of lightning at anything that hits them.
|
||||
spell.ebwizardry\:stormcloud.desc=Conjures a floating stormcloud where you are pointing that strikes lightning beneath it.
|
||||
spell.ebwizardry\:summon_blaze.desc=Summons a blaze to fight for you. The blaze will disappear after 30 seconds or if it is killed.
|
||||
spell.ebwizardry\:summon_ice_giant.desc="Smash them!"
|
||||
spell.ebwizardry\:summon_ice_wraith.desc=Summons an ice wraith to fight for you. The ice wraith will disappear after 30 seconds or if it is killed.
|
||||
@@ -893,6 +1153,8 @@ spell.ebwizardry\:water_breathing.desc=Allows the caster to breathe underwater f
|
||||
spell.ebwizardry\:whirlwind.desc=Causes the target to be blown upwards and away from you at speed.
|
||||
spell.ebwizardry\:wither.desc=Fires a ray of darkness which withers anything it touches.
|
||||
spell.ebwizardry\:wither_skull.desc=Launches a wither skull in the direction you are pointing.
|
||||
spell.ebwizardry\:withering_totem.desc=Summons a withering totem where you are pointing, which slowly drains nearby creatures' health. The totem explodes after 30 seconds, dealing more damage the more health it drained.
|
||||
spell.ebwizardry\:zombie_apocalypse.desc=Opening a portal to the underworld is easy. The difficult part is shutting it again when things go wrong...
|
||||
|
||||
spell.ebwizardry\:invoke_weather.sun=The rain begins to stop...
|
||||
spell.ebwizardry\:invoke_weather.rain=The heavens open...
|
||||
@@ -998,6 +1260,8 @@ potion.ebwizardry\:curse_of_enfeeblement=Curse of Enfeeblement
|
||||
potion.ebwizardry\:curse_of_undeath=Curse of Undeath
|
||||
potion.ebwizardry\:containment=Containment
|
||||
potion.ebwizardry\:frost_step=Frost Step
|
||||
potion.ebwizardry\:mark_of_sacrifice=Mark of Sacrifice
|
||||
potion.ebwizardry\:mirage=Mirage
|
||||
|
||||
enchantment.ebwizardry\:magic_sword=Imbuement
|
||||
enchantment.ebwizardry\:magic_bow=Imbuement
|
||||
@@ -1023,6 +1287,14 @@ key.categories.ebwizardry=Wizardry
|
||||
|
||||
key.ebwizardry.next_spell=Next Spell
|
||||
key.ebwizardry.previous_spell=Previous Spell
|
||||
key.ebwizardry.spell_1=Spell Slot 1
|
||||
key.ebwizardry.spell_2=Spell Slot 2
|
||||
key.ebwizardry.spell_3=Spell Slot 3
|
||||
key.ebwizardry.spell_4=Spell Slot 4
|
||||
key.ebwizardry.spell_5=Spell Slot 5
|
||||
key.ebwizardry.spell_6=Spell Slot 6
|
||||
key.ebwizardry.spell_7=Spell Slot 7
|
||||
key.ebwizardry.spell_8=Spell Slot 8
|
||||
|
||||
death.attack.wizardry_magic=%1$s was killed by %2$s using magic
|
||||
death.attack.indirect_wizardry_magic=%1$s was killed by %2$s using magic
|
||||
@@ -1072,31 +1344,26 @@ config.ebwizardry.category.spells.tooltip=Select which spells are enabled
|
||||
config.ebwizardry.title.spells=Spell Configuration
|
||||
config.ebwizardry.subtitle.spells=Disabling a spell globally here will override the finer controls in the spell JSON file.
|
||||
|
||||
config.ebwizardry.category.artefacts=Artifact Configuration
|
||||
config.ebwizardry.category.artefacts.tooltip=Select which artifacts are enabled
|
||||
config.ebwizardry.title.artefacts=Artifact Configuration
|
||||
config.ebwizardry.subtitle.artefacts=Disable individual rings, amulets or charms here.
|
||||
|
||||
config.ebwizardry.category.gameplay=Gameplay Settings
|
||||
config.ebwizardry.category.gameplay.tooltip=Configure wizardry's general gameplay
|
||||
config.ebwizardry.title.gameplay=Gameplay Settings
|
||||
config.ebwizardry.subtitle.gameplay=Global settings that affect game mechanics.
|
||||
|
||||
config.ebwizardry.discovery_mode=Discovery Mode
|
||||
config.ebwizardry.discovery_mode.tooltip=For those who like a sense of mystery! When enabled, spells you haven't cast yet will be unreadable until you cast them (on a per-world basis). Has no effect when in creative mode. Spells of identification will be unobtainable in survival mode if this is disabled.
|
||||
config.ebwizardry.legacy_wand_levelling=Legacy Wand Levelling
|
||||
config.ebwizardry.legacy_wand_levelling.tooltip=Controls whether wands are required to gain progression before they can be upgraded to the next tier. Enable this option to revert to the pre-4.2 system, which only requires tomes of arcana. Wands will still gain progression silently when this is enabled, so if you go back to the new system you won't lose any progress.
|
||||
config.ebwizardry.legacy_wand_levelling.true=Yes - I liked it how it was!
|
||||
config.ebwizardry.legacy_wand_levelling.false=No - Level me up!
|
||||
config.ebwizardry.friendly_fire=Friendly Fire
|
||||
config.ebwizardry.friendly_fire.tooltip=Controls which creatures may be damaged by your magic when allied to you. Your spells will not target your allies or creatures summoned/owned by them regardless of this setting, but this setting makes them completely immune if disabled.
|
||||
config.ebwizardry.minion_revenge_targeting=Minion Revenge Targeting
|
||||
config.ebwizardry.minion_revenge_targeting.tooltip=Whether summoned creatures can revenge-attack players or creatures that they would not otherwise be able to attack.
|
||||
config.ebwizardry.minion_revenge_targeting.true=Yes - I'd never hurt them!
|
||||
config.ebwizardry.minion_revenge_targeting.false=No - they must always obey me!
|
||||
config.ebwizardry.players_move_each_other=Players Move Each Other
|
||||
config.ebwizardry.players_move_each_other.tooltip=Whether to allow players to move other players around using magic.
|
||||
config.ebwizardry.players_move_each_other.true=Yes - let the games begin!
|
||||
config.ebwizardry.players_move_each_other.false=No - I won't be pushed around
|
||||
config.ebwizardry.player_block_damage=Player Block Damage
|
||||
config.ebwizardry.player_block_damage.tooltip=Whether spells cast by players can destroy blocks in the world. Disable this to prevent griefing. To prevent non-players from destroying blocks with magic, use the mobGriefing gamerule.
|
||||
config.ebwizardry.player_block_damage.tooltip=Whether spells cast by players can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting. (N.B. This setting only affects players. To prevent mobs from destroying blocks with magic, use the mobGriefing gamerule.)
|
||||
config.ebwizardry.player_block_damage.true=Yes - kaboom!
|
||||
config.ebwizardry.player_block_damage.false=No - activate anti-grief (TM)
|
||||
config.ebwizardry.dispenser_block_damage=Dispenser Block Damage
|
||||
config.ebwizardry.dispenser_block_damage.tooltip=Whether spells cast by dispensers can destroy blocks in the world. Wizardry makes every attempt to respect protection mods and plugins, but cannot guarantee it will work in all cases for every mod. If you need absolutely watertight anti-grief, disable this setting.
|
||||
config.ebwizardry.telekinetic_disarmament=Telekinetic Disarmament
|
||||
config.ebwizardry.telekinetic_disarmament.tooltip=Whether to allow players to disarm other players using the telekinesis spell. Disable to prevent stealing of items.
|
||||
config.ebwizardry.telekinetic_disarmament.true=Yes - let people steal things
|
||||
@@ -1109,14 +1376,6 @@ config.ebwizardry.world_time_manipulation=World Time Manipulation
|
||||
config.ebwizardry.world_time_manipulation.tooltip=Whether players are allowed to change the world time with the speed time spell. If disabled, the speed time spell will not change the world time but will still speed up nearby block, entity and tile entity ticks.
|
||||
config.ebwizardry.world_time_manipulation.true=Yes - daytime, nighttime...
|
||||
config.ebwizardry.world_time_manipulation.false=No - I need my sleep!
|
||||
config.ebwizardry.replace_vanilla_fireballs=Replace Vanilla Fireballs
|
||||
config.ebwizardry.replace_vanilla_fireballs.tooltip=Whether to replace Minecraft's own fireballs with wizardry fireballs. If this is disabled, only wizardry spells will use the custom fireballs.
|
||||
config.ebwizardry.replace_vanilla_fireballs.true=Yes - give me FIRE!
|
||||
config.ebwizardry.replace_vanilla_fireballs.false=No - blazes are mean enough
|
||||
config.ebwizardry.replace_vanilla_fall_damage=Replace Vanilla Fall Damage
|
||||
config.ebwizardry.replace_vanilla_fall_damage.tooltip=Whether to replace Minecraft's distance-based fall damage calculation with an equivalent, velocity-based one. This is done such that mobs in freefall will take exactly the same damage as normal, so it will not break falling-based mob farms. Disable this if you experience falling-related weirdness! If this is disabled, some spells revert to a more simplistic method of resetting the player's fall damage in certain cases.
|
||||
config.ebwizardry.replace_vanilla_fall_damage.true=Yes - it's parkour time
|
||||
config.ebwizardry.replace_vanilla_fall_damage.false=No - break my legs normally
|
||||
config.ebwizardry.creative_bypasses_arcane_lock=Bypass Arcane Lock
|
||||
config.ebwizardry.creative_bypasses_arcane_lock.tooltip=Determines which players can bypass arcane locks.
|
||||
config.ebwizardry.creative_bypasses_arcane_lock.true=Anyone in creative mode
|
||||
@@ -1125,6 +1384,58 @@ config.ebwizardry.slow_time_affects_players=Slow Time Affects Players
|
||||
config.ebwizardry.slow_time_affects_players.tooltip=Whether players are slowed when another nearby player uses the slow time spell. If this is disabled, mobs and projectiles will still be affected but players will move at normal speed.
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers=Bonemeal Grows Crystal Flowers
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers.tooltip=Whether using bonemeal on grass blocks has a chance to grow crystal flowers.
|
||||
|
||||
config.ebwizardry.category.difficulty=Difficulty Settings
|
||||
config.ebwizardry.category.difficulty.tooltip=Configure wizardry's difficulty
|
||||
config.ebwizardry.title.difficulty=Difficulty Settings
|
||||
config.ebwizardry.subtitle.difficulty=Settings that affect the mod's difficulty.
|
||||
|
||||
config.ebwizardry.discovery_mode=Discovery Mode
|
||||
config.ebwizardry.discovery_mode.tooltip=For those who like a sense of mystery! When enabled, spells you haven't cast yet will be unreadable until you cast them (on a per-world basis). Has no effect when in creative mode. Spells of identification will be unobtainable in survival mode if this is disabled.
|
||||
config.ebwizardry.legacy_wand_levelling=Legacy Wand Levelling
|
||||
config.ebwizardry.legacy_wand_levelling.tooltip=Controls whether wands are required to gain progression before they can be upgraded to the next tier. Enable this option to revert to the pre-4.2 system, which only requires tomes of arcana. Wands will still gain progression silently when this is enabled, so if you go back to the new system you won't lose any progress.
|
||||
config.ebwizardry.legacy_wand_levelling.true=Yes - I liked it how it was!
|
||||
config.ebwizardry.legacy_wand_levelling.false=No - Level me up!
|
||||
config.ebwizardry.friendly_fire=Friendly Fire
|
||||
config.ebwizardry.friendly_fire.tooltip=Controls which creatures may be damaged by your magic when allied to you. Your spells will not target your allies or creatures summoned/owned by them regardless of this setting, but this setting makes them completely immune if disabled.
|
||||
config.ebwizardry.passive_mobs_are_allies=Passive Mobs Are Allies
|
||||
config.ebwizardry.passive_mobs_are_allies.tooltip=Whether all passive mobs should count as allies, i.e. they should not be damaged indirectly by spells. Tamed mobs always count as allies.
|
||||
config.ebwizardry.passive_mobs_are_allies.true=Yes - don't hurt the animals!
|
||||
config.ebwizardry.passive_mobs_are_allies.false=No - I like my steak lightning-grilled!
|
||||
config.ebwizardry.minion_revenge_targeting=Minion Revenge Targeting
|
||||
config.ebwizardry.minion_revenge_targeting.tooltip=Whether summoned creatures can revenge-attack players or creatures that they would not otherwise be able to attack.
|
||||
config.ebwizardry.minion_revenge_targeting.true=Yes - I'd never hurt them!
|
||||
config.ebwizardry.minion_revenge_targeting.false=No - they must always obey me!
|
||||
config.ebwizardry.forfeit_chance=Forfeit Chance
|
||||
config.ebwizardry.forfeit_chance.tooltip=The chance to 'misread' an undiscovered spell and trigger a forfeit instead. Setting this to 0 effectively disables the forfeit mechanic. Has no effect if discovery mode is disabled.
|
||||
config.ebwizardry.progression_requirements=Progression Requirements
|
||||
config.ebwizardry.progression_requirements.tooltip=The progression required to upgrade a wand to each tier (apprentice, advanced and master respectively).
|
||||
config.ebwizardry.player_damage_scaling=Player Damage Scaling Factor
|
||||
config.ebwizardry.player_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by players casting spells, relative to 1.
|
||||
config.ebwizardry.npc_damage_scaling=NPC Damage Scaling Factor
|
||||
config.ebwizardry.npc_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by NPCs casting spells, relative to 1.
|
||||
config.ebwizardry.evil_wizard_spawn_rate=Evil Wizard Spawn Rate
|
||||
config.ebwizardry.evil_wizard_spawn_rate.tooltip=Spawn rate for naturally-spawned evil wizards; higher numbers mean more evil wizards will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable evil wizard spawning entirely.
|
||||
config.ebwizardry.ice_wraith_spawn_rate=Ice Wraith Spawn Rate
|
||||
config.ebwizardry.ice_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned ice wraiths; higher numbers mean more ice wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable ice wraith spawning entirely.
|
||||
config.ebwizardry.lightning_wraith_spawn_rate=Lightning Wraith Spawn Rate
|
||||
config.ebwizardry.lightning_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned lightning wraiths; higher numbers mean more lightning wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable lightning wraith spawning entirely.
|
||||
|
||||
config.ebwizardry.category.tweaks=Tweaks Settings
|
||||
config.ebwizardry.category.tweaks.tooltip=Tweak wizardry's behaviour
|
||||
config.ebwizardry.title.tweaks=Tweaks Settings
|
||||
config.ebwizardry.subtitle.tweaks=Assorted settings for tweaking the mod's behaviour.
|
||||
|
||||
config.ebwizardry.replace_vanilla_fireballs=Replace Vanilla Fireballs
|
||||
config.ebwizardry.replace_vanilla_fireballs.tooltip=Whether to replace Minecraft's own fireballs with wizardry fireballs. If this is disabled, only wizardry spells will use the custom fireballs.
|
||||
config.ebwizardry.replace_vanilla_fireballs.true=Yes - give me FIRE!
|
||||
config.ebwizardry.replace_vanilla_fireballs.false=No - blazes are mean enough
|
||||
config.ebwizardry.replace_vanilla_fall_damage=Replace Vanilla Fall Damage
|
||||
config.ebwizardry.replace_vanilla_fall_damage.tooltip=Whether to replace Minecraft's distance-based fall damage calculation with an equivalent, velocity-based one. This is done such that mobs in freefall will take exactly the same damage as normal, so it will not break falling-based mob farms. Disable this if you experience falling-related weirdness! If this is disabled, some spells revert to a more simplistic method of resetting the player's fall damage in certain cases.
|
||||
config.ebwizardry.replace_vanilla_fall_damage.true=Yes - it's parkour time
|
||||
config.ebwizardry.replace_vanilla_fall_damage.false=No - break my legs normally
|
||||
config.ebwizardry.blindness_tweak=Blindness Tweak
|
||||
config.ebwizardry.blindness_tweak.tooltip=Whether to tweak the blindness effect to reduce follow distance when used on non-players. This automatically disables itself in favour of Potion Core's implementation if installed.
|
||||
config.ebwizardry.mob_loot_table_whitelist=Mob Loot Table Whitelist
|
||||
config.ebwizardry.mob_loot_table_whitelist.tooltip=Whitelist for loot tables to inject additional mob drops (as specified in loot_tables/entities/mob_additions.json) into. Wizardry makes a best guess as to which loot tables belong to hostile mobs, but this may not always be correct or appropriate; add loot table locations (not entity IDs) to this list to manually include them.
|
||||
config.ebwizardry.mob_loot_table_blacklist=Mob Loot Table Blacklist
|
||||
@@ -1133,18 +1444,6 @@ config.ebwizardry.mob_spawn_dimensions=Mob Spawning Dimensions
|
||||
config.ebwizardry.mob_spawn_dimensions.tooltip=List of ids of dimensions in which wizardry's hostile mobs can spawn.
|
||||
config.ebwizardry.mob_spawn_biome_blacklist=Mob Spawning Biome Blacklist
|
||||
config.ebwizardry.mob_spawn_biome_blaclist.tooltip=List of names of biomes in which wizardry's hostile mobs cannot spawn. Biome names are not case-sensitive. For mod biomes, prefix with the mod ID (e.g. biomesoplenty\:mystic_grove).
|
||||
config.ebwizardry.evil_wizard_spawn_rate=Evil Wizard Spawn Rate
|
||||
config.ebwizardry.evil_wizard_spawn_rate.tooltip=Spawn rate for naturally-spawned evil wizards; higher numbers mean more evil wizards will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable evil wizard spawning entirely.
|
||||
config.ebwizardry.ice_wraith_spawn_rate=Ice Wraith Spawn Rate
|
||||
config.ebwizardry.ice_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned ice wraiths; higher numbers mean more ice wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable ice wraith spawning entirely.
|
||||
config.ebwizardry.lightning_wraith_spawn_rate=Lightning Wraith Spawn Rate
|
||||
config.ebwizardry.lightning_wraith_spawn_rate.tooltip=Spawn rate for naturally-spawned lightning wraiths; higher numbers mean more lightning wraiths will spawn. 5 is equivalent to witches, 100 is equivalent to zombies, skeletons and creepers. Set to 0 to disable lightning wraith spawning entirely.
|
||||
config.ebwizardry.forfeit_chance=Forfeit Chance
|
||||
config.ebwizardry.forfeit_chance.tooltip=The chance to 'misread' an undiscovered spell and trigger a forfeit instead. Setting this to 0 effectively disables the forfeit mechanic. Has no effect if discovery mode is disabled.
|
||||
config.ebwizardry.player_damage_scaling=Player Damage Scaling Factor
|
||||
config.ebwizardry.player_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by players casting spells, relative to 1.
|
||||
config.ebwizardry.npc_damage_scaling=NPC Damage Scaling Factor
|
||||
config.ebwizardry.npc_damage_scaling.tooltip=Global damage scaling factor for the damage dealt by NPCs casting spells, relative to 1.
|
||||
config.ebwizardry.summoned_creature_targets_whitelist=Summoned Creature Target Whitelist
|
||||
config.ebwizardry.summoned_creature_targets_whitelist.tooltip=List of names of entities which summoned creatures and wizards are allowed to attack, in addition to the defaults. Add mod creatures to this list if you want summoned creatures to attack them and they aren't already doing so. Entity names are not case sensitive. For mod entities, prefix with the mod ID (e.g. ebwizardry\:wizard).
|
||||
config.ebwizardry.summoned_creature_targets_blacklist=Summoned Creature Target Blacklist
|
||||
@@ -1159,6 +1458,12 @@ config.ebwizardry.sword_item_whitelist=Sword Item Whitelist
|
||||
config.ebwizardry.sword_item_whitelist.tooltip=List of registry names of items which should count as swords for imbuement spells. Most swords should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:broadsword).
|
||||
config.ebwizardry.bow_item_whitelist=Bow Item Whitelist
|
||||
config.ebwizardry.bow_item_whitelist.tooltip=List of registry names of items which should count as bows for imbuement spells. Most bows should work automatically, but those that don't can be added manually here. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. tconstruct:shortbow).
|
||||
config.ebwizardry.bookshelf_blocks=Bookshelf Blocks
|
||||
config.ebwizardry.bookshelf_blocks.tooltip=List of registry names of blocks that count as bookshelves for the arcane workbench and lectern. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. ebwizardry:oak_bookshelf).
|
||||
config.ebwizardry.book_items=Book Items
|
||||
config.ebwizardry.book_items.tooltip=List of registry names of items which can be placed in a bookshelf, in addition to the defaults. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. thaumcraft:thaumonomicon).
|
||||
config.ebwizardry.bookshelf_search_radius=Bookshelf Search Radius
|
||||
config.ebwizardry.bookshelf_search_radius.tooltip=The maximum number of blocks a bookshelf can be from an arcane workbench or lectern to be able to link to it.
|
||||
config.ebwizardry.currency_items=Currency Items
|
||||
config.ebwizardry.currency_items.tooltip=List of registry names of items which wizard trades can use as currency (in the first slot; the second slot is unaffected). Each entry in this list should consist of an item registry name, followed by a single space, then an integer which defines the 'value' of the item. Higher values mean fewer of that currency item are required for a given trade.
|
||||
|
||||
@@ -1193,6 +1498,14 @@ config.ebwizardry.shrine_rarity=Shrine Rarity
|
||||
config.ebwizardry.shrine_rarity.tooltip=Rarity of shrines. 1 in this many chunks will contain a shrine, meaning higher numbers are rarer.
|
||||
config.ebwizardry.shrine_files=Shrine Structure Files
|
||||
config.ebwizardry.shrine_files.tooltip=List of structure file locations for shrines. One of these files will be randomly selected each time a shrine is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable shrines, use the shrine dimensions setting.
|
||||
config.ebwizardry.library_dimensions=Library Ruin Dimensions
|
||||
config.ebwizardry.library_dimensions.tooltip=List of ids of dimensions in which library ruins will generate. Remove all dimensions to disable library ruins completely.
|
||||
config.ebwizardry.library_rarity=Library Ruin Rarity
|
||||
config.ebwizardry.library_rarity.tooltip=Rarity of library ruins. 1 in this many chunks will contain a shrine, meaning higher numbers are rarer.
|
||||
config.ebwizardry.library_files=Library Ruin Structure Files
|
||||
config.ebwizardry.library_files.tooltip=List of structure file locations for surface library ruins. One of these files will be randomly selected each time a library ruin is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library ruin dimensions setting.
|
||||
config.ebwizardry.underground_library_files=Underground Library Ruin Structure Files
|
||||
config.ebwizardry.underground_library_files.tooltip=List of structure file locations for underground library ruins. One of these files will be randomly selected each time a library ruin is generated. File locations are of the format [mod id]\:[filename], which refers to the file assets/[mod id]/structures/[filename].nbt. Duplicate entries are permitted, allowing for simple weighting without duplicating the structure files themselves. This list should not be empty; to disable library ruins, use the library ruin dimensions setting.
|
||||
config.ebwizardry.tree_blocks=Tree Blocks
|
||||
config.ebwizardry.tree_blocks.tooltip=List of registry names of blocks which can be overwritten by wizardry's structure generators, affecting both fast and fancy structure generation. Most tree blocks and other foliage should work automatically, but those that don't can be added manually here. Block names are not case sensitive. For mod blocks, prefix with the mod ID (e.g. dynamictrees:oakbranch).
|
||||
config.ebwizardry.ore_dimensions=Ore Dimensions
|
||||
@@ -1213,6 +1526,14 @@ config.ebwizardry.reverse_scroll_direction=Scroll Direction
|
||||
config.ebwizardry.reverse_scroll_direction.tooltip=The scroll direction used to switch between spells on a wand while sneaking.
|
||||
config.ebwizardry.reverse_scroll_direction.true=Reversed
|
||||
config.ebwizardry.reverse_scroll_direction.false=Normal
|
||||
config.ebwizardry.show_spell_hud=Spell HUD
|
||||
config.ebwizardry.show_spell_hud.tooltip=Whether to show the spell HUD in the corner of the screen when holding a wand.
|
||||
config.ebwizardry.show_spell_hud.true=Shown
|
||||
config.ebwizardry.show_spell_hud.false=Hidden
|
||||
config.ebwizardry.show_charge_meter=Spell Charge Meter
|
||||
config.ebwizardry.show_charge_meter.tooltip=Whether to show the spell charge-up meter around the crosshairs when charging up a spell.
|
||||
config.ebwizardry.show_charge_meter.true=Shown
|
||||
config.ebwizardry.show_charge_meter.false=Hidden
|
||||
config.ebwizardry.spell_hud_position=Spell HUD Position
|
||||
config.ebwizardry.spell_hud_position.tooltip=The position of the spell HUD.
|
||||
config.ebwizardry.spell_hud_skin=Spell HUD Skin
|
||||
@@ -1238,6 +1559,10 @@ config.ebwizardry.screen_shake=Screen Shake
|
||||
config.ebwizardry.screen_shake.tooltip=Whether to use the screen shake effect for certain spells.
|
||||
config.ebwizardry.blink_effect=Blink Effect
|
||||
config.ebwizardry.blink_effect.tooltip=Whether to use the screen blink effect for teleportation spells.
|
||||
config.ebwizardry.spellcasting_animations=Spellcasting Animations
|
||||
config.ebwizardry.spellcasting_animations.tooltip=Whether to use custom animations for players casting spells. Disable this option if it conflicts with other mods that add player animations.
|
||||
config.ebwizardry.donation_perk_element=Donation Perk Element
|
||||
config.ebwizardry.donation_perk_element.tooltip=The element of the flying companion orb rendered on donor and contributor players, leave empty to disable the effect. If you're one of them, this setting will change how all players see you (if not, it won't do anything).
|
||||
|
||||
config.ebwizardry.category.commands=Command Settings
|
||||
config.ebwizardry.category.commands.tooltip=Configure wizardry's commands
|
||||
@@ -1292,12 +1617,18 @@ config.ebwizardry.auto_place_obelisk_markers=Auto-Place Obelisk Markers
|
||||
config.ebwizardry.auto_place_obelisk_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of obelisks.
|
||||
config.ebwizardry.auto_place_shrine_markers=Auto-Place Shrine Markers
|
||||
config.ebwizardry.auto_place_shrine_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of shrines.
|
||||
config.ebwizardry.auto_place_library_markers=Auto-Place Library Markers
|
||||
config.ebwizardry.auto_place_library_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of surface library ruins.
|
||||
config.ebwizardry.auto_place_underground_library_markers=Auto-Place Underground Library Markers
|
||||
config.ebwizardry.auto_place_underground_library_markers.tooltip=Controls whether wizardry automatically places antique atlas markers at the locations of underground library ruins.
|
||||
|
||||
integration.jei.category.ebwizardry\:arcane_workbench=Arcane Workbench
|
||||
integration.jei.category.ebwizardry\:imbuement_altar=Imbuement Altar
|
||||
|
||||
integration.antiqueatlas.marker.ebwizardry.wizard_tower=Wizard Tower
|
||||
integration.antiqueatlas.marker.ebwizardry.obelisk=Obelisk
|
||||
integration.antiqueatlas.marker.ebwizardry.shrine=Shrine
|
||||
integration.antiqueatlas.marker.ebwizardry.library_ruins=Library Ruins
|
||||
|
||||
spell.ebwizardry\:magic_missile_festive=Magic Mistletoe
|
||||
spell.ebwizardry\:summon_snow_golem_festive=Summon Frosty The Snowman
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -44,8 +44,7 @@ item.ebwizardry\:spell_book.name=法術書
|
||||
item.ebwizardry\:spell_book.apply_to_wizard=將%1$s的法術 %2$s換成%3$s
|
||||
|
||||
item.ebwizardry\:arcane_tome.name=法術寶典
|
||||
item.ebwizardry\:arcane_tome.desc1=升級%1$s法杖
|
||||
item.ebwizardry\:arcane_tome.desc2=成為%1$s法杖
|
||||
item.ebwizardry\:arcane_tome.desc=將成長夠的%1$s法杖升級成%2$s法杖
|
||||
|
||||
item.ebwizardry\:wizard_handbook.name=法師手冊
|
||||
item.ebwizardry\:wizard_handbook.desc=作者: %1$s
|
||||
@@ -499,6 +498,13 @@ advancement.ebwizardry\:enchant_scroll.desc=製作一個空白卷軸,並在法
|
||||
|
||||
handbook.toast.title=已解鎖新的手冊章節!
|
||||
|
||||
gui.ebwizardry\:spell_book.tier=等級: %s
|
||||
gui.ebwizardry\:spell_book.element=元素: %s
|
||||
gui.ebwizardry\:spell_book.element_undiscovered=元素: 未知
|
||||
gui.ebwizardry\:spell_book.mana_cost=法力消耗: %s
|
||||
gui.ebwizardry\:spell_book.mana_cost_continuous=法力消耗: %s/秒
|
||||
gui.ebwizardry\:spell_book.mana_cost_undiscovered=法力消耗: 未知
|
||||
|
||||
container.ebwizardry\:arcane_workbench=法術工作台
|
||||
container.ebwizardry\:arcane_workbench.apply=存入
|
||||
container.ebwizardry\:arcane_workbench.mana=法力\:
|
||||
@@ -837,7 +843,7 @@ spell.ebwizardry\:poison_bomb.desc=朝你所指的方向發射一顆毒液炸彈
|
||||
spell.ebwizardry\:possession.desc=『變成敵人!』
|
||||
spell.ebwizardry\:ray_of_purification.desc=射出一道刺眼的陽光,傷害目標並使其暫時失明。不死生物會受到兩倍的傷害且著火。
|
||||
spell.ebwizardry\:remove_curse.desc=驅除施法者身上所有的詛咒。
|
||||
spell.ebwizardry\:replenish_hunger.desc=為施法者補充6點(3支雞腿)的飽食度。
|
||||
spell.ebwizardry\:replenish_hunger.desc=為施法者補充3點的飽食度。
|
||||
spell.ebwizardry\:resurrection.desc=身邊有個治療大師,就算死了...也沒關係。
|
||||
spell.ebwizardry\:reversal.desc=隨機移除一種負面的藥水效果,將其加諸在目標身上,持續原本剩餘的效果時間。潛能可增加逆轉的效果數量。
|
||||
spell.ebwizardry\:ring_of_fire.desc=在施法者四周製造一個火焰圈,傷害所有靠近的敵人並使它們著火。
|
||||
@@ -1117,6 +1123,8 @@ config.ebwizardry.creative_bypasses_arcane_lock.true=任何在創造模式的人
|
||||
config.ebwizardry.creative_bypasses_arcane_lock.false=只有在創造模式的管理者
|
||||
config.ebwizardry.slow_time_affects_players=緩時術影響玩家
|
||||
config.ebwizardry.slow_time_affects_players.tooltip=玩家是否會受到附近其他玩家施展的緩時術影響。如果這個選項關閉的話,只會影響生物及投擲物,而玩家能以正常的速度移動。
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers=骨粉種植水晶花
|
||||
config.ebwizardry.bonemeal_grows_crystal_flowers.tooltip=在草地上使用骨粉是否有機會長出水晶花。
|
||||
config.ebwizardry.mob_loot_table_whitelist=怪物戰利品檔白名單
|
||||
config.ebwizardry.mob_loot_table_whitelist.tooltip=白名單中列的是用來匯入以增加怪物掉落的戰利品檔(格式請參考 loot_tables/entities/mob_additions.json) 。 法術模組會盡量判斷哪些戰利品檔是屬於敵對生物的,但並不保證一定正確或合適。請加入戰利品檔的位置(非實體ID)到這個清單以手動將它們包含進來。
|
||||
config.ebwizardry.mob_loot_table_blacklist=怪物戰利品檔黑名單
|
||||
@@ -1226,6 +1234,10 @@ config.ebwizardry.use_shaders=使用自訂著色器
|
||||
config.ebwizardry.use_shaders.tooltip=是否對某些法術使用自訂的著色器。這些使用一般的著色系統(像是模組旁觀著色器),在大部分的情況下應該不會對效能產生太大影響,但可能會與其它的著色器發生衝突。
|
||||
config.ebwizardry.use_shaders.true=是 - 我要這些很讚的著色器!
|
||||
config.ebwizardry.use_shaders.false=不 - 我在龜速的電腦上執行!
|
||||
config.ebwizardry.screen_shake=畫面震動
|
||||
config.ebwizardry.screen_shake.tooltip=是否對某些法術使用畫面震動效果。
|
||||
config.ebwizardry.blink_effect=閃爍效果
|
||||
config.ebwizardry.blink_effect.tooltip=是否對傳送法術使用畫面閃爍效果。
|
||||
|
||||
config.ebwizardry.category.commands=指令設定
|
||||
config.ebwizardry.category.commands.tooltip=法術模組的指令設定
|
||||
@@ -1283,8 +1295,13 @@ config.ebwizardry.auto_place_shrine_markers.tooltip=設定法術模組是否在
|
||||
|
||||
integration.jei.category.ebwizardry\:arcane_workbench=法術工作台
|
||||
|
||||
integration.antiqueatlas.marker.ebwizardry\:wizard_tower=法師塔
|
||||
integration.antiqueatlas.marker.ebwizardry\:obelisk=方尖碑
|
||||
integration.antiqueatlas.marker.ebwizardry\:shrine=神殿
|
||||
integration.antiqueatlas.marker.ebwizardry.wizard_tower=法師塔
|
||||
integration.antiqueatlas.marker.ebwizardry.obelisk=方尖碑
|
||||
integration.antiqueatlas.marker.ebwizardry.shrine=神殿
|
||||
|
||||
spell.ebwizardry\:magic_missile_festive=魔法槲寄生
|
||||
spell.ebwizardry\:summon_snow_golem_festive=召喚冰霜雪人
|
||||
spell.ebwizardry\:invigorating_presence_festive=力量的贈禮
|
||||
spell.ebwizardry\:empowering_presence_festive=魔力的贈禮
|
||||
|
||||
wizard.debug=%1$s, %2$s, %3$s
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "wizardry",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "random_chance",
|
||||
"chance": 0.6
|
||||
}
|
||||
],
|
||||
"rolls": {
|
||||
"min": 0,
|
||||
"max": 2
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "ebwizardry:subsets/arcane_tomes",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "loot_table",
|
||||
"name": "ebwizardry:subsets/wand_upgrades",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"weight": 15,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ruined_spell_book",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:scroll",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"undiscovered_bias": 0.3
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:identification_scroll",
|
||||
"weight": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -9,12 +9,14 @@
|
||||
"name": "ebwizardry:magic_crystal",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
},
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 3,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "looting_enchant",
|
||||
"count": {
|
||||
"min": 0,
|
||||
|
||||
@@ -28,6 +28,11 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ruined_spell_book",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 7
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 2
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spectral_dust",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spectral_dust",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 0,
|
||||
"max": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_data",
|
||||
"data": 6
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "wizardry",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ruined_spell_book",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "wizardry",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"earth"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"fire"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"healing"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"ice"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"lightning"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"necromancy"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
+42
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "spell_book",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "matching_book",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"elements": [
|
||||
"sorcery"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:spell_book",
|
||||
"entryName": "random_book",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "ebwizardry:random_spell",
|
||||
"tiers": [
|
||||
"novice",
|
||||
"apprentice",
|
||||
"advanced"
|
||||
],
|
||||
"undiscovered_bias": 0.3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -25,6 +25,11 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_soulbinding",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_mana_return",
|
||||
"weight": 1
|
||||
@@ -55,11 +60,21 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:amulet_absorption",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_experience_tome",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_lava_walking",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_silk_touch",
|
||||
"weight": 1
|
||||
@@ -68,7 +83,12 @@
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_stop_time",
|
||||
"weight": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_black_hole",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -8,11 +8,6 @@
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_condensing",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_battlemage",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
@@ -28,11 +23,6 @@
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_storm",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_soulbinding",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
@@ -55,6 +45,11 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_evoker",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_blockwrangler",
|
||||
"weight": 1
|
||||
@@ -110,6 +105,11 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_move_speed",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_auto_smelt",
|
||||
"weight": 1
|
||||
@@ -121,7 +121,12 @@
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_minion_variants",
|
||||
"name": "ebwizardry:charm_undead_helmets",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_hunger_casting",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
@@ -138,7 +143,17 @@
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_light",
|
||||
"weight": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_transportation",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_mount_teleporting",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_battlemage",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:ring_fire_melee",
|
||||
"weight": 1
|
||||
@@ -95,11 +100,21 @@
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_spell_discovery",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_minion_health",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_minion_variants",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "ebwizardry:charm_growth",
|
||||
"weight": 1
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/bookshelf",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/acacia_bookshelf_side",
|
||||
"side": "ebwizardry:blocks/acacia_bookshelf_side",
|
||||
"inside": "ebwizardry:blocks/acacia_bookshelf_inside",
|
||||
"top": "ebwizardry:blocks/acacia_bookshelf_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/lectern",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/acacia_lectern_top",
|
||||
"base": "ebwizardry:blocks/acacia_lectern_base",
|
||||
"side": "ebwizardry:blocks/acacia_lectern_side",
|
||||
"top": "ebwizardry:blocks/acacia_lectern_top",
|
||||
"underside": "ebwizardry:blocks/acacia_lectern_underside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/bookshelf",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/birch_bookshelf_side",
|
||||
"side": "ebwizardry:blocks/birch_bookshelf_side",
|
||||
"inside": "ebwizardry:blocks/birch_bookshelf_inside",
|
||||
"top": "ebwizardry:blocks/birch_bookshelf_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/lectern",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/birch_lectern_top",
|
||||
"base": "ebwizardry:blocks/birch_lectern_base",
|
||||
"side": "ebwizardry:blocks/birch_lectern_side",
|
||||
"top": "ebwizardry:blocks/birch_lectern_top",
|
||||
"underside": "ebwizardry:blocks/birch_lectern_underside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book0",
|
||||
"from": [13, 9, 2],
|
||||
"to": [15, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"east": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"south": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"west": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book0",
|
||||
"from": [1, 9, 10],
|
||||
"to": [3, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"east": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"west": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book1",
|
||||
"from": [11, 9, 2],
|
||||
"to": [13, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book1",
|
||||
"from": [3, 9, 10],
|
||||
"to": [5, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book10",
|
||||
"from": [4, 1, 2],
|
||||
"to": [6, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"east": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"south": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"west": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book10",
|
||||
"from": [10, 1, 10],
|
||||
"to": [12, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"east": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"south": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"west": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book11",
|
||||
"from": [1, 1, 2],
|
||||
"to": [3, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"east": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"south": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"west": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book11",
|
||||
"from": [13, 1, 10],
|
||||
"to": [15, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"east": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"west": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book2",
|
||||
"from": [8, 9, 2],
|
||||
"to": [10, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"east": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"south": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"west": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book2",
|
||||
"from": [6, 9, 10],
|
||||
"to": [8, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"east": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"south": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"west": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book3",
|
||||
"from": [5, 9, 2],
|
||||
"to": [7, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"east": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"south": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"west": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book3",
|
||||
"from": [9, 9, 10],
|
||||
"to": [11, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"east": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"west": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book4",
|
||||
"from": [3, 9, 2],
|
||||
"to": [5, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book4",
|
||||
"from": [11, 9, 10],
|
||||
"to": [13, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book5",
|
||||
"from": [1, 9, 2],
|
||||
"to": [3, 14, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book5",
|
||||
"from": [13, 9, 10],
|
||||
"to": [15, 14, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book6",
|
||||
"from": [13, 1, 2],
|
||||
"to": [15, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"east": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"south": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"west": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book6",
|
||||
"from": [1, 1, 10],
|
||||
"to": [3, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 10, 8, 15], "texture": "#books"},
|
||||
"east": {"uv": [2, 10, 6, 15], "texture": "#books"},
|
||||
"south": {"uv": [0, 10, 2, 15], "texture": "#books"},
|
||||
"west": {"uv": [6, 10, 2, 15], "texture": "#books"},
|
||||
"up": {"uv": [8, 10, 10, 14], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book7",
|
||||
"from": [11, 1, 2],
|
||||
"to": [13, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book7",
|
||||
"from": [3, 1, 10],
|
||||
"to": [5, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book8",
|
||||
"from": [9, 1, 2],
|
||||
"to": [11, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"east": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"south": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"west": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book8",
|
||||
"from": [5, 1, 10],
|
||||
"to": [7, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 5, 8, 10], "texture": "#books"},
|
||||
"east": {"uv": [2, 5, 6, 10], "texture": "#books"},
|
||||
"south": {"uv": [0, 5, 2, 10], "texture": "#books"},
|
||||
"west": {"uv": [6, 5, 2, 10], "texture": "#books"},
|
||||
"up": {"uv": [8, 5, 10, 9], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"books": "ebwizardry:blocks/books"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "book9",
|
||||
"from": [6, 1, 2],
|
||||
"to": [8, 6, 6],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"east": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"south": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"west": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "texture": "#books"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "book9",
|
||||
"from": [8, 1, 10],
|
||||
"to": [10, 6, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [6, 0, 8, 5], "texture": "#books"},
|
||||
"east": {"uv": [2, 0, 6, 5], "texture": "#books"},
|
||||
"south": {"uv": [0, 0, 2, 5], "texture": "#books"},
|
||||
"west": {"uv": [6, 0, 2, 5], "texture": "#books"},
|
||||
"up": {"uv": [8, 0, 10, 4], "rotation": 180, "texture": "#books"}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,285 @@
|
||||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"elements": [
|
||||
{
|
||||
"name": "backboard",
|
||||
"from": [1, 1, 7],
|
||||
"to": [15, 15, 9],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 1, 15, 15], "texture": "#inside"},
|
||||
"south": {"uv": [1, 1, 15, 15], "texture": "#inside"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "base",
|
||||
"from": [0, 0, 0],
|
||||
"to": [16, 1, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 15, 16, 16], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#inside"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "down"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "side_west",
|
||||
"from": [0, 1, 0],
|
||||
"to": [1, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [15, 1, 16, 15], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#inside"},
|
||||
"south": {"uv": [0, 1, 1, 15], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "west"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "side_east",
|
||||
"from": [15, 1, 0],
|
||||
"to": [16, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 1, 15], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 1, 16, 15], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [15, 1, 16, 15], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 1, 16, 15], "texture": "#inside"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "top",
|
||||
"from": [0, 15, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "east"},
|
||||
"south": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [0, 0, 16, 1], "texture": "#side", "cullface": "west"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#inside"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "shelf",
|
||||
"from": [1, 7, 0],
|
||||
"to": [15, 9, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 7, 15, 9], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [1, 7, 15, 9], "texture": "#side", "cullface": "south"},
|
||||
"up": {"uv": [1, 0, 15, 16], "texture": "#inside"},
|
||||
"down": {"uv": [1, 0, 15, 16], "texture": "#inside"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUNET",
|
||||
"from": [14, 14, 0],
|
||||
"to": [15, 15, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 1, 2, 2], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [1, 1, 2, 2], "texture": "#side"},
|
||||
"west": {"uv": [1, 1, 2, 2], "texture": "#side"},
|
||||
"down": {"uv": [1, 1, 2, 2], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUSWT",
|
||||
"from": [1, 14, 15],
|
||||
"to": [2, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 1, 2, 2], "texture": "#side"},
|
||||
"east": {"uv": [1, 1, 2, 2], "texture": "#side"},
|
||||
"south": {"uv": [1, 1, 2, 2], "texture": "#side", "cullface": "south"},
|
||||
"down": {"uv": [1, 1, 2, 2], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLNET",
|
||||
"from": [14, 6, 0],
|
||||
"to": [15, 7, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 10], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [1, 9, 2, 10], "texture": "#side"},
|
||||
"west": {"uv": [1, 9, 2, 10], "texture": "#side"},
|
||||
"down": {"uv": [1, 9, 2, 10], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLSWT",
|
||||
"from": [1, 6, 15],
|
||||
"to": [2, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 9, 2, 10], "texture": "#side"},
|
||||
"east": {"uv": [1, 9, 2, 10], "texture": "#side"},
|
||||
"south": {"uv": [1, 9, 2, 10], "texture": "#side", "cullface": "south"},
|
||||
"down": {"uv": [1, 9, 2, 10], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUNWT",
|
||||
"from": [1, 14, 0],
|
||||
"to": [2, 15, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 1, 15, 2], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [14, 1, 15, 2], "texture": "#side"},
|
||||
"south": {"uv": [14, 1, 15, 2], "texture": "#side"},
|
||||
"down": {"uv": [14, 1, 15, 2], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUSET",
|
||||
"from": [14, 14, 15],
|
||||
"to": [15, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 1, 15, 2], "texture": "#side"},
|
||||
"south": {"uv": [14, 1, 15, 2], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [14, 1, 15, 2], "texture": "#side"},
|
||||
"down": {"uv": [14, 1, 15, 2], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLNWT",
|
||||
"from": [1, 6, 0],
|
||||
"to": [2, 7, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [14, 9, 15, 10], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [14, 9, 15, 10], "texture": "#side"},
|
||||
"south": {"uv": [14, 9, 15, 10], "texture": "#side"},
|
||||
"down": {"uv": [14, 9, 15, 10], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLSET",
|
||||
"from": [14, 6, 15],
|
||||
"to": [15, 7, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 9, 15, 10], "texture": "#side"},
|
||||
"south": {"uv": [14, 9, 15, 10], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [14, 9, 15, 10], "texture": "#side"},
|
||||
"down": {"uv": [14, 9, 15, 10], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUNEB",
|
||||
"from": [14, 9, 0],
|
||||
"to": [15, 10, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 6, 2, 7], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [1, 6, 2, 7], "texture": "#side"},
|
||||
"west": {"uv": [1, 6, 2, 7], "texture": "#side"},
|
||||
"up": {"uv": [1, 6, 2, 7], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUSWB",
|
||||
"from": [1, 9, 15],
|
||||
"to": [2, 10, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 6, 2, 7], "texture": "#side"},
|
||||
"east": {"uv": [1, 6, 2, 7], "texture": "#side"},
|
||||
"south": {"uv": [1, 6, 2, 7], "texture": "#side", "cullface": "south"},
|
||||
"up": {"uv": [1, 6, 2, 7], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLNEB",
|
||||
"from": [14, 1, 0],
|
||||
"to": [15, 2, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 14, 2, 15], "texture": "#side", "cullface": "north"},
|
||||
"south": {"uv": [1, 14, 2, 15], "texture": "#side"},
|
||||
"west": {"uv": [1, 14, 2, 15], "texture": "#side"},
|
||||
"up": {"uv": [1, 14, 2, 15], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLSWB",
|
||||
"from": [1, 1, 15],
|
||||
"to": [2, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 14, 2, 15], "texture": "#side"},
|
||||
"east": {"uv": [1, 14, 2, 15], "texture": "#side"},
|
||||
"south": {"uv": [1, 14, 2, 15], "texture": "#side", "cullface": "south"},
|
||||
"up": {"uv": [1, 14, 2, 15], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUNWB",
|
||||
"from": [1, 9, 0],
|
||||
"to": [2, 10, 1],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 6, 15, 7], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [14, 6, 15, 7], "texture": "#side"},
|
||||
"south": {"uv": [14, 6, 15, 7], "texture": "#side"},
|
||||
"up": {"uv": [14, 6, 15, 7], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerUSEB",
|
||||
"from": [14, 9, 15],
|
||||
"to": [15, 10, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 6, 15, 7], "texture": "#side"},
|
||||
"south": {"uv": [14, 6, 15, 7], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [14, 6, 15, 7], "texture": "#side"},
|
||||
"up": {"uv": [14, 6, 15, 7], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLNWB",
|
||||
"from": [1, 1, 0],
|
||||
"to": [2, 2, 1],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [14, 14, 15, 15], "texture": "#side", "cullface": "north"},
|
||||
"east": {"uv": [14, 14, 15, 15], "texture": "#side"},
|
||||
"south": {"uv": [14, 14, 15, 15], "texture": "#side"},
|
||||
"up": {"uv": [14, 14, 15, 15], "texture": "#side"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "cornerLSEB",
|
||||
"from": [14, 1, 15],
|
||||
"to": [15, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 14, 15, 15], "texture": "#side"},
|
||||
"south": {"uv": [14, 14, 15, 15], "texture": "#side", "cullface": "south"},
|
||||
"west": {"uv": [14, 14, 15, 15], "texture": "#side"},
|
||||
"up": {"uv": [14, 14, 15, 15], "rotation": 180, "texture": "#side"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [75, 45, 0],
|
||||
"translation": [0, 2.5, 0],
|
||||
"scale": [0.375, 0.375, 0.375]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [0, 45, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [0, 225, 0],
|
||||
"scale": [0.4, 0.4, 0.4]
|
||||
},
|
||||
"ground": {
|
||||
"translation": [0, 3, 0],
|
||||
"scale": [0.25, 0.25, 0.25]
|
||||
},
|
||||
"gui": {
|
||||
"rotation": [30, 225, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
},
|
||||
"fixed": {
|
||||
"scale": [0.5, 0.5, 0.5]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/flower_pot_cross",
|
||||
"textures": {
|
||||
"plant": "ebwizardry:blocks/crystal_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/bookshelf",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/dark_oak_bookshelf_side",
|
||||
"side": "ebwizardry:blocks/dark_oak_bookshelf_side",
|
||||
"inside": "ebwizardry:blocks/dark_oak_bookshelf_inside",
|
||||
"top": "ebwizardry:blocks/dark_oak_bookshelf_top"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"parent": "ebwizardry:block/lectern",
|
||||
"textures": {
|
||||
"particle": "ebwizardry:blocks/dark_oak_lectern_top",
|
||||
"base": "ebwizardry:blocks/dark_oak_lectern_base",
|
||||
"side": "ebwizardry:blocks/dark_oak_lectern_side",
|
||||
"top": "ebwizardry:blocks/dark_oak_lectern_top",
|
||||
"underside": "ebwizardry:blocks/dark_oak_lectern_underside"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "ebwizardry:blocks/gilded_acacia_wood"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "ebwizardry:blocks/gilded_birch_wood"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "ebwizardry:blocks/gilded_dark_oak_wood"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user