Commit 331d37c7 authored by wildfirecode's avatar wildfirecode

1

parent 2fe8fc8d
This diff is collapsed.
This diff is collapsed.
...@@ -237,6 +237,10 @@ export class Element extends eui.Component { ...@@ -237,6 +237,10 @@ export class Element extends eui.Component {
} }
set effectType(value: EffectType) { set effectType(value: EffectType) {
if (this.monster) {
this.removeEffectHas();
return;
}
if (this._effectType == value) return if (this._effectType == value) return
if (value != null) { if (value != null) {
//先去掉原先有的 //先去掉原先有的
......
...@@ -1892,126 +1892,6 @@ ...@@ -1892,126 +1892,6 @@
"levelNum": 376, "levelNum": 376,
"maxScore": 47440, "maxScore": 47440,
"stars": 1 "stars": 1
},
{
"levelNum": 377,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 378,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 379,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 380,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 381,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 382,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 383,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 384,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 385,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 386,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 387,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 388,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 389,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 390,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 391,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 392,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 393,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 394,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 395,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 396,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 397,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 398,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 399,
"maxScore": 47440,
"stars": 1
},
{
"levelNum": 400,
"maxScore": 47440,
"stars": 1
} }
], ],
"remainProp": [ "remainProp": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment