Skip to content

Commit

Permalink
Update geni AI and Animations
Browse files Browse the repository at this point in the history
nikhil-RGB committed Feb 13, 2022

Verified

This commit was signed with the committer’s verified signature.
rbapst-tamedia Roland Bapst
1 parent ed76538 commit ab95366
Showing 6 changed files with 9 additions and 0 deletions.
Binary file modified mods/chr/c7100.anibnd.dcx
Binary file not shown.
Binary file modified mods/msg/engus/item.msgbnd.dcx
Binary file not shown.
Binary file modified mods/param/gameparam/gameparam.parambnd.dcx
Binary file not shown.
Binary file modified mods/param/gameparam/gameparam.parambnd.dcx.prev
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ Goal.Activate = function (arg0, arg1, arg2)
local f2_local5 = arg1:GetHpRate(TARGET_SELF)
local f2_local6 = arg1:GetSp(TARGET_SELF)
local f2_local7 = arg1:GetNinsatsuNum()
arg1:AddObserveSpecialEffectAttribute(TARGET_SELF, 5003)
arg1:AddObserveSpecialEffectAttribute(TARGET_SELF, 5025)
arg1:AddObserveSpecialEffectAttribute(TARGET_SELF, 60000)
arg1:AddObserveSpecialEffectAttribute(TARGET_SELF, 60001)
@@ -658,6 +659,14 @@ Goal.Interrupt = function (arg0, arg1, arg2)
if SP_REAC == 3710020 then
arg1:SetNumber(0, 0)
return true
elseif SP_REAC == 5003 then
arg2:ClearSubGoal()
if f26_local3>40 then
arg2:AddSubGoal(GOAL_COMMON_ComboRepeat, 3, 3043, TARGET_ENE_0, 9999, 0, 0, 0, 0)
arg2:AddSubGoal(GOAL_COMMON_ComboRepeat, 3, 3025, TARGET_ENE_0, 9999, 0, 0, 0, 0)
else
arg2:AddSubGoal(GOAL_COMMON_ComboRepeat, 3, 3062, TARGET_ENE_0, 9999, 0, 0, 0, 0)
end
elseif SP_REAC == 5021 then
arg2:ClearSubGoal()
arg2:AddSubGoal(GOAL_COMMON_ComboRepeat, 3, 3036, TARGET_ENE_0, 9999, 0, 0, 0, 0)
Binary file modified mods/script/m11_01_00_00.luabnd.dcx
Binary file not shown.

0 comments on commit ab95366

Please sign in to comment.