From cd336978a0f878c7d152ef01ca5f1c09d84594dc Mon Sep 17 00:00:00 2001 From: Peptide90 <78795277+Peptide90@users.noreply.github.com> Date: Sat, 15 Oct 2022 22:58:26 +0100 Subject: [PATCH] Adds a meteor gun and rod gun for admeme use (#11479) Co-authored-by: Kara --- .../Weapons/Guns/Launchers/launchers.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml index 7d554b8d12..abf19ae810 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Launchers/launchers.yml @@ -114,3 +114,33 @@ steps: 1 zeroVisible: true - type: Appearance + +# Admeme +- type: entity + name: meteor launcher + parent: WeaponLauncherMultipleRocket + id: WeaponLauncherAdmemeMeteorLarge + suffix: Admeme + description: It fires large meteors + components: + - type: BallisticAmmoProvider + whitelist: + tags: + - CartridgeRocket + proto: MeteorLarge + - type: ContainerContainer + containers: + ballistic-ammo: !type:Container + +- type: entity + name: immovable rod launcher + parent: WeaponLauncherAdmemeMeteorLarge + id: WeaponLauncherAdmemeImmovableRodSlow + suffix: Admeme + description: It fires slow immovable rods. + components: + - type: BallisticAmmoProvider + whitelist: + tags: + - CartridgeRocket + proto: ImmovableRodSlow