Skip to content

Commit

Permalink
ODACHI!
Browse files Browse the repository at this point in the history
  • Loading branch information
Avalon-Proto committed Jan 7, 2025
1 parent 079f6bd commit 33c0e29
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/_DV/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ uplink-explosive-foam-grenade-desc = An explosive grenade disguised as a regular
uplink-appraisal-tool-gun-name = Appraisal Tool Gun
uplink-appraisal-tool-gun-desc = A modified Viper to appear as an appraisal tool, at the cost of slightly slower firerate
uplink-odachi-name = Odachi
uplink-odachi-description = A heavy plastitanium blade, with a knack for knocking heads off
17 changes: 17 additions & 0 deletions Resources/Prototypes/_DV/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,20 @@
- !type:BuyerDepartmentCondition
whitelist:
- Logistics

- type: listing
id: UplinkOdachi
name: uplink-odachi-name
description: uplink-odachi-description
productEntity: Odachi
discountCategory: rareDiscounts
discountDownTo:
Telecrystal: 6
cost:
Telecrystal: 12
categories:
- UplinkWeaponry
conditions:
- !type:BuyerSpeciesCondition
whitelist:
- Oni
23 changes: 23 additions & 0 deletions Resources/Prototypes/_DV/Entities/Objects/Weapons/Melee/odachi.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
- type: entity
id: Odachi
name: odachi
parent: [BaseSword, BaseMajorContraband]
description: A long, curved blade made of dark plastitanium.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/katana.rsi
- type: MeleeWeapon
attackRate: 0.75
wideanimationrotation: -180
damage:
types:
Slash: 15
soundHit: /Audio/Weapons/bladeslice.ogg
- type: Wieldable
- type: IncreaseDamageOnWield
damage:
types:
Slash: 25
Structural: 25
- type: Item
size: Ginormous

0 comments on commit 33c0e29

Please sign in to comment.