111
This commit is contained in:
23
character/swordman_load_state.nut
Normal file
23
character/swordman_load_state.nut
Normal file
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
文件名:swordman_load_state.nut
|
||||
路径:character/swordman_load_state.nut
|
||||
创建日期:2022-09-09 19:23
|
||||
文件用途:鬼剑士技能声明文件
|
||||
*/
|
||||
/*
|
||||
//鬼剑士13号状态
|
||||
IRDSQRCharacter.pushState(0, "character/swordman/swordman13state.nut", "swordman13State", 13, -1);
|
||||
//鬼剑士PO文件声明
|
||||
//IRDSQRCharacter.pushPassiveObj("character/swordman/swordman_po.nut", 24370);
|
||||
|
||||
|
||||
|
||||
//------------------------------------剑魂-------------------------------//
|
||||
//极神剑术 · 流星落
|
||||
IRDSQRCharacter.pushState(0, "character/swordman/weaponmaster/meteorsword.nut", "meteorsword", 235, 235);
|
||||
//dofile("Sqr/character/Swordman/WeaponMaster/ap_Meteorsword.nut");
|
||||
*/
|
||||
|
||||
|
||||
|
||||
//IRDSQRCharacter.pushPassiveObj("character/swordman/swordman_po.nut", 20001);
|
||||
Reference in New Issue
Block a user