Neuro control implant (#253)

* - add: Neuro control implanter.

* - tweak: Less beanbag stamina damage.

* - tweak: No heat damage.
This commit is contained in:
Aviu00
2024-03-30 21:02:10 +09:00
committed by GitHub
parent 034a18b1d0
commit a2a5459a07
12 changed files with 111 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
uplink-neuro-control = Имплант нейро контроля
uplink-neuro-control-desc = Блокирует весь входящий урон по выносливости, компенсируя его шоковым зарядом, наносящим урон, пропорциональный заблокированному.
ent-NeuroControlImplant = Имплант нейро контроля
.desc = Блокирует весь входящий урон по выносливости за счет шока.

View File

@@ -16,7 +16,7 @@
penetrationLayer: MobLayer
- type: StaminaDamageOnCollide
ignoreResistances: false
damage: 70
damage: 60
- type: TimedDespawn
lifetime: 0.25

View File

@@ -27,7 +27,7 @@
Blunt: 10
- type: StaminaDamageOnCollide
ignoreResistances: false
damage: 70
damage: 60
- type: entity
id: PelletShotgun

View File

@@ -208,7 +208,7 @@
- type: Projectile
damage:
types:
Heat: 5
Heat: 0
soundHit:
path: "/Audio/Weapons/Guns/Hits/taser_hit.ogg"
forceSound: true

View File

@@ -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: Имплантер

View File

@@ -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

View File

@@ -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

View File

@@ -57,3 +57,6 @@
- type: Tag
id: BaseModule
- type: Tag
id: NeuroControl