-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipes.py
More file actions
32 lines (32 loc) · 1.53 KB
/
recipes.py
File metadata and controls
32 lines (32 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
recipes = {
"gunpowder": r"""
ingredients: charcoal, saltpeter and sulfur.
1. let all the materials dry.
2. grind all the ingredients SEPARATELY in a mortar with a pestle
3. mix 75% saltpeter 15% charcoal and 10% sulphur. it's recommended to add an extra 6% water
4. let the mixture dry
to use it:
1. get a fuse (a dry piece of cloth or a thin rope will do)
2. put some gunpowder in a tightly closed recipient
3. add the fuse
4. light it up
5. run (optional)
""",
"thermite": """
ingredients:
- rust (aka ferric oxide), finely powder. you can obtain by performing electrolysis on water with iron objects
- finely powdered aluminum
- magnesium strip (for ignition)
- ceramic pot. glass will essentially make it a nail bomb.
1. grind the rust and aluminum if you haven't already
2. mix them in a 1:1 ratio
3. pour the mixture into the ceramic pot
4. add the magnesium strip and light it up. it will produce a very bright white light.
5. run away because it will burn at 2500 degrees celsius, which when translated to shoot shooting is like 4000 fahrenheir or however the fuck it's spelt.
""",
"nuke": "https://cdn.discordapp.com/attachments/1312208805097898004/1314988981871579166/vJJeCQN.mp4",
"pipebomb": "https://cdn.discordapp.com/attachments/1312208805097898004/1315368817274130473/69bUqFF.mp4",
"divorce": "me",
"saltpeter": "https://cdn.discordapp.com/attachments/1220001239019028482/1315749145000022046/XpBrdp9.txt",
"smokebomb": "https://cdn.discordapp.com/attachments/1220001239019028482/1316059035811844116/8flFbC2.txt"
}