mirror of
https://github.com/redstrate/Kawari.git
synced 2025-04-19 22:36:49 +00:00
6 lines
140 B
Lua
6 lines
140 B
Lua
function doAction(player)
|
|
effects = EffectsBuilder()
|
|
effects:damage("Normal", "Slashing", "Unaspected", 20)
|
|
|
|
return effects
|
|
end
|