diff --git a/AUTHORS b/AUTHORS index e36282d9d7..5fc8b5d15b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -79,6 +79,7 @@ Also thanks to: * Michael Sztolcman (s1w_) * Mustafa Alperen Seki (MustaphaTR) * Neil Shivkar (havok13888) + * Nooze * Nukem * Okunev Yu Dmitry (xaionaro) * Olaf van der Spek diff --git a/mods/ra/bits/lhus.shp b/mods/ra/bits/lhus.shp new file mode 100644 index 0000000000..4854b56537 Binary files /dev/null and b/mods/ra/bits/lhus.shp differ diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index cde0a56d15..93b11b64aa 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -622,3 +622,15 @@ SNOWHUT: RenderBuilding: Scale: 0.7 +LHUS: + Inherits: ^CivBuilding + EditorTilesetFilter: + RequireTilesets: TEMPERAT + Selectable: + Bounds: 24,48 + Tooltip: + Name: Lighthouse + Building: + Footprint: _ x + Dimensions: 1,2 + diff --git a/mods/ra/sequences/decorations.yaml b/mods/ra/sequences/decorations.yaml index 6b9d2438c5..67633fa731 100644 --- a/mods/ra/sequences/decorations.yaml +++ b/mods/ra/sequences/decorations.yaml @@ -803,4 +803,13 @@ snowhut: Tick: 360 damaged-idle: Start: 3 - Tick: 120 \ No newline at end of file + Tick: 120 + +lhus: + idle: + Length: 16 + Tick: 180 + damaged-idle: + Start: 16 + Tick: 180 + Length: 8 \ No newline at end of file