Revert "Gamerule Entities" (#15724)

This commit is contained in:
metalgearsloth
2023-04-24 16:21:05 +10:00
committed by GitHub
parent 39cc02b8f9
commit d3552dae00
124 changed files with 4328 additions and 3083 deletions

View File

@@ -0,0 +1,16 @@
- type: entity
name: PDA Redemption Machine Spawner
id: TraitorDMRedemptionMachineSpawner
parent: MarkerBase
components:
- type: Sprite
layers:
- state: blue
- sprite: Structures/Machines/traitordm.rsi
state: redemption
- type: ConditionalSpawner
prototypes:
- TraitorDMRedemptionMachine
chance: 1.0
gameRules:
- TraitorDeathMatch

View File

@@ -0,0 +1,28 @@
- type: entity
id: TraitorDMRedemptionMachine
parent: BaseMachinePowered
name: traitor deathmatch pda redemption machine
description: Put someone else's PDA into this to get telecrystals.
components:
- type: Sprite
layers:
- sprite: Structures/Machines/traitordm.rsi
state: redemption
- sprite: Structures/Machines/traitordm.rsi
state: redemption-unshaded
shader: unshaded
- type: Physics
bodyType: Static
- type: Fixtures
fixtures:
- shape:
!type:PhysShapeAabb
bounds: "-0.25,-0.25,0.25,0.25"
density: 190
mask:
- MachineMask
layer:
- MachineLayer
- type: TraitorDeathMatchRedemption
placement:
mode: AlignTileAny