Hi, I‘m making a game with LeTBS. LeTBS is the most wonderful RPG battle system I've ever seen.
But I found a problem that the same skill, when enemy uses, it may occur in a wrong condition.
For example:
There's a skill named [断头台],and its scope is "[cx-5,cy],[cx+5,cy]",
aoe is
data_right: "[cx-4,cy],[cx-3,cy],[cx-2,cy],[cx-1,cy],[cx,cy]",
data_left: "[cx,cy],[cx+1,cy],[cx+2,cy],[cx+3,cy],[cx+4,cy]"
And the GIF below is my battler use the skill, you can see the right scope in the map.
But when enemy uses, it can be wrong scope sometimes.And the below is once.
My battler is on the right cell behind the enemy, in right condition, she can't use the skill, but she did.
Wrong scope isn't always occured.