snow four directions
This commit is contained in:
parent
e18d3c4cf7
commit
6e402ea175
@ -13,6 +13,8 @@ functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
|
|||||||
core.material.items.pickaxe.text = "可以破坏勇士四周的墙";
|
core.material.items.pickaxe.text = "可以破坏勇士四周的墙";
|
||||||
if (core.flags.bombFourDirections)
|
if (core.flags.bombFourDirections)
|
||||||
core.material.items.bomb.text = "可以炸掉勇士四周的怪物";
|
core.material.items.bomb.text = "可以炸掉勇士四周的怪物";
|
||||||
|
if (core.flags.snowFourDirections)
|
||||||
|
core.material.items.bomb.text = "可以将四周的熔岩变成平地";
|
||||||
if (core.flags.equipment) {
|
if (core.flags.equipment) {
|
||||||
core.material.items.sword1.cls = 'constants';
|
core.material.items.sword1.cls = 'constants';
|
||||||
core.material.items.sword2.cls = 'constants';
|
core.material.items.sword2.cls = 'constants';
|
||||||
|
|||||||
@ -131,7 +131,7 @@ items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"snow": {
|
"snow": {
|
||||||
"cls": "constants",
|
"cls": "constants",
|
||||||
"name": "冰冻徽章",
|
"name": "冰冻徽章",
|
||||||
"text": "可以将四周的熔岩变成平地"
|
"text": "可以将面前的熔岩变成平地"
|
||||||
},
|
},
|
||||||
"cross": {
|
"cross": {
|
||||||
"cls": "constants",
|
"cls": "constants",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user