From 6c3b668a86799fe1ad647e2dca253be4c4f9eac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 5 Aug 2015 18:18:47 +0200 Subject: [PATCH 1/3] add boxes (decorational crates) --- mods/ts/rules/defaults.yaml | 16 ++++++++++++++++ mods/ts/rules/misc.yaml | 18 ++++++++++++++++++ mods/ts/sequences/misc.yaml | 21 +++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index 6cb017838a..c3e087870c 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -565,3 +565,19 @@ Tooltip: Name: Rock +^Decoration: + HiddenUnderShroud: + RenderSprites: + Palette: terraindecoration + WithSpriteBody: + AutoSelectionSize: + Building: + Footprint: x + Dimensions: 1, 1 + BodyOrientation: + UseClassicPerspectiveFudge: False + +^Box: + Inherits: ^Decoration + Tooltip: + Name: Box diff --git a/mods/ts/rules/misc.yaml b/mods/ts/rules/misc.yaml index 1a737a55d7..34a0c2144c 100644 --- a/mods/ts/rules/misc.yaml +++ b/mods/ts/rules/misc.yaml @@ -115,3 +115,21 @@ TROCK04: TROCK05: Inherits: ^Rock +CRAT01: + Inherits: ^Box + +CRAT02: + Inherits: ^Box + +CRAT03: + Inherits: ^Box + +CRAT04: + Inherits: ^Box + +CRAT0A: + Inherits: ^Box + +CRAT0B: + Inherits: ^Box + diff --git a/mods/ts/sequences/misc.yaml b/mods/ts/sequences/misc.yaml index cc1951a3d4..7901b25692 100644 --- a/mods/ts/sequences/misc.yaml +++ b/mods/ts/sequences/misc.yaml @@ -478,3 +478,24 @@ dbris8lg: dbris9lg: idle: Length:* + +crat01: + idle: + +crat02: + idle: + +crat03: + idle: + +crat04: + idle: + +crat0a: + idle: + +crat0b: + idle: + +crat0c: + idle: From 1685dce28f1ce529c5f32d68d452a2d389bdaae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 5 Aug 2015 18:22:00 +0200 Subject: [PATCH 2/3] add drums --- mods/ts/rules/defaults.yaml | 5 +++++ mods/ts/rules/misc.yaml | 5 +++++ mods/ts/sequences/misc.yaml | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index c3e087870c..4b04fad169 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -581,3 +581,8 @@ Inherits: ^Decoration Tooltip: Name: Box + +^Drum: + Inherits: ^Decoration + Tooltip: + Name: Drum diff --git a/mods/ts/rules/misc.yaml b/mods/ts/rules/misc.yaml index 34a0c2144c..c25c3ccb94 100644 --- a/mods/ts/rules/misc.yaml +++ b/mods/ts/rules/misc.yaml @@ -133,3 +133,8 @@ CRAT0A: CRAT0B: Inherits: ^Box +DRUM01: + Inherits: ^Drum + +DRUM02: + Inherits: ^Drum diff --git a/mods/ts/sequences/misc.yaml b/mods/ts/sequences/misc.yaml index 7901b25692..f95405342b 100644 --- a/mods/ts/sequences/misc.yaml +++ b/mods/ts/sequences/misc.yaml @@ -499,3 +499,9 @@ crat0b: crat0c: idle: + +drum01: + idle: + +drum02: + idle: From 8aac12ffb4984be5589124804779e27af4b8ff67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Wed, 5 Aug 2015 18:27:13 +0200 Subject: [PATCH 3/3] add palettes (decorational sprites) --- mods/ts/rules/defaults.yaml | 5 +++++ mods/ts/rules/misc.yaml | 12 ++++++++++++ mods/ts/sequences/misc.yaml | 12 ++++++++++++ 3 files changed, 29 insertions(+) diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index 4b04fad169..76cdaf7fec 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -586,3 +586,8 @@ Inherits: ^Decoration Tooltip: Name: Drum + +^Palette: + Inherits: ^Decoration + Tooltip: + Name: Palette diff --git a/mods/ts/rules/misc.yaml b/mods/ts/rules/misc.yaml index c25c3ccb94..b9f55ea833 100644 --- a/mods/ts/rules/misc.yaml +++ b/mods/ts/rules/misc.yaml @@ -138,3 +138,15 @@ DRUM01: DRUM02: Inherits: ^Drum + +PALET01: + Inherits: ^Palette + +PALET02: + Inherits: ^Palette + +PALET03: + Inherits: ^Palette + +PALET04: + Inherits: ^Palette diff --git a/mods/ts/sequences/misc.yaml b/mods/ts/sequences/misc.yaml index f95405342b..77aa782a28 100644 --- a/mods/ts/sequences/misc.yaml +++ b/mods/ts/sequences/misc.yaml @@ -505,3 +505,15 @@ drum01: drum02: idle: + +palet01: + idle: + +palet02: + idle: + +palet03: + idle: + +palet04: + idle: