Skip to content

Commit

Permalink
Generated Stormtrooper Syndrome icon
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Nov 13, 2023
1 parent f4463e6 commit 7720bcb
Show file tree
Hide file tree
Showing 10 changed files with 890 additions and 854 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/softwaremagico/KendoTournamentManager)](https://github.com/softwaremagico/KendoTournamentManager)
[![GitHub last commit](https://img.shields.io/github/last-commit/softwaremagico/KendoTournamentManager)](https://github.com/softwaremagico/KendoTournamentManager)
[![CircleCI](https://circleci.com/gh/softwaremagico/KendoTournamentManager.svg?style=shield)](https://circleci.com/gh/softwaremagico/KendoTournamentManager)
[![Time](https://img.shields.io/badge/development-513.5h-blueviolet.svg)]()
[![Time](https://img.shields.io/badge/development-514h-blueviolet.svg)]()

[![Powered by](https://img.shields.io/badge/powered%20by%20java-orange.svg?logo=OpenJDK&logoColor=white)]()
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=kendo-tournament-backend&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=kendo-tournament-backend)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ public enum AchievementType {

FIRST_BLOOD,

DARUMA;
DARUMA,

STORMTROOPER_SYNDROME;


public static AchievementType getType(String name) {
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/app/models/achievement-type.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export enum AchievementType {

DARUMA = 'DARUMA',

STORMTROOPER_SYNDROME = 'STORMTROOPER_SYNDROME',

}

export namespace AchievementType {
Expand Down
16 changes: 16 additions & 0 deletions frontend/src/assets/achievements/stormtrooper_syndrome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions frontend/src/assets/i18n/ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,10 @@
"bronze": "Assisteix a vint tornejos.",
"silver": "Assisteix a trenta tornejos.",
"gold": "Assisteix a cinquanta tornejos."
},
"stormtrooperSyndrome": {
"title": "Efecte stormtrooper",
"description": "Un equip falla tots els punts en un torneig."
}
},
"removeTeams": "Treure Equips",
Expand Down
4 changes: 4 additions & 0 deletions frontend/src/assets/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,10 @@
"bronze": "Nehmen Sie an zwanzig Turnieren teil.",
"silver": "Nehmen Sie an dreißig Turnieren teil.",
"gold": "Nehmen Sie an fünfzig Turnieren teil."
},
"stormtrooperSyndrome": {
"title": "Stormtrooper-Effekt",
"description": "Einem Team fehlen in einem Turnier alle Punkte."
}
},
"removeTeams": "Teams entfernenn",
Expand Down
10 changes: 5 additions & 5 deletions frontend/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -745,11 +745,7 @@
},
"boneBreaker": {
"title": "Bone breaker",
"description": "Lose a fight by two Hansokus.",
"normal": "",
"bronze": "",
"silver": "",
"gold": ""
"description": "Lose a fight by two Hansokus."
},
"flexibleAsBamboo": {
"title": "Flexible as bamboo",
Expand Down Expand Up @@ -837,6 +833,10 @@
"bronze": "Attend to twenty tournaments.",
"silver": "Attend to thirty tournaments.",
"gold": "Attend to fifty tournaments."
},
"stormtrooperSyndrome": {
"title": "Stormtrooper Syndrome",
"description": "A team miss all points on a tournament."
}
},
"removeTeams": "Remove Teams",
Expand Down
Loading

0 comments on commit 7720bcb

Please sign in to comment.