Compare commits

..

No commits in common. "11be7597190eddf798876b7642d1283ec2009362" and "eccf5b2292c09ecaaddfa27cd08d27a12d45a3e8" have entirely different histories.

View File

@ -3169,13 +3169,15 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
gaodu = gaodu + 1; gaodu = gaodu + 1;
if (gaodu == 12) { if (gaodu == 12) {
switch (huanzi) { switch (huanzi) {
case 0: { case 0:
{
huanzi = 1; huanzi = 1;
gaodu = 0; gaodu = 0;
shangsheng = 1; shangsheng = 1;
}; };
break; break;
case 1: { case 1:
{
huanzi = 2; huanzi = 2;
gaodu = 0; gaodu = 0;
shangsheng = 1; shangsheng = 1;
@ -3213,7 +3215,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
} }
this.donghua = function () { this.donghua = function () {
if (core.status.floorId == "MT0") { if (core.status.floorId == "MT0") {
if (core.isReplaying()) { setTimeout(core.plugin.donghua, 100); return; } if (core.isReplaying()) {setTimeout(core.plugin.donghua, 100); return;}
core.setFlag("linshi", core.drawAnimate("jingu", 10, 10, false, function () { core.setFlag("linshi", core.drawAnimate("jingu", 10, 10, false, function () {
core.plugin.donghua(); core.plugin.donghua();
@ -3238,10 +3240,7 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
} else core.stopAnimate(core.getFlag("linshi2", 0), false); } else core.stopAnimate(core.getFlag("linshi2", 0), false);
} }
this.donghua3 = function () { this.donghua3 = function () {
var outMap; if (core.getFlag("poison")) {
if (core.getHeroLoc('x') <= 0 || core.getHeroLoc('y') <= 0)
outMap = true;
if (core.getFlag("poison") && !outMap) {
core.setFlag("linshi3", core.drawHeroAnimate("dufa", core.setFlag("linshi3", core.drawHeroAnimate("dufa",
function () { function () {
core.plugin.donghua3(); core.plugin.donghua3();
@ -4971,14 +4970,5 @@ var plugins_bb40132b_638b_4a9f_b028_d3fe47acc8d1 =
},
"等待动画结束过滤中毒": function () {
// 在此增加新插件
maps.prototype.getPlayingAnimates = function (name) {
return (core.status.animateObjs || []).filter(function (one) {
return one.id != flags.linshi3 && (name == null || one.name == name);
}).map(function (one) { return one.id });
}
} }
} }