Melee special examine (#11168)

Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
rolfero
2022-09-11 08:39:36 +02:00
committed by GitHub
parent 895841ade3
commit 4b23521af5
14 changed files with 101 additions and 33 deletions

View File

@@ -74,10 +74,10 @@
Slash: 8
- type: Wieldable
- type: IncreaseDamageOnWield #they don't call it an axe for nothing
modifiers:
flatReductions:
Blunt: -2
Slash: -6
damage:
types:
Blunt: 2
Slash: 6
- type: entity
parent: BaseHandheldInstrument

View File

@@ -58,6 +58,7 @@
description: 'A dark ink pen.'
components:
- type: EnergySword
secret: true
litDamageBonus:
types:
Slash: 7.5
@@ -74,6 +75,7 @@
shader: unshaded
map: [ "blade" ]
- type: MeleeWeapon
hidden: true
damage:
types:
Blunt: 1

View File

@@ -20,11 +20,11 @@
Structural: 5
- type: Wieldable
- type: IncreaseDamageOnWield
modifiers:
flatReductions:
Blunt: -2 # negative reductions = increases
Slash: -8
Structural: -45
damage:
types:
Blunt: 2
Slash: 8
Structural: 45
- type: Item
size: 150
- type: Clothing

View File

@@ -45,9 +45,9 @@
maxTransferAmount: 5
- type: Wieldable
- type: IncreaseDamageOnWield
modifiers:
flatReductions:
Piercing: -7
damage:
types:
Piercing: 7
- type: Damageable
damageContainer: Inorganic
- type: Destructible