Compare commits

..

2 Commits

2 changed files with 27 additions and 27 deletions

View File

@ -1 +1 @@
{"viewportLoc":[0,0],"lastUsed":[],"editor_multi.fontSize":14,"editorLastFloorId":"SC32_5","disableBlocklyReplace":true,"foldPerCol":50,"folded":false} {"viewportLoc":[0,0],"lastUsed":[],"editor_multi.fontSize":14,"editorLastFloorId":"DPR8_2","disableBlocklyReplace":true,"foldPerCol":50,"folded":false}

View File

@ -2377,14 +2377,14 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"id": "MAshop1", "id": "MAshop1",
"text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:", "text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:",
"textInList": "一区商店", "textInList": "一区商店",
"mustEnable": true, "mustEnable": true,
"disablePreview": false, "disablePreview": false,
"choices": [ "choices": [
{ {
"text": "生命+${core.hasItem(\"MembershipLetterV2\")?200:100}", "text": "生命+${core.hasItem(\"MembershipLetterV2\")?200:100}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2400,7 +2400,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2416,7 +2416,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "攻击+${core.hasItem(\"MembershipLetterV2\")?2:1}", "text": "攻击+${core.hasItem(\"MembershipLetterV2\")?2:1}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2432,7 +2432,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2448,7 +2448,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "防御+${core.hasItem(\"MembershipLetterV2\")?4:2}", "text": "防御+${core.hasItem(\"MembershipLetterV2\")?4:2}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2464,7 +2464,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2482,14 +2482,14 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"id": "MAshop2", "id": "MAshop2",
"text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:", "text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:",
"textInList": "二区商店", "textInList": "二区商店",
"mustEnable": true, "mustEnable": true,
"disablePreview": false, "disablePreview": false,
"choices": [ "choices": [
{ {
"text": "生命+${core.hasItem(\"MembershipLetterV2\")?600:300}", "text": "生命+${core.hasItem(\"MembershipLetterV2\")?600:300}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2505,7 +2505,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2521,7 +2521,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "攻击+${core.hasItem(\"MembershipLetterV2\")?4:2}", "text": "攻击+${core.hasItem(\"MembershipLetterV2\")?4:2}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2537,7 +2537,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2553,7 +2553,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "防御+${core.hasItem(\"MembershipLetterV2\")?8:4}", "text": "防御+${core.hasItem(\"MembershipLetterV2\")?8:4}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2569,7 +2569,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2587,14 +2587,14 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"id": "MAshop3", "id": "MAshop3",
"text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:", "text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:",
"textInList": "四区商店", "textInList": "四区商店",
"mustEnable": true, "mustEnable": true,
"disablePreview": false, "disablePreview": false,
"choices": [ "choices": [
{ {
"text": "生命+${core.hasItem(\"MembershipLetterV2\")?1200:600}", "text": "生命+${core.hasItem(\"MembershipLetterV2\")?1200:600}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2610,7 +2610,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2626,7 +2626,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "攻击+${core.hasItem(\"MembershipLetterV2\")?8:4}", "text": "攻击+${core.hasItem(\"MembershipLetterV2\")?8:4}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2642,7 +2642,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2692,14 +2692,14 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"id": "MAshop4", "id": "MAshop4",
"text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:", "text": "\t[商店,moneyShop]支付${Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)}星币就可以:",
"textInList": "五区商店", "textInList": "五区商店",
"mustEnable": true, "mustEnable": true,
"disablePreview": false, "disablePreview": false,
"choices": [ "choices": [
{ {
"text": "生命+${core.hasItem(\"MembershipLetterV2\")?2000:1000}", "text": "生命+${core.hasItem(\"MembershipLetterV2\")?2000:1000}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2715,7 +2715,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2731,7 +2731,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "攻击+${core.hasItem(\"MembershipLetterV2\")?10:5}", "text": "攻击+${core.hasItem(\"MembershipLetterV2\")?10:5}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2747,7 +2747,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",
@ -2763,7 +2763,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
}, },
{ {
"text": "防御+${core.hasItem(\"MembershipLetterV2\")?20:10}", "text": "防御+${core.hasItem(\"MembershipLetterV2\")?20:10}",
"need": "status:money>=Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)", "need": "status:money>=Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)",
"action": [ "action": [
{ {
"type": "playSound", "type": "playSound",
@ -2779,7 +2779,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"type": "setValue", "type": "setValue",
"name": "status:money", "name": "status:money",
"operator": "-=", "operator": "-=",
"value": "Math.floor((flags.次数*(flags.次数+1)/2+1)*flags.价格*flags.折扣/20)" "value": "Math.floor((flags.次数*(flags.次数-1)/2+1)*flags.价格*flags.折扣/20)"
}, },
{ {
"type": "setValue", "type": "setValue",