[WIP] Treballant en el jefe. Pattern mode modificacions menors

This commit is contained in:
2026-04-11 02:57:23 +02:00
parent d4ef8ba551
commit 6da507378f

View File

@@ -127,9 +127,19 @@ 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] = {
@@ -138,9 +148,19 @@ if DEBUG_FN_NAME then print("fight") end
{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] = {