Skip to content

Commit

Permalink
Add Home Run Bat (Traitor Item) (Simple-Station#722)
Browse files Browse the repository at this point in the history
# Description

Adds the home run bat as a new item for traitors, a new traitor weapon
that knocks targets back significantly.

The home run bat has the same Nyanocombat stats as the baseball bat,
with differences: damage has been reduced by around 25%, same as the
baseball bat, and the Stamina damage on power attacks is 25.

Originally made for Delta-V
(DeltaV-Station/Delta-v#1476)

## Media

<details>


![image](https://github.com/user-attachments/assets/3502145f-cae2-4ce0-9ae2-a0f2eeb48c8b)

![image](https://github.com/user-attachments/assets/f508a367-d2bb-4283-bd47-de4b4b272637)

</details>

## Changelog

:cl: musicmanvr
- add: Added the Home Run Bat for Syndicate operatives. Send your foes
flying!

---------

Co-authored-by: deltanedas <[email protected]>
  • Loading branch information
2 people authored and Mnemotechnician committed Aug 12, 2024
1 parent efff18f commit 6875e29
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/store/uplink-catalog.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,6 @@ uplink-barber-scissors-desc = A good tool to give your fellow agent a nice hairc
uplink-backpack-syndicate-name = Syndicate backpack
uplink-backpack-syndicate-desc = Lightweight explosion-proof а backpack for holding various traitor goods
uplink-home-run-bat-name = Home Run Bat
uplink-home-run-bat-desc = Rigged bat pre-coated in blood for Syndicate tee-ball practice. Launch your foes!
12 changes: 12 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,18 @@
tags:
- NukeOpsUplink

- type: listing
id: BaseBallBatHomeRun
name: uplink-home-run-bat-name
description: uplink-home-run-bat-desc
productEntity: BaseBallBatHomeRun
icon:
entity: BaseBallBatHomeRun
cost:
Telecrystal: 16
categories:
- UplinkWeapons

# Explosives

- type: listing
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
- type: entity
parent: BaseBallBat
id: BaseBallBatHomeRun
name: home run bat
description: Heavy metal bat with an extra kick.
components:
- type: Sprite
sprite: Objects/Weapons/Melee/home_run_bat.rsi
state: icon
- type: MeleeWeapon
damage:
types:
Blunt: 11
bluntStaminaDamageFactor: 2.0
heavyRateModifier: 0.5
heavyDamageBaseModifier: 1.75
heavyStaminaCost: 25
maxTargets: 2
angle: 120
soundHit:
collection: ExplosionSmall
- type: MeleeRequiresWield # You can't hit a home run with one hand, jimbo.
- type: MeleeThrowOnHit
speed: 30
lifetime: 5
- type: Item
size: Large
- type: Tool
speed: 0.5 # it's very heavy, it rolls slower than a wooden bat
- type: UseDelay
delay: 2
- type: PhysicalComposition
materialComposition:
Steel: 350 # it's not made of wood
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": 1,
"license": "CC-BY-NC-SA-3.0",
"copyright": "Homerun bat variant modified by Mike, Taken from goonstation and modified by Swept at commit https://github.com/goonstation/goonstation/pull/3555/commits/b24eb6260647c0fcfe858268a26b6160bc50017a, wielded version by Easypoll",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{
"name": "wielded-inhand-left",
"directions": 4
},
{
"name": "wielded-inhand-right",
"directions": 4
},
{
"name": "equipped-BACKPACK",
"directions": 4
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6875e29

Please sign in to comment.