111
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
|
||||
function sq_AddFunctionName(appendage)
|
||||
{
|
||||
appendage.sq_AddFunctionName("onStart", "onStart_appendage_atmage_element_attack_water")
|
||||
appendage.sq_AddFunctionName("onEnd", "onEnd_appendage_atmage_element_attack_water")
|
||||
}
|
||||
|
||||
|
||||
|
||||
function sq_AddEffect(appendage)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
function onStart_appendage_atmage_element_attack_water(appendage)
|
||||
{
|
||||
if(!appendage) {
|
||||
return;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
function onEnd_appendage_atmage_element_attack_water(appendage)
|
||||
{
|
||||
if(!appendage) {
|
||||
return;
|
||||
}
|
||||
|
||||
local obj = appendage.getParent();
|
||||
|
||||
}
|
||||
|
||||
|
||||
BIN
character/atmage/resonance/ap_atmage_resonance.nut
Normal file
BIN
character/atmage/resonance/ap_atmage_resonance.nut
Normal file
Binary file not shown.
BIN
character/atmage/resonance/resonance.nut
Normal file
BIN
character/atmage/resonance/resonance.nut
Normal file
Binary file not shown.
Reference in New Issue
Block a user