Skip to content

Commit bf22612

Browse files
committed
feat: switched to Semantic Versioning starting from this release
feat: added new time surge perk feat: splitted the item database file to 5 different files, each one representing a specific equipment type feat: updated item database with more equipment feat: added new override_type field for the item database that dictates equipment type regardless of its ID fix: removed invalid precision enchantment code for magic fix: changed equipment codes for batons and karcer's weapon chore: bumped the version to 2.0.0 chore: updated .gitignore chore: updated flutter version to 3.35.4
1 parent 778e80d commit bf22612

File tree

14 files changed

+3480
-4109
lines changed

14 files changed

+3480
-4109
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ app.*.map.json
4242
/android/app/profile
4343
/android/app/release
4444

45-
/setup_service/
45+
/setup_service/
46+
/scripts

assets/enchantments/perk.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,9 @@ description = "Ability used by Blackness"
7272
[hunterfly]
7373
name = "Hunter Fly"
7474
id = "PERK_HUNTERFLY"
75-
description = "Flight ability used by Stalker"
75+
description = "Flight ability used by Stalker"
76+
77+
[time_surge]
78+
name = "Time Surge"
79+
id = "PERK_TIME_SURGE"
80+
description = "Ability used by Morgana"

assets/enchantments/simple.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Available on Melee Weapons and Ranged Weapons.
1616
[precision.equipment_ids]
1717
weapon = "PERK_ITEM_SPECIAL_PRECISION_WEAPON"
1818
ranged = "PERK_ITEM_SPECIAL_PRECISION_RANGED"
19-
magic = "PERK_ITEM_SPECIAL_PRECISION_MAGIC"
2019

2120
[overheat]
2221
name = "Overheat"

0 commit comments

Comments
 (0)