Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
neki-dev committed Oct 28, 2023
1 parent 4e8e7e2 commit a97aa84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/const/langs/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const FR = {
BUILDING_DESCRIPTION_RADAR: 'Découvre les ennemis dans le rayon du bâtiment',
BUILDING_NAME_BOOSTER: 'Booster',
BUILDING_DESCRIPTION_BOOSTER: 'Augmente l`efficacité des tours',
BUILDING_CATEGORY_DEFENSE: 'Défense',
BUILDING_CATEGORY_DEFENSE: 'Defense',
BUILDING_CATEGORY_ATTACK: 'Attaque',
BUILDING_CATEGORY_RESOURCES: 'Ressources',
BUILDING_CATEGORY_OTHER: 'Autre',
Expand Down
2 changes: 1 addition & 1 deletion src/const/world/difficulty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const DIFFICULTY = {

ASSISTANT_EXPERIENCE_TO_UPGRADE: 100, // Experience need to upgrade
ASSISTANT_ATTACK_DAMAGE: 15, // Attack damage
ASSISTANT_ATTACK_DAMAGE_GROWTH: 0.6, // Damage growth by upgrade level (Quadratic)
ASSISTANT_ATTACK_DAMAGE_GROWTH: 0.5, // Damage growth by upgrade level (Quadratic)
ASSISTANT_ATTACK_DAMAGE_EXPERIENCE_TO_UPGRADE: 60, // Experience need to upgrade attack damage
ASSISTANT_ATTACK_SPEED: 500, // Attack speed
ASSISTANT_ATTACK_SPEED_GROWTH: 0.1, // Attack speed growth by upgrade level (Quadratic)
Expand Down

0 comments on commit a97aa84

Please sign in to comment.