Melee special examine (#11168)
Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -45,9 +45,9 @@
|
||||
maxTransferAmount: 5
|
||||
- type: Wieldable
|
||||
- type: IncreaseDamageOnWield
|
||||
modifiers:
|
||||
flatReductions:
|
||||
Piercing: -7
|
||||
damage:
|
||||
types:
|
||||
Piercing: 7
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
- type: Destructible
|
||||
|
||||
Reference in New Issue
Block a user