mirror of
https://github.com/redstrate/Kawari.git
synced 2025-07-17 10:47:44 +00:00
9 lines
151 B
Lua
9 lines
151 B
Lua
EFFECT_SPRINT = 50
|
|
|
|
function doAction(player)
|
|
effects = EffectsBuilder()
|
|
|
|
effects:gain_effect(EFFECT_SPRINT, 30, 20.0)
|
|
|
|
return effects
|
|
end
|