diff --git a/mods/ra/bits/windmill.shp b/mods/ra/bits/windmill.shp new file mode 100644 index 0000000000..2b63b930f7 Binary files /dev/null and b/mods/ra/bits/windmill.shp differ diff --git a/mods/ra/rules/civilian.yaml b/mods/ra/rules/civilian.yaml index 93b11b64aa..aac7b36659 100644 --- a/mods/ra/rules/civilian.yaml +++ b/mods/ra/rules/civilian.yaml @@ -634,3 +634,15 @@ LHUS: Footprint: _ x Dimensions: 1,2 +WINDMILL: + Inherits: ^CivBuilding + EditorTilesetFilter: + RequireTilesets: TEMPERAT + Selectable: + Bounds: 36,36 + Tooltip: + Name: Windmill + Building: + Footprint: _ x + Dimensions: 1,2 + diff --git a/mods/ra/sequences/decorations.yaml b/mods/ra/sequences/decorations.yaml index 67633fa731..63f7701fb2 100644 --- a/mods/ra/sequences/decorations.yaml +++ b/mods/ra/sequences/decorations.yaml @@ -812,4 +812,14 @@ lhus: damaged-idle: Start: 16 Tick: 180 - Length: 8 \ No newline at end of file + Length: 8 + +windmill: + idle: + Length: 8 + Tick: 80 + damaged-idle: + Start: 8 + Length: 8 + Tick: 80 +