Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Weapon - Odachi #2638

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading