;========================================================================================================================================================================================================================================================================================================================================================================================================================
; AI Config
;========================================================================================================================================================================================================================================================================================================================================================================================================================

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

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

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

;---------------------------------------------------------------------------
;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(51) = (10)
;Ranges from 1-10
;1-3 Is the weakest, using default mugen movement and below average guarding.
;4-6 Optimized movement and some decent combo game
;7-10 Features from 4-6 but with extra combo games and better reaction times

[State 9740]
type = VarSet
trigger1 = 1
;Rate of Basic Combo over Launcher Combo during 5a combo
var(10) = (50)
;Ranges from 1-100
;Multiplies AI Level
;Ignored on Level's 1-3

[State 9740]
type = VarSet
trigger1 = 1
;Rate of Alt Launcher Combo over 5bb during 5b combo
var(11) = (30)
;Ranges from 1-100
;Multiplies AI Level
;Ignored on Level's 1-3

[State 9740]
type = VarSet
trigger1 = 1
;Rate of 2c over 5bb during 5b combo
var(12) = (75)
;12 from 1-100
;Multiplies AI Level
;Ignored on Level's 1-3

[State 9740]
type = ParentVarSet
trigger1 = 1
;Rate of Air Grab Combo
fvar(9) = (60)
;Ranges from 1-100
;Multiplies AI Level
;Ignored on Level's 1-3

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