;========================================================================================================================================================================================================================================================================================================================================================================================================================
; AI Configuration
;========================================================================================================================================================================================================================================================================================================================================================================================================================

;---------------------------------------------------------------------------
;Ignore the stuff between these two lines please
[StateDef 9740]
type = A
movetype = I
physics = N
anim = 9999 ; Blank State
ctrl = 0

[State 9743, BindToRoot]
type = BindToRoot
trigger1 = PlayerIdExist(Root,ID)
facing = 1
pos =0,0
ignorehitpause = 1 

[State 9743, HitBy]
type = HitBy
trigger1 = 1
value = 

[State 9743, AssertSpecial]
type = AssertSpecial
trigger1 = 1
flag = NoShadow
flag2 = Invisible

;---------------------------------------------------------------------------
;Here we are!
;Configuration
;The values that are configurable here are ones that will look like this (#)
;Change the Value inside to the ranges listed

[State 9740]
type = ParentVarSet
trigger1 = 1
;AI Level
var(44) = (10)
;Ranges from 1-10

;====================================
;AI Neutral Settings
;====================================

[State 9740]
type = VarSet
trigger1 = 1
;Flame Cooldown time
var(5) = (35)

;====================================
;AI Combo Settings
;====================================

[State 9740]
type = VarSet
trigger1 = 1
;Rate of using Knuckle Beat over Heavy Blow
var(10) = (65)
;Multiplies AI Level
;Ignored on Levels 1-3

;====================================
;AI Combo Cancel Settings
;====================================

[State 9740]
type = ParentVarSet
trigger1 = 1
;Amount of Cancels used
var(51) = (3)
;Ranges from 1-3
;Cancels are limited to levels 4 and above

;========================================================================================================================================================================================================================================================================================================================================================================================================================
; Config End
;========================================================================================================================================================================================================================================================================================================================================================================================================================

