Adds a meteor gun and rod gun for admeme use (#11479)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user