diamond drill
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user