Add 2 new spell HUD skins
This commit is contained in:
@@ -78,5 +78,13 @@
|
||||
"festive": {
|
||||
"texture": "ebwizardry:gui/spell_hud/festive",
|
||||
"metadata": "ebwizardry:gui/spell_hud/festive"
|
||||
},
|
||||
"library": {
|
||||
"texture": "ebwizardry:gui/spell_hud/library",
|
||||
"metadata": "ebwizardry:gui/spell_hud/library"
|
||||
},
|
||||
"altar": {
|
||||
"texture": "ebwizardry:gui/spell_hud/altar",
|
||||
"metadata": "ebwizardry:gui/spell_hud/altar"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "Altar",
|
||||
"description": "Imbuement altars are carved from a rare type of stone called blue malthrock, prized for both its beauty and its imperishability.",
|
||||
"width": 128,
|
||||
"height": 47,
|
||||
"mirror": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"spell_icon_inset": {
|
||||
"x": 2,
|
||||
"y": 2
|
||||
},
|
||||
"text_inset": {
|
||||
"x": 42,
|
||||
"y": 20
|
||||
},
|
||||
"spell_cascade_offset": {
|
||||
"x": 2,
|
||||
"y": 8
|
||||
},
|
||||
"cooldown_bar": {
|
||||
"x": 37,
|
||||
"y": 0,
|
||||
"length": 77,
|
||||
"height": 7,
|
||||
"mirror": {
|
||||
"x": false,
|
||||
"y": true
|
||||
},
|
||||
"show_when_full": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "Library",
|
||||
"description": "I'm sure I put that book somewhere up here...",
|
||||
"width": 128,
|
||||
"height": 44,
|
||||
"mirror": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"spell_icon_inset": {
|
||||
"x": 2,
|
||||
"y": 5
|
||||
},
|
||||
"text_inset": {
|
||||
"x": 45,
|
||||
"y": 21
|
||||
},
|
||||
"spell_cascade_offset": {
|
||||
"x": 2,
|
||||
"y": 8
|
||||
},
|
||||
"cooldown_bar": {
|
||||
"x": 40,
|
||||
"y": 2,
|
||||
"length": 82,
|
||||
"height": 3,
|
||||
"mirror": {
|
||||
"x": true,
|
||||
"y": true
|
||||
},
|
||||
"show_when_full": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user