noita_entangled_worlds/docs/testing_wands.md

38 lines
737 B
Markdown
Raw Normal View History

{{Wand
| wandPic = Wand handgun.png
| capacity = 2
| spell1 = Teleport Bolt
}}
{{Wand Card
| wandPic = Wand handgun.png
| castDelay = 0.03
| rechargeTime = 0.15
| manaMax = 1400.00
| manaCharge = 310.00
| capacity = 3
| spread = -30
| speed = 1.00
| spell1 = Black Hole
| spell2 = Black Hole
| spell3 = Black Hole
}}
2024-08-06 14:28:37 +03:00
{{Wand Card
| wandPic = Wand handgun.png
| castDelay = -10.0
| rechargeTime = -10.0
| manaMax = 30000.00
| manaCharge = 30000.00
| capacity = 10
| spread = -30
| speed = 1.00
| spell1 = Spark bolt
}}
2024-08-16 23:38:38 +03:00
local x, y = cursor.pos()
for i = 1, 150 do
EntityLoad("data/entities/props/physics_box_explosive.xml", x, y)
end