forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nerfs Explorer Dungeon Boss, adds a holopickaxe (new-frontiers-14#1883)
* Holopickaxe * lowered the damage on boss * sprites, explicit reflect chance * lower deflect * lowered deflect chance even more * fixes * Update e_pickaxe.yml --------- Co-authored-by: Dvir <[email protected]> Co-authored-by: Dvir <[email protected]>
- Loading branch information
1 parent
780d551
commit b96acdf
Showing
17 changed files
with
213 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
Resources/Prototypes/_NF/Entities/Objects/Weapons/Melee/e_pickaxe.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
- type: entity | ||
id: EnergyPickaxeNF | ||
parent: EnergySword # Has a reflect chance | ||
name: holopickaxe | ||
description: A holographic mining tool with blades comprised of hard light. Doesn't pack the same punch as an energy weapon, but more compact than most mining tools when turned off. | ||
components: | ||
- type: ItemToggleSize | ||
activatedSize: Huge | ||
activatedShape: | ||
- 0,0,2,0 | ||
- 1,1,1,2 | ||
- type: ItemToggleMeleeWeapon | ||
activatedDamage: | ||
types: # Slightly less total damage than wielded crusher glaive has | ||
Heat: 8 | ||
Piercing: 2 | ||
Structural: 40 # +10 damage compared to crusher glaive | ||
deactivatedSecret: true | ||
- type: Sprite | ||
sprite: _NF/Objects/Weapons/Melee/energy_pickaxe.rsi | ||
layers: | ||
- state: e-pickaxe | ||
- state: e-pickaxe-blade | ||
color: "#e95151" | ||
visible: false | ||
shader: unshaded | ||
map: [ "blade" ] | ||
- type: Item | ||
sprite: _NF/Objects/Weapons/Melee/energy_pickaxe.rsi | ||
storedRotation: -45 | ||
- type: Clothing | ||
sprite: _NF/Objects/Weapons/Melee/energy_pickaxe.rsi | ||
quickEquip: false | ||
slots: | ||
- Belt | ||
- back | ||
- suitStorage | ||
- type: ToggleableLightVisuals | ||
spriteLayer: blade | ||
inhandVisuals: | ||
left: | ||
- state: inhand-left-blade | ||
shader: unshaded | ||
right: | ||
- state: inhand-right-blade | ||
shader: unshaded | ||
- type: Reflect # Explicitly specified the value (the default one from the parent might be too high) | ||
reflectProb: 0.05 | ||
- type: Tag | ||
tags: | ||
- Pickaxe | ||
- type: StaticPrice | ||
price: 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+544 Bytes
...urces/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/e-pickaxe-blade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+373 Bytes
Resources/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/e-pickaxe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+295 Bytes
...ces/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 Bytes
Resources/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/equipped-BELT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+285 Bytes
.../Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/equipped-SUITSTORAGE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+627 Bytes
Resources/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+433 Bytes
...ces/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/inhand-left-blade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+311 Bytes
Resources/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+435 Bytes
...es/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/inhand-right-blade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+308 Bytes
Resources/Textures/_NF/Objects/Weapons/Melee/energy_pickaxe.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.