IntegerLimit 12393dbd85
Fix Diamond Sword Recipe, CT script and DME cleanup (#207)
* Remove Diamond Sword recipe change

* Fix DML learner recipe, and clean up scripts

also fixed non-commented lines
also, moved DML Learner stuff to dml.zs

* Remove DME recipes in HM

Also fix HM CT error

* Remove Voltage Control Units
2023-01-24 13:55:24 +08:00

56 lines
1017 B
JSON

[
{
"tier": 0,
"displayName": "Basic",
"displayColor": "green",
"killMultiplier": 4,
"dataToNext": 50,
"pristineChance": 5,
"trial": {
"pristine": 5,
"maxWave": 2,
"affixes": 1,
"glitchChance": 1
}
},
{
"tier": 1,
"displayName": "Advanced",
"displayColor": "blue",
"killMultiplier": 10,
"dataToNext": 250,
"pristineChance": 10,
"trial": {
"pristine": 8,
"maxWave": 4,
"affixes": 1,
"glitchChance": 3
}
},
{
"tier": 2,
"displayName": "Superior",
"displayColor": "light_purple",
"killMultiplier": 18,
"dataToNext": 500,
"pristineChance": 20,
"trial": {
"pristine": 12,
"maxWave": 5,
"affixes": 2,
"glitchChance": 6
}
},
{
"tier": 3,
"displayName": "Self-Aware",
"displayColor": "gold",
"pristineChance": 30,
"trial": {
"pristine": 18,
"maxWave": 7,
"affixes": 3,
"glitchChance": 11
}
}
]