mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
EnemyDataNoMotion variant
This commit is contained in:
parent
28b7dd2a4b
commit
6b495db00e
2 changed files with 35 additions and 10 deletions
|
@ -30,3 +30,9 @@
|
|||
| speed = 1.00
|
||||
| spell1 = Spark bolt
|
||||
}}
|
||||
|
||||
|
||||
local x, y = cursor.pos()
|
||||
for i = 1, 150 do
|
||||
EntityLoad("data/entities/props/physics_box_explosive.xml", x, y)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue