diamond drill

This commit is contained in:
keslik
2025-03-05 23:06:09 +03:00
parent 947a99a3fd
commit 2fe053b5a2
9 changed files with 58 additions and 12 deletions

View File

@@ -30,10 +30,10 @@
- type: entity
parent: BaseBlueprint
id: BlueprintSeismicCharge
name: seismic charge blueprint
description: A blueprint with a schematic of a seismic charge. It can be inserted into an autolathe.
id: BlueprintMiningDrillDiamond # WD start
name: diamond mining drill blueprint
description: A blueprint with a schematic of a diamond mining drill. It can be inserted into an autolathe.
components:
- type: Blueprint
providedRecipes:
- SeismicCharge
- MiningDrillDiamond # WD end

View File

@@ -64,3 +64,25 @@
Brute: 3
types:
Structural: 12
- type: entity
name: diamond tipped mining drill
parent: MiningDrill
id: MiningDrillDiamond
description: A significantly more efficient mining drill tipped with diamond.
components:
- type: Sprite
sprite: Objects/Tools/handdrilldiamond.rsi
state: handdrill
- type: MeleeWeapon
autoAttack: true
angle: 0
wideAnimationRotation: -90
soundHit:
path: "/Audio/Items/drill_hit.ogg"
attackRate: 4
damage:
groups:
Brute: 6
types:
Structural: 30