From 99863966747587be46b2422a714c5cfff3a1c6f1 Mon Sep 17 00:00:00 2001 From: Whatstone <166147148+whatston3@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:40:25 -0400 Subject: [PATCH] Vulp Cannon (#1706) * Vulp cannon * Rename vulp cannon (can't fit average vulps), desc --- Resources/Prototypes/_NF/Mail/Items/misc.yml | 16 ++++++++++++++++ Resources/Prototypes/_NF/Mail/mail.yml | 12 +++++++++++- Resources/Prototypes/_NF/Mail/mailDeliveries.yml | 3 ++- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/_NF/Mail/Items/misc.yml b/Resources/Prototypes/_NF/Mail/Items/misc.yml index c0962338cac..708b2749d73 100644 --- a/Resources/Prototypes/_NF/Mail/Items/misc.yml +++ b/Resources/Prototypes/_NF/Mail/Items/misc.yml @@ -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 diff --git a/Resources/Prototypes/_NF/Mail/mail.yml b/Resources/Prototypes/_NF/Mail/mail.yml index 6aa5da8cc0d..6a46894c778 100644 --- a/Resources/Prototypes/_NF/Mail/mail.yml +++ b/Resources/Prototypes/_NF/Mail/mail.yml @@ -1334,7 +1334,7 @@ noSpawn: true parent: BaseMailLarge id: MailNFEmotionalRPG - suffix: Emotional + suffix: RPG components: - type: Mail contents: @@ -1342,6 +1342,16 @@ - 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 diff --git a/Resources/Prototypes/_NF/Mail/mailDeliveries.yml b/Resources/Prototypes/_NF/Mail/mailDeliveries.yml index 7b60f838074..8111be82dab 100644 --- a/Resources/Prototypes/_NF/Mail/mailDeliveries.yml +++ b/Resources/Prototypes/_NF/Mail/mailDeliveries.yml @@ -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