[WIP] Treballant en el jefe. Pattern mode modificacions menors
This commit is contained in:
26
data/imp.lua
26
data/imp.lua
@@ -127,20 +127,40 @@ if DEBUG_FN_NAME then print("fight") end
|
||||
{action="right" , event="target"}}},
|
||||
{next=4, actions= {{action="right" , event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=3, actions= {{action="right" , event="prefall"},
|
||||
{next=4, actions= {{action="right" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=10, actions= {{action="right" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="right" , event="target"}}},
|
||||
{next=6, actions= {{action="right" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="right" , event="target"}}},
|
||||
{next=5, actions= {{action="right" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="right" , event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=5, actions= {{action="right" , event="target"}}}
|
||||
}
|
||||
self.paths[2] = {
|
||||
{next=3, actions={{action="left" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="jumpfwd" , event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=6, actions={{action="left" , event="land"},
|
||||
{action="right" , event="target"}}},
|
||||
{next=3, actions={{action="left" , event="prefall"},
|
||||
{next=6, actions= {{action="left" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="right" , event="target"}}},
|
||||
{next=9, actions= {{action="left" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=4, actions= {{action="left" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="left" , event="target"}}},
|
||||
{next=5, actions= {{action="left" , event="prefall"},
|
||||
{action="jumpfwd", event="land"},
|
||||
{action="left" , event="land"},
|
||||
{action="right" , event="target"}}},
|
||||
{next=5, actions={{action="left" , event="target"}}}
|
||||
}
|
||||
self.paths[3] = {
|
||||
|
||||
Reference in New Issue
Block a user