Merge pull request #11377 from Mailaender/ra-burning-trees

Added burning trees to the Red Alert mod
This commit is contained in:
reaperrr
2016-06-04 14:09:11 +02:00
8 changed files with 531 additions and 76 deletions

View File

@@ -5,6 +5,8 @@ T01:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T01.Husk
T02:
Inherits: ^Tree
@@ -13,6 +15,8 @@ T02:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T02.Husk
T03:
Inherits: ^Tree
@@ -21,6 +25,8 @@ T03:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T03.Husk
T04:
Inherits: ^Tree
@@ -29,6 +35,8 @@ T04:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
SpawnActorOnDeath:
Actor: T04.Husk
T05:
Inherits: ^Tree
@@ -37,6 +45,8 @@ T05:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T05.Husk
T06:
Inherits: ^Tree
@@ -45,6 +55,8 @@ T06:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T06.Husk
T07:
Inherits: ^Tree
@@ -53,12 +65,23 @@ T07:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T07.Husk
T08:
Inherits: ^Tree
Building:
Footprint: x_
Dimensions: 2,1
SpawnActorOnDeath:
Actor: T08.Husk
T09:
Inherits: ^Tree
EditorTilesetFilter:
ExcludeTilesets: TEMPERAT, SNOW, INTERIOR
SpawnActorOnDeath:
Actor: T09.Husk
T10:
Inherits: ^Tree
@@ -67,6 +90,8 @@ T10:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T10.Husk
T11:
Inherits: ^Tree
@@ -75,6 +100,8 @@ T11:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T11.Husk
T12:
Inherits: ^Tree
@@ -83,6 +110,8 @@ T12:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T12.Husk
T13:
Inherits: ^Tree
@@ -91,6 +120,8 @@ T13:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T13.Husk
T14:
Inherits: ^Tree
@@ -99,6 +130,8 @@ T14:
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T14.Husk
T15:
Inherits: ^Tree
@@ -107,6 +140,8 @@ T15:
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T15.Husk
T16:
Inherits: ^Tree
@@ -115,6 +150,8 @@ T16:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T16.Husk
T17:
Inherits: ^Tree
@@ -123,6 +160,8 @@ T17:
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: T17.Husk
TC01:
Inherits: ^Tree
@@ -131,6 +170,8 @@ TC01:
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
SpawnActorOnDeath:
Actor: TC01.Husk
TC02:
Inherits: ^Tree
@@ -139,6 +180,8 @@ TC02:
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: TC02.Husk
TC03:
Inherits: ^Tree
@@ -147,6 +190,8 @@ TC03:
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: TC03.Husk
TC04:
Inherits: ^Tree
@@ -155,6 +200,8 @@ TC04:
Dimensions: 4,3
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: TC04.Husk
TC05:
Inherits: ^Tree
@@ -163,6 +210,8 @@ TC05:
Dimensions: 4,3
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
SpawnActorOnDeath:
Actor: TC05.Husk
BOXES01:
Inherits: ^Tree

View File

@@ -617,12 +617,42 @@
HP: 500
Armor:
Type: Wood
Targetable:
TargetTypes: Trees
WithDamageOverlay@SmallBurn:
DamageType: Incendiary
Image: burn-s
MinimumDamageState: Light
MaximumDamageState: Medium
WithDamageOverlay@MediumBurn:
DamageType: Incendiary
Image: burn-m
MinimumDamageState: Medium
MaximumDamageState: Heavy
WithDamageOverlay@LargeBurn:
DamageType: Incendiary
Image: burn-l
MinimumDamageState: Heavy
MaximumDamageState: Dead
AutoTargetIgnore:
HiddenUnderShroud:
ScriptTriggers:
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
^TreeHusk:
Inherits@1: ^SpriteActor
AppearsOnRadar:
Building:
Footprint: x
Dimensions: 1,1
WithSpriteBody:
Tooltip:
Name: Tree (Burnt)
ShowOwnerRow: false
FrozenUnderFog:
ScriptTriggers:
^BasicHusk:
Inherits@1: ^SpriteActor
Health:

View File

@@ -222,3 +222,174 @@ U2.Husk:
MinDamage: Undamaged
RenderSprites:
Image: u2
T01.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T02.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T03.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T04.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
T05.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T06.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T07.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T08.Husk:
Inherits: ^TreeHusk
Building:
Footprint: x_
Dimensions: 2,1
T09.Husk:
Inherits: ^TreeHusk
EditorTilesetFilter:
ExcludeTilesets: TEMPERAT, SNOW, INTERIOR
T10.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ xx
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T11.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ xx
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T12.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T13.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T14.Husk:
Inherits: ^TreeHusk
Building:
Footprint: ___ xx_
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T15.Husk:
Inherits: ^TreeHusk
Building:
Footprint: ___ xx_
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T16.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
T17.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __ x_
Dimensions: 2,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
TC01.Husk:
Inherits: ^TreeHusk
Building:
Footprint: ___ xx_
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: INTERIOR
TC02.Husk:
Inherits: ^TreeHusk
Building:
Footprint: _x_ xx_
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
TC03.Husk:
Inherits: ^TreeHusk
Building:
Footprint: xx_ xx_
Dimensions: 3,2
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
TC04.Husk:
Inherits: ^TreeHusk
Building:
Footprint: ____ xxx_ x___
Dimensions: 4,3
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR
TC05.Husk:
Inherits: ^TreeHusk
Building:
Footprint: __x_ xxx_ _xx_
Dimensions: 4,3
EditorTilesetFilter:
ExcludeTilesets: DESERT, INTERIOR