Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Capfruit contraband (new-frontiers-14#2073)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 authored Sep 25, 2024
1 parent c8f9631 commit 944291e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@
seedId: fakeCapfruit
- type: Food
trash:
- RevolverCapGunFake
- RevolverCapGunFakeGrown # Frontier: add Grown

- type: entity
name: rice bushel
Expand Down
4 changes: 3 additions & 1 deletion Resources/Prototypes/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
revolver-ammo: !type:Container

- type: entity
parent: RevolverCapGun
parent: [RevolverCapGun, BaseC3SyndicateContraband] # Frontier: added BaseC3SyndicateContraband
id: RevolverCapGunFake
name: cap gun
suffix: Fake
Expand All @@ -1020,6 +1020,8 @@
- CartridgeMagnum
- SpeedLoaderMagnum
proto: CartridgeMagnumAP
- type: Contraband # Frontier
hideValues: true # Frontier

- type: entity
parent: BaseItem
Expand Down
10 changes: 10 additions & 0 deletions Resources/Prototypes/_NF/Entities/Objects/Fun/toys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -509,3 +509,13 @@
steps: 2
zeroVisible: false
- type: Appearance

# Grown cap gun, in toys.yml for consistency with fake parent
- type: entity
parent: [BaseC3SyndicateContrabandNoValue, RevolverCapGunFake] # Frontier: added BaseC3SyndicateContraband
id: RevolverCapGunFakeGrown
suffix: Fake, Grown
noSpawn: true
components:
- type: RevolverAmmoProvider
proto: CartridgeMagnum # Base has AP rounds

0 comments on commit 944291e

Please sign in to comment.