add glaive to salv weapons (#22514)
* refactor ops * add recipe --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: crusher
|
abstract: true
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: BaseWeaponCrusher # Crusher? But I...
|
id: BaseWeaponCrusher # Crusher? But I...
|
||||||
abstract: true
|
name: crusher
|
||||||
description: An early design of the proto-kinetic accelerator.
|
description: An early design of the proto-kinetic accelerator.
|
||||||
components:
|
components:
|
||||||
- type: Sharp
|
- type: Sharp
|
||||||
@@ -13,7 +13,6 @@
|
|||||||
radius: 4
|
radius: 4
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: crusher
|
|
||||||
parent: BaseWeaponCrusher
|
parent: BaseWeaponCrusher
|
||||||
id: WeaponCrusher
|
id: WeaponCrusher
|
||||||
components:
|
components:
|
||||||
@@ -65,9 +64,9 @@
|
|||||||
- type: Prying
|
- type: Prying
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: crusher dagger
|
|
||||||
parent: BaseWeaponCrusher
|
parent: BaseWeaponCrusher
|
||||||
id: WeaponCrusherDagger
|
id: WeaponCrusherDagger
|
||||||
|
name: crusher dagger
|
||||||
description: A scaled down version of a proto-kinetic crusher, usually used in a last ditch scenario.
|
description: A scaled down version of a proto-kinetic crusher, usually used in a last ditch scenario.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -79,37 +78,27 @@
|
|||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Slash: 6.5
|
Slash: 6.5
|
||||||
- type: Item
|
|
||||||
size: Small
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Knife
|
- Knife
|
||||||
|
|
||||||
# Like a crusher... but better
|
# Like a crusher... but better
|
||||||
- type: entity
|
- type: entity
|
||||||
name: crusher glaive
|
|
||||||
parent: WeaponCrusher
|
parent: WeaponCrusher
|
||||||
id: WeaponCrusherGlaive
|
id: WeaponCrusherGlaive
|
||||||
|
name: crusher glaive
|
||||||
description: An early design of the proto-kinetic accelerator, in glaive form.
|
description: An early design of the proto-kinetic accelerator, in glaive form.
|
||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Sprite
|
||||||
tags:
|
sprite: Objects/Weapons/Melee/crusher_glaive.rsi
|
||||||
- Pickaxe
|
|
||||||
- type: UseDelayOnShoot
|
|
||||||
- type: UseDelay
|
- type: UseDelay
|
||||||
delay: 1.9
|
delay: 1.9
|
||||||
- type: Gun
|
|
||||||
fireRate: 1
|
|
||||||
- type: RechargeBasicEntityAmmo
|
|
||||||
rechargeCooldown: 0.5
|
|
||||||
- type: LeechOnMarker
|
- type: LeechOnMarker
|
||||||
leech:
|
leech:
|
||||||
groups:
|
groups:
|
||||||
Brute: -15
|
Brute: -15
|
||||||
- type: Sprite
|
|
||||||
sprite: Objects/Weapons/Melee/crusher_glaive.rsi
|
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
wideAnimationRotation: -135
|
|
||||||
attackRate: 1.25
|
attackRate: 1.25
|
||||||
- type: Item
|
- type: Tag
|
||||||
size: Ginormous
|
tags:
|
||||||
|
- Pickaxe
|
||||||
|
|||||||
@@ -265,6 +265,7 @@
|
|||||||
- SyringeBluespace
|
- SyringeBluespace
|
||||||
- WeaponCrusher
|
- WeaponCrusher
|
||||||
- WeaponCrusherDagger
|
- WeaponCrusherDagger
|
||||||
|
- WeaponCrusherGlaive
|
||||||
- WeaponForceGun
|
- WeaponForceGun
|
||||||
- WeaponProtoKineticAccelerator
|
- WeaponProtoKineticAccelerator
|
||||||
- WeaponTetherGun
|
- WeaponTetherGun
|
||||||
|
|||||||
@@ -149,6 +149,15 @@
|
|||||||
Glass: 250
|
Glass: 250
|
||||||
Plastic: 50
|
Plastic: 50
|
||||||
|
|
||||||
|
- type: latheRecipe
|
||||||
|
id: WeaponCrusherGlaive
|
||||||
|
result: WeaponCrusherGlaive
|
||||||
|
completetime: 5
|
||||||
|
materials:
|
||||||
|
Steel: 1500
|
||||||
|
Glass: 250
|
||||||
|
Silver: 250
|
||||||
|
|
||||||
- type: latheRecipe
|
- type: latheRecipe
|
||||||
id: WeaponForceGun
|
id: WeaponForceGun
|
||||||
result: WeaponForceGun
|
result: WeaponForceGun
|
||||||
|
|||||||
@@ -14,6 +14,8 @@
|
|||||||
# These are roundstart but not replenishable for salvage
|
# These are roundstart but not replenishable for salvage
|
||||||
- WeaponCrusher
|
- WeaponCrusher
|
||||||
- WeaponCrusherDagger
|
- WeaponCrusherDagger
|
||||||
|
# This is not roundstart since its a direct upgrade
|
||||||
|
- WeaponCrusherGlaive
|
||||||
|
|
||||||
- type: technology
|
- type: technology
|
||||||
id: DraconicMunitions
|
id: DraconicMunitions
|
||||||
|
|||||||
Reference in New Issue
Block a user