Skip to content

Commit f88a3af

Browse files
authored
Bread and Cheese Slice Grenades (Floof-Station#522)
* silly admeme grenades so they dont have to make them anymore * figured id reduce the yaml as much as i could
1 parent 656b731 commit f88a3af

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
- type: entity
2+
parent: GrenadeFoamDart
3+
id: GrenadeFoamBread
4+
name: foam bread grenade
5+
description: Releases many loafs of bread all at once. Praise be the Mother Loaf!
6+
suffix: Admeme
7+
components:
8+
- type: ScatteringGrenade
9+
fillPrototype: FoodBreadPlain
10+
capacity: 30
11+
velocity: 30
12+
13+
- type: entity
14+
parent: GrenadeFoamDart
15+
id: GrenadeFoamCheeseSlice
16+
name: foam cheese slice grenade
17+
suffix: Admeme
18+
description: Cheesed to meet you. Remember lads, CHEESE EM!!
19+
components:
20+
- type: ScatteringGrenade
21+
fillPrototype: FoodSliceOfCheese
22+
capacity: 30
23+
velocity: 30

0 commit comments

Comments
 (0)