Skip to content

Commit

Permalink
Vulp Cannon (new-frontiers-14#1706)
Browse files Browse the repository at this point in the history
* Vulp cannon

* Rename vulp cannon (can't fit average vulps), desc
  • Loading branch information
whatston3 authored Jul 27, 2024
1 parent 1c236cb commit 9986396
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
16 changes: 16 additions & 0 deletions Resources/Prototypes/_NF/Mail/Items/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,19 @@
solutions:
smokable:
maxVol: 20

- type: entity
name: lil vulp cannon
parent: WeaponImprovisedPneumaticCannon
id: WeaponVulpCannon
description: With a widened barrel, this friend launcher can huck your little buddies further than you ever could.
components:
- type: Storage
maxItemSize: Ginormous
grid:
- 0,0,3,3
whitelist:
components:
- HumanoidAppearance
- type: PneumaticCannon
baseProjectileSpeed: 25.0 # zoom
12 changes: 11 additions & 1 deletion Resources/Prototypes/_NF/Mail/mail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1334,14 +1334,24 @@
noSpawn: true
parent: BaseMailLarge
id: MailNFEmotionalRPG
suffix: Emotional
suffix: RPG
components:
- type: Mail
contents:
- id: WeaponLauncherRocketToy
- id: BulletFoamRPG
amount: 1

- type: entity
noSpawn: true
parent: BaseMailLarge
id: MailNFVulpCannon
suffix: vulp cannon
components:
- type: Mail
contents:
- id: WeaponVulpCannon

- type: entity
noSpawn: true
parent: BaseMailLarge
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/_NF/Mail/mailDeliveries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
MailSpaceVillainDIY: 0.6
MailNFThrongler: 0.1
MailNFUnicycle: 0.5
MailNFEmotionalRPG: .1
MailNFEmotionalRPG: 0.1
MailNFVulpCannon: 0.1
# Useful
MailNFATV: 0.9
MailNFSkeletonMotorcycle: 0.1 # Shares a pool with MailNFATV as a rare variant
Expand Down

0 comments on commit 9986396

Please sign in to comment.