Microbalance weapon (#1790)

* Microbalance weapon

* dagger

* dagger2

* shield

* fix
This commit is contained in:
Nim
2025-09-22 13:38:47 +03:00
committed by GitHub
parent cb16adc14d
commit 13ec48b980
10 changed files with 19 additions and 18 deletions

View File

@@ -18,10 +18,10 @@
Blunt: 5
Structural: 3
- type: MeleeWeapon
resetOnHandSelected: false
resetOnHandSelected: true
autoAttack: true
attackRate: 2
range: 1.5
range: 1
angle: 60
wideAnimationRotation: -90
damage:
@@ -61,4 +61,4 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 10
CP14Iron: 10
CP14Iron: 10

View File

@@ -99,7 +99,7 @@
thresholds:
- trigger:
!type:DamageTrigger
damage: 50
damage: 80
behaviors:
- !type:PlaySoundBehavior
sound:

View File

@@ -57,7 +57,7 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 10
CP14Iron: 10
CP14Iron: 5
- type: entity
parent: CP14BaseWeaponDagger
@@ -85,4 +85,4 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 10
CP14Iron: 10
CP14Iron: 10

View File

@@ -87,5 +87,5 @@
state: icon
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 20
CP14Iron: 20
CP14WoodenPlanks: 30
CP14Iron: 20

View File

@@ -27,7 +27,7 @@
wideAnimationRotation: -90
damage:
types:
Piercing: 5
Piercing: 8
animation: CP14WeaponArcThrust
wideAnimation: CP14WeaponArcThrust
soundHit:
@@ -42,7 +42,7 @@
minDistance: 2.25
bonusDamage:
types:
Piercing: 5
Piercing: 6
- type: Wieldable
- type: Clothing
slots:

View File

@@ -11,7 +11,7 @@
- type: Item
size: Ginormous
- type: MeleeWeapon
attackRate: 0.5
attackRate: 0.6
range: 1.6
angle: 170 #Bigger in 2 times
wideAnimationRotation: -90
@@ -52,4 +52,4 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 10
CP14Iron: 30
CP14Iron: 30

View File

@@ -11,7 +11,7 @@
- type: Item
size: Ginormous
- type: MeleeWeapon
attackRate: 0.5
attackRate: 0.6
range: 1.6
angle: 170 #Bigger in 2 times
wideAnimationRotation: -90
@@ -29,7 +29,7 @@
types:
Slash: 15
- type: CP14MeleeWeaponStaminaCost
stamina: 15
stamina: 10
- type: Wieldable
- type: Clothing
slots:
@@ -50,4 +50,4 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 20
CP14Iron: 20
CP14Iron: 20

View File

@@ -10,7 +10,7 @@
size: Ginormous
- type: MeleeWeapon
clickDamageModifier: 0.1
attackRate: 0.5
attackRate: 0.6
range: 1.6
angle: 170 #Bigger in 2 times
wideAnimationRotation: -90
@@ -49,4 +49,4 @@
- type: PhysicalComposition
materialComposition:
CP14WoodenPlanks: 20
CP14Iron: 20
CP14Iron: 20

View File

@@ -162,6 +162,7 @@
- CP14ClothingEyesMonocle
- CP14ClothingEyesGlasses
- CP14ClothingEyesEyePatch
- type: loadout
id: CP14ClothingEyesMonocle
equipment:

View File

@@ -6,7 +6,7 @@
requirements:
- !type:StackResource
stack: CP14WoodenPlanks
count: 2
count: 3
- !type:StackResource
stack: CP14IronBar
count: 2