Шприц теперь является оружием массового поражения (#129)
This commit is contained in:
@@ -332,6 +332,23 @@
|
|||||||
id: BaseSyringe
|
id: BaseSyringe
|
||||||
abstract: true
|
abstract: true
|
||||||
components:
|
components:
|
||||||
|
- type: MeleeWeapon
|
||||||
|
wideAnimationRotation: -45
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Piercing: 2
|
||||||
|
angle: 0
|
||||||
|
animation: WeaponArcThrust
|
||||||
|
soundHit:
|
||||||
|
path: /Audio/Weapons/pierce.ogg
|
||||||
|
- type: ThrowingAngle
|
||||||
|
angle: 50
|
||||||
|
- type: DamageOtherOnHit
|
||||||
|
ignoreResistances: true
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Piercing: 2
|
||||||
|
- type: EmbeddableProjectile
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Chemistry/syringe.rsi
|
sprite: Objects/Specific/Chemistry/syringe.rsi
|
||||||
layers:
|
layers:
|
||||||
@@ -351,6 +368,19 @@
|
|||||||
solutions:
|
solutions:
|
||||||
injector:
|
injector:
|
||||||
maxVol: 15
|
maxVol: 15
|
||||||
|
- type: MeleeChemicalInjector
|
||||||
|
solution: injector
|
||||||
|
- type: RefillableSolution
|
||||||
|
solution: injector
|
||||||
|
- type: InjectableSolution
|
||||||
|
solution: injector
|
||||||
|
- type: SolutionTransfer
|
||||||
|
maxTransferAmount: 2
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Inorganic
|
||||||
|
- type: SolutionInjectOnEmbed
|
||||||
|
transferAmount: 2
|
||||||
|
solution: injector
|
||||||
- type: Injector
|
- type: Injector
|
||||||
injectOnly: false
|
injectOnly: false
|
||||||
- type: ExaminableSolution
|
- type: ExaminableSolution
|
||||||
|
|||||||
Reference in New Issue
Block a user