diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json index b9cc2d74..37fd0f8c 100644 --- a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/_index.json @@ -46,5 +46,21 @@ "skyrim_style": { "texture": "ebwizardry:gui/spell_hud/skyrim_style", "metadata": "ebwizardry:gui/spell_hud/skyrim_style" + }, + "futuristic": { + "texture": "ebwizardry:gui/spell_hud/futuristic", + "metadata": "ebwizardry:gui/spell_hud/futuristic" + }, + "steampunk": { + "texture": "ebwizardry:gui/spell_hud/steampunk", + "metadata": "ebwizardry:gui/spell_hud/steampunk" + }, + "dragon": { + "texture": "ebwizardry:gui/spell_hud/dragon", + "metadata": "ebwizardry:gui/spell_hud/dragon" + }, + "compass": { + "texture": "ebwizardry:gui/spell_hud/compass", + "metadata": "ebwizardry:gui/spell_hud/compass" } } \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.json new file mode 100644 index 00000000..11d17569 --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.json @@ -0,0 +1,33 @@ +{ + "name": "Compass", + "description": "A curious artefact that once belonged to a powerful sorcerer. Definitely doesn't point north.", + "width": 128, + "height": 46, + "mirror": { + "x": true, + "y": true + }, + "spell_icon_inset": { + "x": 5, + "y": 5 + }, + "text_inset": { + "x": 49, + "y": 20 + }, + "spell_cascade_offset": { + "x": 1, + "y": 8 + }, + "cooldown_bar": { + "x": 44, + "y": 2, + "length": 77, + "height": 4, + "mirror": { + "x": false, + "y": true + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.png new file mode 100644 index 00000000..18546a77 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/compass.png differ diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.json new file mode 100644 index 00000000..d014a1de --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.json @@ -0,0 +1,33 @@ +{ + "name": "Dragonstone", + "description": "A replica of the insignia of Nefazar, the only wizard to have single-handedly slain a fully-grown dragon.", + "width": 128, + "height": 42, + "mirror": { + "x": true, + "y": false + }, + "spell_icon_inset": { + "x": 3, + "y": 4 + }, + "text_inset": { + "x": 42, + "y": 20 + }, + "spell_cascade_offset": { + "x": 1, + "y": 8 + }, + "cooldown_bar": { + "x": 33, + "y": 2, + "length": 93, + "height": 5, + "mirror": { + "x": true, + "y": false + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.png new file mode 100644 index 00000000..751dd605 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/dragon.png differ diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.json new file mode 100644 index 00000000..17be6ee0 --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.json @@ -0,0 +1,33 @@ +{ + "name": "Futuristic", + "description": "Any sufficiently advanced technology...", + "width": 128, + "height": 39, + "mirror": { + "x": true, + "y": true + }, + "spell_icon_inset": { + "x": 2, + "y": 2 + }, + "text_inset": { + "x": 42, + "y": 18 + }, + "spell_cascade_offset": { + "x": 2, + "y": 8 + }, + "cooldown_bar": { + "x": 44, + "y": 2, + "length": 80, + "height": 3, + "mirror": { + "x": true, + "y": true + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.png new file mode 100644 index 00000000..776bd527 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/futuristic.png differ diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.json b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.json new file mode 100644 index 00000000..3ac97376 --- /dev/null +++ b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.json @@ -0,0 +1,33 @@ +{ + "name": "Steampunk", + "description": "Magic, powered by steam!", + "width": 128, + "height": 45, + "mirror": { + "x": true, + "y": true + }, + "spell_icon_inset": { + "x": 2, + "y": 2 + }, + "text_inset": { + "x": 43, + "y": 19 + }, + "spell_cascade_offset": { + "x": 3, + "y": 8 + }, + "cooldown_bar": { + "x": 57, + "y": 2, + "length": 62, + "height": 2, + "mirror": { + "x": true, + "y": true + }, + "show_when_full": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.png b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.png new file mode 100644 index 00000000..9c433337 Binary files /dev/null and b/src/main/resources/assets/ebwizardry/textures/gui/spell_hud/steampunk.png differ