Skip to content

Commit

Permalink
reparent
Browse files Browse the repository at this point in the history
  • Loading branch information
iaada committed Jan 8, 2025
1 parent 97e8868 commit 73515de
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,10 @@
- type: FingerprintMask

- type: entity
parent: [ClothingHandsBase, BaseToggleClothing, BaseMajorContraband]
parent: ClothingHandsGlovesSpaceNinja
id: ClothingHandsGlovesSpaceNinjaWeak
name: space ninja gloves
suffix: weak stun
description: These black nano-enhanced gloves insulate from electricity and provide fire resistance.
components:
- type: Sprite
sprite: Clothing/Hands/Gloves/spaceninja.rsi
layers:
- state: icon
map: [ "enum.ToggleVisuals.Layer" ]
- type: Clothing
sprite: Clothing/Hands/Gloves/spaceninja.rsi
- type: Appearance
- type: GenericVisualizer
visuals:
enum.ToggleVisuals.Toggled:
enum.ToggleVisuals.Layer:
True: {state: icon-green}
False: {state: icon}
- type: Insulated
- type: Fiber
fiberMaterial: fibers-nanomachines
- type: FingerprintMask
- type: Thieving
stripTimeReduction: 1
stealthy: true
- type: ToggleClothing
action: ActionToggleNinjaGloves
disableOnUnequip: true
- type: NinjaGloves
abilities:
- components:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
- type: entity
name: energy katana
suffix: stun
parent: Katana
parent: EnergyKatana
id: EnergyKatanaStun
suffix: stun
description: A katana infused with strong energy. Few possess the strength to contain it.
components:
- type: StaminaDamageOnHit
damage: 30
sound: /Audio/Weapons/egloves.ogg
sound: /Audio/Weapons/bladeslice.ogg
- type: MeleeWeapon
wideAnimationRotation: -60
damage:
Expand Down Expand Up @@ -43,16 +42,6 @@
slots:
- Back
- Belt
- type: EnergyKatana
- type: DashAbility
- type: LimitedCharges
maxCharges: 3
charges: 3
- type: AutoRecharge
rechargeDuration: 20
- type: Reflect
- type: ThrowingAngle
angle: 300
- type: ItemToggleDamageOtherOnHit
- type: ItemToggle
predictable: false
Expand Down Expand Up @@ -80,3 +69,14 @@
stampedName: stamp-component-stamped-name-ninja
stampedColor: "#21a52e"
stampState: "paper_stamp-ninja"
# Inherited
# - type: EnergyKatana
# - type: DashAbility
# - type: LimitedCharges
# maxCharges: 3
# charges: 3
# - type: AutoRecharge
# rechargeDuration: 20
# - type: Reflect
# - type: ThrowingAngle
# angle: 300

0 comments on commit 73515de

Please sign in to comment.