mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-16 00:22:29 +08:00
7 lines
167 B
GDScript
7 lines
167 B
GDScript
|
|
@tool
|
||
|
|
extends Weapon
|
||
|
|
|
||
|
|
func update(to: int, origin: Dictionary, _entity: EntityBase):
|
||
|
|
origin["time"] /= 1 + 0.05 * to * soulLevel
|
||
|
|
origin["atk"] *= 2 * to * soulLevel
|