Skip to content

Commit

Permalink
uplink
Browse files Browse the repository at this point in the history
  • Loading branch information
lAstronautl committed Jul 7, 2024
1 parent 8a3a516 commit 8e89b3f
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,7 @@
- SurplusBundle

- type: listing
id: uplinkMinerSyndie
id: uplink
name: uplink-syndie-miner-armor-name
description: uplink-syndie-miner-armor-desc
productEntity: ClothingOuterArmorMinerSyndie
Expand All @@ -1948,6 +1948,20 @@
whitelist:
- Miner

- type: listing
id: uplinkPlasteelHammer
name: uplink-plasteel-hammer-name
description: uplink-plasteel-hammer-desc
productEntity: PlasteelHammer
cost:
Telecrystal: 6
categories:
- UplinkJob
conditions:
- !type:BuyerJobCondition
whitelist:
- Clown

#- type: listing
# id: UplinkSyndicateMauler
# name: uplink-mauler-name
Expand Down
37 changes: 37 additions & 0 deletions Resources/Prototypes/Starshine/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,40 @@
BrokenEnergyShield:
min: 1
max: 1

- type: entity
parent: BaseItem
id: PlasteelHammer
name: rubber hammer
description: This is a copy of the legendary rubber toy hammer, but made of plasteel. BONK!
components:
- type: Sprite
sprite: Objects/Fun/rubber_hammer.rsi
state: icon
- type: WeaponRandom
RandomDamageChance: 2E-05
damageBonus:
types:
Blunt: 1000
- type: StaminaDamageOnHit
damage: 25
- type: Item
size: Small
sprite: Objects/Fun/rubber_hammer.rsi
- type: Appearance
- type: DisarmMalus
malus: 0
- type: MeleeWeapon
soundHit:
collection: MetalThud
params:
variation: 0.03
volume: 3
soundNoDamage:
collection: MetalThud
params:
variation: 0.03
volume: 3
damage:
types:
Blunt: 12

0 comments on commit 8e89b3f

Please sign in to comment.