diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Decorations/statues.yml b/Resources/Prototypes/_CP14/Entities/Structures/Decorations/statues.yml index 3d5538e913..fcd9cfdb7e 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Decorations/statues.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Decorations/statues.yml @@ -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 diff --git a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/anim.png b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/anim.png new file mode 100644 index 0000000000..0d02588a15 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/anim.png differ diff --git a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json index f416daa863..d0f7135965 100644 --- a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json +++ b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/meta.json @@ -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" } ] } diff --git a/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/wire.png b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/wire.png new file mode 100644 index 0000000000..fd0dd31f49 Binary files /dev/null and b/Resources/Textures/_CP14/Structures/Decoration/statue_gob.rsi/wire.png differ