any_enemy_logic option added
This commit is contained in:
@@ -130,6 +130,11 @@
|
||||
"randomizer.enemizer.enemyhealth.hard": "Hard",
|
||||
"randomizer.enemizer.enemyhealth.expert": "Expert",
|
||||
|
||||
"randomizer.enemizer.enemylogic": "Enemy Logic",
|
||||
"randomizer.enemizer.enemylogic.none": "Forbid special enemies",
|
||||
"randomizer.enemizer.enemylogic.allow_drops": "Item drops may have special enemies",
|
||||
"randomizer.enemizer.enemylogic.allow_all": "Allow special enemies anywhere",
|
||||
|
||||
"randomizer.entrance.openpyramid": "Pre-open Pyramid Hole",
|
||||
"randomizer.entrance.openpyramid.auto": "Auto",
|
||||
"randomizer.entrance.openpyramid.yes": "Yes",
|
||||
|
||||
@@ -39,5 +39,19 @@
|
||||
"expert"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bottomEnemizerFrame": {
|
||||
"enemylogic": {
|
||||
"type": "selectbox",
|
||||
"default": "allow_all",
|
||||
"options": [
|
||||
"none",
|
||||
"allow_drops",
|
||||
"allow_all"
|
||||
],
|
||||
"config": {
|
||||
"width": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user