Adds missing suffixes to debug items and tags them all

This commit is contained in:
Swept
2021-08-11 14:41:10 -07:00
parent 9a7bf87f20
commit 637053e843
10 changed files with 99 additions and 13 deletions

View File

@@ -107,7 +107,11 @@
parent: BaseItem parent: BaseItem
id: ItemActionExample id: ItemActionExample
description: for testing item actions description: for testing item actions
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
sprite: Objects/Fun/bikehorn.rsi sprite: Objects/Fun/bikehorn.rsi
state: icon state: icon

View File

@@ -7,7 +7,11 @@
- type: entity - type: entity
abstract: true abstract: true
id: ClickTestBase id: ClickTestBase
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
@@ -80,4 +84,3 @@
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
state: invis_base state: invis_base

View File

@@ -5,6 +5,9 @@
description: ded description: ded
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Guns/Pistols/debug.rsi sprite: Objects/Weapons/Guns/Pistols/debug.rsi
- type: Icon - type: Icon
@@ -28,6 +31,9 @@
parent: MagazinePistolBase parent: MagazinePistolBase
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: RangedMagazine - type: RangedMagazine
fillPrototype: CartridgeDebug fillPrototype: CartridgeDebug
capacity: 1000 capacity: 1000
@@ -41,6 +47,9 @@
abstract: true abstract: true
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Projectile - type: Projectile
damages: damages:
Blunt: 20000 Blunt: 20000
@@ -51,6 +60,9 @@
parent: CartridgePistolBase parent: CartridgePistolBase
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Ammo - type: Ammo
projectile: BulletDebug projectile: BulletDebug
@@ -61,6 +73,9 @@
description: hit hard ye description: hit hard ye
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Melee/debug.rsi sprite: Objects/Weapons/Melee/debug.rsi
state: icon state: icon
@@ -76,6 +91,9 @@
parent: MeleeDebugGib parent: MeleeDebugGib
id: MeleeDebug100 id: MeleeDebug100
components: components:
- type: Tag
tags:
- Debug
- type: MeleeWeapon - type: MeleeWeapon
damage: 100 damage: 100
@@ -84,5 +102,8 @@
parent: MeleeDebugGib parent: MeleeDebugGib
id: MeleeDebug200 id: MeleeDebug200
components: components:
- type: Tag
tags:
- Debug
- type: MeleeWeapon - type: MeleeWeapon
damage: 200 damage: 200

View File

@@ -1,7 +1,11 @@
- type: entity - type: entity
id: debugRotation1 id: debugRotation1
name: dbg_rotation1 name: dbg_rotation1
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
@@ -15,7 +19,11 @@
- type: entity - type: entity
id: debugRotation4 id: debugRotation4
name: dbg_rotation4 name: dbg_rotation4
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite
@@ -29,7 +37,11 @@
- type: entity - type: entity
id: debugRotationTex id: debugRotationTex
name: dbg_rotationTex name: dbg_rotationTex
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Sprite - type: Sprite

View File

@@ -3,7 +3,11 @@
parent: BaseItem parent: BaseItem
id: ToolDebug id: ToolDebug
description: The pain of using this is almost too great to bear. description: The pain of using this is almost too great to bear.
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
sprite: Objects/Tools/debug.rsi sprite: Objects/Tools/debug.rsi
state: icon state: icon

View File

@@ -1,7 +1,11 @@
- type: entity - type: entity
id: StressTest id: StressTest
name: stress test name: stress test
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
texture: Effects/explosion.rsi/explosion.png texture: Effects/explosion.rsi/explosion.png
- type: StressTestMovement - type: StressTestMovement

View File

@@ -307,6 +307,9 @@
description: PUT ON THEM CODERSOCKS!! description: PUT ON THEM CODERSOCKS!!
suffix: DEBUG suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: Sprite - type: Sprite
sprite: Structures/Furniture/Tables/debug.rsi sprite: Structures/Furniture/Tables/debug.rsi
- type: Icon - type: Icon

View File

@@ -2,6 +2,10 @@
id: DebugGenerator id: DebugGenerator
parent: BaseGenerator parent: BaseGenerator
suffix: DEBUG suffix: DEBUG
components:
- type: Tag
tags:
- Debug
- type: entity - type: entity
id: DebugConsumer id: DebugConsumer
@@ -10,6 +14,9 @@
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
@@ -48,6 +55,9 @@
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
@@ -75,6 +85,9 @@
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics
@@ -100,16 +113,28 @@
id: DebugSmes id: DebugSmes
parent: BaseSmes parent: BaseSmes
suffix: DEBUG suffix: DEBUG
components:
- type: Tag
tags:
- Debug
- type: entity - type: entity
id: DebugSubstation id: DebugSubstation
parent: BaseSubstation parent: BaseSubstation
suffix: DEBUG suffix: DEBUG
components:
- type: Tag
tags:
- Debug
- type: entity - type: entity
id: DebugApc id: DebugApc
parent: BaseApc parent: BaseApc
suffix: DEBUG suffix: DEBUG
components:
- type: Tag
tags:
- Debug
- type: entity - type: entity
id: DebugPowerReceiver id: DebugPowerReceiver
@@ -118,6 +143,9 @@
placement: placement:
mode: SnapgridCenter mode: SnapgridCenter
components: components:
- type: Tag
tags:
- Debug
- type: Clickable - type: Clickable
- type: InteractionOutline - type: InteractionOutline
- type: Physics - type: Physics

View File

@@ -111,7 +111,11 @@
parent: WallBase parent: WallBase
id: WallDebug id: WallDebug
name: debug wall name: debug wall
suffix: DEBUG
components: components:
- type: Tag
tags:
- Debug
- type: RCDDeconstructWhitelist - type: RCDDeconstructWhitelist
- type: Sprite - type: Sprite
sprite: Structures/Walls/debug.rsi sprite: Structures/Walls/debug.rsi

View File

@@ -73,6 +73,9 @@
- type: Tag - type: Tag
id: CombatKnife id: CombatKnife
- type: Tag
id: Debug
- type: Tag - type: Tag
id: DoorElectronics id: DoorElectronics