mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
- Added the last two missing patterns
This commit is contained in:
parent
a7ed3ee3d0
commit
9776fa9f18
@ -51,6 +51,26 @@
|
||||
],
|
||||
"mapping" : { "normal" : "76" }
|
||||
},
|
||||
{
|
||||
"id" : "x4",
|
||||
"data" :
|
||||
[
|
||||
"N", "N", "S",
|
||||
"N", "N", "D",
|
||||
"S", "D", "D"
|
||||
],
|
||||
"mapping" : { "normal" : "77" }
|
||||
},
|
||||
{
|
||||
"id" : "x5",
|
||||
"data" :
|
||||
[
|
||||
"N", "N", "D",
|
||||
"N", "N", "D",
|
||||
"D", "D", "S"
|
||||
],
|
||||
"mapping" : { "normal" : "78" }
|
||||
},
|
||||
// No transition
|
||||
{
|
||||
"id" : "n1",
|
||||
|
Loading…
Reference in New Issue
Block a user