Holiday Gob (#691)

* gob

* festive system
This commit is contained in:
Nim
2025-01-04 22:42:09 +02:00
committed by GitHub
parent fc1e9d2638
commit 945e74b690
4 changed files with 61 additions and 0 deletions

View File

@@ -15,6 +15,12 @@
map: ["ritual"]
visible: false
shader: unshaded
- state: wire
map: ["wire"]
visible: false
- state: anim
map: ["garland"]
visible: false
drawdepth: Mobs
offset: "0.0,0.5"
- type: Fixtures
@@ -52,6 +58,20 @@
- type: CP14MagicRitual
startPhase: CP14_NeutralCluster_Root
- type: Appearance
- type: HolidayVisuals
holidays:
festive:
- FestiveSeason
- type: GenericVisualizer
visuals:
enum.HolidayVisuals.Holiday:
wire:
festive:
state: wire
garland:
festive:
state: anim
shader: unshaded
- type: entity
id: CP14StatueGobVines
@@ -66,6 +86,12 @@
map: ["ritual"]
visible: false
shader: unshaded
- state: wire
map: ["wire"]
visible: false
- state: anim
map: ["garland"]
visible: false
- type: entity
id: CP14StatueGobRuined
@@ -80,6 +106,12 @@
map: ["ritual"]
visible: false
shader: unshaded
- state: wire
map: ["wire"]
visible: false
- state: anim
map: ["garland"]
visible: false
- type: entity
id: CP14StatueGobRuinedVines
@@ -94,3 +126,9 @@
map: ["ritual"]
visible: false
shader: unshaded
- state: wire
map: ["wire"]
visible: false
- state: anim
map: ["garland"]
visible: false

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -21,6 +21,29 @@
},
{
"name": "eyes"
},
{
"name": "anim",
"delays": [
[
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7,
0.7
]
]
},
{
"name": "wire"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B