Skip to content

Commit

Permalink
Return webtables
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirus59 committed Aug 8, 2024
1 parent 73a3fb2 commit b2ca198
Showing 1 changed file with 53 additions and 53 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
- type: TimedDespawn
lifetime: 5
- type: SpawnOnDespawn
prototype: WallWeb
prototype: TableWebSpiders

- type: entity
name: web
Expand All @@ -72,64 +72,64 @@
- type: TimedDespawn
lifetime: 6
- type: SpawnOnDespawn
prototype: WallWebDurable
prototype: TableWebSpidersDurable
- type: Sprite
shader: unshaded
color: gray

#Table (заглушка типо как анимация)
# - type: entity
# parent: TableBase
# id: TableWebSpiders
# name: web
# description: web
# noSpawn: true
# components:
# - type: Damageable
# damageModifierSet: Web
# - type: Sprite
# sprite: Structures/Furniture/Tables/web.rsi
# - type: Icon
# sprite: Structures/Furniture/Tables/web.rsi
# - type: Destructible
# thresholds:
# - trigger:
# !type:DamageTrigger
# damage: 10
# behaviors:
# - !type:DoActsBehavior
# acts: [ "Destruction" ]
# - type: MeleeSound
# soundGroups:
# Brute:
# path:
# "/Audio/Weapons/slash.ogg"
# - type: Construction
# graph: WebStructures
# node: table
# - type: FootstepModifier
# footstepSoundCollection:
# collection: FootstepCarpet
# - type: TimedDespawn
# lifetime: 5
# - type: SpawnOnDespawn
# prototype: WallWeb
- type: entity
parent: TableBase
id: TableWebSpiders
name: web
description: web
noSpawn: true
components:
- type: Damageable
damageModifierSet: Web
- type: Sprite
sprite: Structures/Furniture/Tables/web.rsi
- type: Icon
sprite: Structures/Furniture/Tables/web.rsi
- type: Destructible
thresholds:
- trigger:
!type:DamageTrigger
damage: 10
behaviors:
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: MeleeSound
soundGroups:
Brute:
path:
"/Audio/Weapons/slash.ogg"
- type: Construction
graph: WebStructures
node: table
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepCarpet
- type: TimedDespawn
lifetime: 5
- type: SpawnOnDespawn
prototype: WallWeb

# - type: entity
# parent: TableWebSpiders
# id: TableWebSpidersDurable
# name: web
# description: web
# noSpawn: true
# components:
# - type: TimedDespawn
# lifetime: 8
# - type: SpawnOnDespawn
# prototype: WallWebDurable
# - type: Sprite
# sprite: Structures/Furniture/Tables/web.rsi
# shader: unshaded
# color: gray
- type: entity
parent: TableWebSpiders
id: TableWebSpidersDurable
name: web
description: web
noSpawn: true
components:
- type: TimedDespawn
lifetime: 8
- type: SpawnOnDespawn
prototype: WallWebDurable
- type: Sprite
sprite: Structures/Furniture/Tables/web.rsi
shader: unshaded
color: gray

#Wall
- type: entity
Expand Down

0 comments on commit b2ca198

Please sign in to comment.