mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-31 00:11:54 +08:00
8 lines
176 B
GDScript
8 lines
176 B
GDScript
|
|
extends SummonBase
|
||
|
|
class_name ShieldSummon
|
||
|
|
|
||
|
|
func register():
|
||
|
|
fields[FieldStore.Entity.PENARATION_RESISTANCE] = 1.0
|
||
|
|
func ai():
|
||
|
|
PresetSummonAI.lockMaster(self, myMaster, true)
|