@@ -6,7 +6,6 @@
|
|||||||
components:
|
components:
|
||||||
- type: Clickable
|
- type: Clickable
|
||||||
- type: InteractionOutline
|
- type: InteractionOutline
|
||||||
|
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Constructible/Power/ame_controller.rsi
|
sprite: Constructible/Power/ame_controller.rsi
|
||||||
state: control
|
state: control
|
||||||
@@ -27,8 +26,13 @@
|
|||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 500
|
damage: 100
|
||||||
behaviors:
|
behaviors:
|
||||||
|
- !type:SpawnEntitiesBehavior
|
||||||
|
spawn:
|
||||||
|
SteelSheet1:
|
||||||
|
min: 1
|
||||||
|
max: 1
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: ["Destruction"]
|
acts: ["Destruction"]
|
||||||
- type: SnapGrid
|
- type: SnapGrid
|
||||||
@@ -63,4 +67,3 @@
|
|||||||
components:
|
components:
|
||||||
- type: Physics
|
- type: Physics
|
||||||
anchored: false
|
anchored: false
|
||||||
|
|
||||||
@@ -11,7 +11,6 @@
|
|||||||
drawdepth: Walls
|
drawdepth: Walls
|
||||||
sprite: Constructible/Power/ame_shielding.rsi
|
sprite: Constructible/Power/ame_shielding.rsi
|
||||||
state: shield_0
|
state: shield_0
|
||||||
|
|
||||||
- type: Physics
|
- type: Physics
|
||||||
shapes:
|
shapes:
|
||||||
- !type:PhysShapeAabb
|
- !type:PhysShapeAabb
|
||||||
@@ -27,18 +26,17 @@
|
|||||||
thresholds:
|
thresholds:
|
||||||
- trigger:
|
- trigger:
|
||||||
!type:DamageTrigger
|
!type:DamageTrigger
|
||||||
damage: 500
|
damage: 100
|
||||||
behaviors:
|
behaviors:
|
||||||
- !type:SpawnEntitiesBehavior
|
- !type:SpawnEntitiesBehavior
|
||||||
spawn:
|
spawn:
|
||||||
AMEPart:
|
SteelSheet1:
|
||||||
min: 1
|
min: 1
|
||||||
max: 1
|
max: 2
|
||||||
- !type:DoActsBehavior
|
- !type:DoActsBehavior
|
||||||
acts: ["Destruction"]
|
acts: ["Destruction"]
|
||||||
- type: SnapGrid
|
- type: SnapGrid
|
||||||
offset: Center
|
offset: Center
|
||||||
- type: Airtight
|
|
||||||
- type: IconSmooth
|
- type: IconSmooth
|
||||||
mode: CardinalFlags
|
mode: CardinalFlags
|
||||||
base: shield_
|
base: shield_
|
||||||
Reference in New Issue
Block a user