Фиксы (#439)
* - fix: Ebow. * - fix: Cult deconversion. * - add: Bola update. * - fix: Error. * - fix: Holoprojectors. * - fix: Clumsy.
This commit is contained in:
@@ -22,11 +22,6 @@
|
||||
parent: Holoprojector
|
||||
id: HoloprojectorEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
- type: entity
|
||||
parent: Holoprojector
|
||||
@@ -56,11 +51,6 @@
|
||||
parent: HolofanProjector
|
||||
id: HolofanProjectorEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
- type: entity
|
||||
parent: Holoprojector
|
||||
@@ -84,11 +74,6 @@
|
||||
parent: HoloprojectorField
|
||||
id: HoloprojectorFieldEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
- type: entity
|
||||
parent: Holoprojector
|
||||
@@ -112,8 +97,3 @@
|
||||
parent: HoloprojectorSecurity
|
||||
id: HoloprojectorSecurityEmpty
|
||||
suffix: Empty
|
||||
components:
|
||||
- type: ItemSlots
|
||||
slots:
|
||||
cell_slot:
|
||||
name: power-cell-slot-component-slot-name-default
|
||||
|
||||
@@ -26,3 +26,6 @@
|
||||
hard: false
|
||||
mask:
|
||||
- Opaque
|
||||
- type: KnockdownOnCollide
|
||||
behavior: AlwaysDrop
|
||||
- type: BlurOnCollide
|
||||
|
||||
@@ -34,4 +34,3 @@
|
||||
True: { state: icon }
|
||||
False: { state: empty }
|
||||
- type: Appearance
|
||||
useBlur: true
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
- type: entity
|
||||
name: bola
|
||||
parent: BaseItem
|
||||
parent: BaseBola
|
||||
id: Bola
|
||||
description: Linked together with some spare cuffs and metal.
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Throwable/bola.rsi
|
||||
state: icon
|
||||
- type: EmitSoundOnThrow
|
||||
sound: /Audio/Weapons/bolathrow.ogg
|
||||
- type: EmitSoundOnLand
|
||||
sound: /Audio/Effects/snap.ogg
|
||||
- type: Construction
|
||||
graph: Bola
|
||||
node: bola
|
||||
@@ -39,6 +30,25 @@
|
||||
damage:
|
||||
types:
|
||||
Blunt: 5
|
||||
|
||||
# WD added
|
||||
|
||||
- type: entity
|
||||
name: bola
|
||||
parent: BaseItem
|
||||
abstract: true
|
||||
id: BaseBola
|
||||
description: Linked together with some spare cuffs and metal.
|
||||
components:
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: Sprite
|
||||
sprite: Objects/Weapons/Throwable/bola.rsi
|
||||
state: icon
|
||||
- type: EmitSoundOnThrow
|
||||
sound: /Audio/Weapons/bolathrow.ogg
|
||||
- type: EmitSoundOnLand
|
||||
sound: /Audio/Effects/snap.ogg
|
||||
- type: Ensnaring
|
||||
freeTime: 2.0
|
||||
breakoutTime: 3.5 #all bola should generally be fast to remove
|
||||
@@ -49,10 +59,8 @@
|
||||
canMoveBreakout: true
|
||||
- type: KnockdownOnCollide
|
||||
|
||||
# WD added
|
||||
|
||||
- type: entity
|
||||
parent: Bola
|
||||
parent: BaseBola
|
||||
id: CultBola
|
||||
name: Bola
|
||||
description: Linked together with some spare cuffs and metal.
|
||||
@@ -60,14 +68,12 @@
|
||||
- type: Sprite
|
||||
sprite: White/Cult/bola.rsi
|
||||
- type: Ensnaring
|
||||
freeTime: 2.0
|
||||
breakoutTime: 3.5 #all bola should generally be fast to remove
|
||||
walkSpeed: 0.5
|
||||
sprintSpeed: 0.5
|
||||
canThrowTrigger: true
|
||||
- type: CultItem
|
||||
|
||||
- type: entity
|
||||
parent: Bola
|
||||
parent: BaseBola
|
||||
id: EnergyBola
|
||||
name: Bola
|
||||
description: Linked together with some spare cuffs and metal.
|
||||
@@ -77,22 +83,7 @@
|
||||
- type: Sprite
|
||||
sprite: White/Objects/Weapons/Throwable/energybola.rsi
|
||||
- type: Ensnaring
|
||||
freeTime: 1
|
||||
breakoutTime: 2
|
||||
walkSpeed: 0.8
|
||||
sprintSpeed: 0.8
|
||||
staminaDamage: 33
|
||||
walkSpeed: 0.6
|
||||
sprintSpeed: 0.6
|
||||
- type: EmitSoundOnLand
|
||||
collection: sparks
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 10
|
||||
behaviors:
|
||||
- !type:PlaySoundBehavior
|
||||
sound:
|
||||
collection: EnergyMiss
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: KnockdownOnCollide
|
||||
|
||||
Reference in New Issue
Block a user