mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 08:21:54 +08:00
6 lines
213 B
GDScript
6 lines
213 B
GDScript
|
|
extends AcidBulletBase
|
||
|
|
class_name AcidP
|
||
|
|
|
||
|
|
func succeedToHit(_dmg: float, entity: EntityBase):
|
||
|
|
entity.fields[FieldStore.Entity.OFFSET_SHOOT] = clamp(entity.fields[FieldStore.Entity.OFFSET_SHOOT] + arg1, 0, INF)
|