Add imbuement altar
- Adds imbuement altar block and associated tile entity - Adds basic functionality for imbuing wizard armour (other stuff to be decided) - Incorporates imbuement altar into glowing overlay model event (this could do with being tidied up and generalised) - Adds a TESR for the ray effect (based on some of the oldest code in the entire mod, which definitely needs improving!) - Adds a simple sound effect for the imbuement process, needs upgrading to a ticked sound later
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 541 B |
Binary file not shown.
|
After Width: | Height: | Size: 4.8 KiB |
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"animation": {
|
||||
|
||||
"frametime": 40,
|
||||
|
||||
"interpolate": true,
|
||||
|
||||
"frames": [0, 1, 2, 3]
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.4 KiB |
+12
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"animation": {
|
||||
|
||||
"frametime": 40,
|
||||
|
||||
"interpolate": true,
|
||||
|
||||
"frames": [0, 1, 2, 3]
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user