Initial Sunbreak update.

- Added Monster Rank.
- Fixed Poison and Blast Damage.
This commit is contained in:
GreenComfyTea
2022-07-02 14:16:58 +03:00
parent c506a3073b
commit 9a5e05d229
9 changed files with 206 additions and 91 deletions

View File

@@ -61,7 +61,12 @@ language.default_language = {
spinning = "Spinning",
rock = "Rock",
tail_tip = "Tail Tip"
tail_tip = "Tail Tip",
left_claw = "Left Claw",
right_claw = "Right Claw",
unknown = "?"
},
ailments = {
@@ -340,7 +345,9 @@ language.default_language = {
apply = "Apply",
menu_font_change_disclaimer = "Changing Language and Menu Font Size several times will cause a crash!"
menu_font_change_disclaimer = "Changing Language and Menu Font Size several times will cause a crash!",
master_rank = "Master Rank"
}
};