Skip to content

Commit d689b0d

Browse files
authored
Merge pull request #373 from wowsims/feature/hunter
[Hunter] Various fixes
2 parents 692c798 + f06edb0 commit d689b0d

12 files changed

Lines changed: 515 additions & 477 deletions

File tree

assets/locales/en/translation.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@
3636
"4": "Phase 3.5 (2.3 - ZA)",
3737
"5": "Phase 4 (2.4 - SWP)"
3838
},
39+
"phase_names": {
40+
"1": "Phase 1",
41+
"2": "Phase 2",
42+
"3": "Phase 3",
43+
"4": "Phase 3.5",
44+
"5": "Phase 4"
45+
},
3946
"tanks": {
4047
"title": "Tanks",
4148
"main_tank": "Main Tank",

schemas/translation.schema.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,34 @@
144144
"5"
145145
]
146146
},
147+
"phase_names": {
148+
"type": "object",
149+
"properties": {
150+
"1": {
151+
"type": "string"
152+
},
153+
"2": {
154+
"type": "string"
155+
},
156+
"3": {
157+
"type": "string"
158+
},
159+
"4": {
160+
"type": "string"
161+
},
162+
"5": {
163+
"type": "string"
164+
}
165+
},
166+
"additionalProperties": false,
167+
"required": [
168+
"1",
169+
"2",
170+
"3",
171+
"4",
172+
"5"
173+
]
174+
},
147175
"tanks": {
148176
"type": "object",
149177
"properties": {
@@ -1036,6 +1064,7 @@
10361064
"melee",
10371065
"any",
10381066
"phases",
1067+
"phase_names",
10391068
"tanks",
10401069
"status",
10411070
"mob_types",

0 commit comments

Comments
 (0)