Add more spell HUD skins!

This commit is contained in:
Electroblob77
2019-01-05 23:12:54 +00:00
parent 740bfb1a8f
commit 5dfa58bf27
9 changed files with 148 additions and 0 deletions
@@ -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"
}
}
@@ -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
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@@ -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
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@@ -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
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

@@ -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
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB