急速
<pre><code class="language-python">extends Buff
class_name b_jiSu
func _init(lv = 1):
attInit()
effId = "p_jiSu"
life = lv
func init():
pass
func _connect():
pass
func _upS():
att.spd = (0.20 + life * 0.02 ) * pw
eff.amount = clamp(life,1,10)</code></pre>