The Fire Dragon burns all enemies diagonally adjacent to its destination.
(Except those that are Fire Dragons.)
Pieces landing diagonally adjacent to an enemy Fire Dragon (including Fire Dragons) get burned instantly.
The jumpers can jump arbitrarily many pieces for capturing,
but not equal or higher-ranked jumpers or Kings.
They can jump-capture those, or deliver check, though.
Some of the moves of Viper, Cobra, Samurai and Ninja are rifle captures ('igui').
If I can prove that it is not a forced win for white, that is.
Note that it is entirely implemented without user-supplied JavaScript,
using the captureMatrix to define the jumper ranking and Dragon burning,
and using the trackPieces with spell=burn to cause the passive burning.
The shape of the burn zone is controlled through blastZone=F and spellZone=F.
I am tempted to submit the following variant ('Minjiku Shogi'):
The Fire Dragon burns all enemies diagonally adjacent to its destination. (Except those that are Fire Dragons.)
Pieces landing diagonally adjacent to an enemy Fire Dragon (including Fire Dragons) get burned instantly.
The jumpers can jump arbitrarily many pieces for capturing, but not equal or higher-ranked jumpers or Kings. They can jump-capture those, or deliver check, though.
Some of the moves of Viper, Cobra, Samurai and Ninja are rifle captures ('igui').
If I can prove that it is not a forced win for white, that is.
Note that it is entirely implemented without user-supplied JavaScript, using the captureMatrix to define the jumper ranking and Dragon burning, and using the trackPieces with spell=burn to cause the passive burning. The shape of the burn zone is controlled through blastZone=F and spellZone=F.