Neuro control implant (#253)
* - add: Neuro control implanter. * - tweak: Less beanbag stamina damage. * - tweak: No heat damage.
This commit is contained in:
5
Resources/Locale/ru-RU/_white/implants/neurocontrol.ftl
Normal file
5
Resources/Locale/ru-RU/_white/implants/neurocontrol.ftl
Normal file
@@ -0,0 +1,5 @@
|
||||
uplink-neuro-control = Имплант нейро контроля
|
||||
uplink-neuro-control-desc = Блокирует весь входящий урон по выносливости, компенсируя его шоковым зарядом, наносящим урон, пропорциональный заблокированному.
|
||||
|
||||
ent-NeuroControlImplant = Имплант нейро контроля
|
||||
.desc = Блокирует весь входящий урон по выносливости за счет шока.
|
||||
@@ -16,7 +16,7 @@
|
||||
penetrationLayer: MobLayer
|
||||
- type: StaminaDamageOnCollide
|
||||
ignoreResistances: false
|
||||
damage: 70
|
||||
damage: 60
|
||||
- type: TimedDespawn
|
||||
lifetime: 0.25
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
Blunt: 10
|
||||
- type: StaminaDamageOnCollide
|
||||
ignoreResistances: false
|
||||
damage: 70
|
||||
damage: 60
|
||||
|
||||
- type: entity
|
||||
id: PelletShotgun
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
- type: Projectile
|
||||
damage:
|
||||
types:
|
||||
Heat: 5
|
||||
Heat: 0
|
||||
soundHit:
|
||||
path: "/Audio/Weapons/Guns/Hits/taser_hit.ogg"
|
||||
forceSound: true
|
||||
|
||||
@@ -231,6 +231,16 @@
|
||||
categories:
|
||||
- UplinkImplants
|
||||
|
||||
- type: listing
|
||||
id: NeuroControlImplanter
|
||||
name: uplink-neuro-control
|
||||
description: uplink-neuro-control-desc
|
||||
productEntity: NeuroControlImplanter
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
categories:
|
||||
- UplinkImplants
|
||||
|
||||
- type: listing
|
||||
id: UplinkImplanterSyndi
|
||||
name: Имплантер
|
||||
|
||||
@@ -22,6 +22,14 @@
|
||||
- type: Implanter
|
||||
implant: MindslaveImplant
|
||||
|
||||
- type: entity
|
||||
id: NeuroControlImplanter
|
||||
parent: BaseImplantOnlyImplanterSyndi
|
||||
suffix: neuro control
|
||||
components:
|
||||
- type: Implanter
|
||||
implant: NeuroControlImplant
|
||||
|
||||
- type: entity
|
||||
id: ImplanterSyndi
|
||||
parent: Implanter
|
||||
|
||||
@@ -36,3 +36,16 @@
|
||||
tags:
|
||||
- MindSlave
|
||||
|
||||
- type: entity
|
||||
parent: BaseSubdermalImplant
|
||||
id: NeuroControlImplant
|
||||
name: neuro control implant
|
||||
description: Blocks all incoming stamina damage at a cost of shock.
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: SubdermalImplant
|
||||
permanent: true
|
||||
- type: Tag
|
||||
tags:
|
||||
- NeuroControl
|
||||
|
||||
|
||||
@@ -57,3 +57,6 @@
|
||||
|
||||
- type: Tag
|
||||
id: BaseModule
|
||||
|
||||
- type: Tag
|
||||
id: NeuroControl
|
||||
|
||||
Reference in New Issue
Block a user