Skip to content

Commit 7988ebd

Browse files
adding new region names
1 parent 9f17e8c commit 7988ebd

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
keywords=['helldivers2','api']
2323
requires-python = ">=3.8.1"
2424

25-
version = '0.0.1.19.15'
25+
version = '0.0.1.19.16'
2626
dependencies= [
2727
"pydantic>=2.9.2",
2828
"httpx>=0.27.2"

src/hd2api/statics/assignments/tasks/task/valueTypes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"4": "unit_id",
66
"5": "item_id",
77
"9": "difficulty",
8-
"11": "liberate",
9-
"12": "planet_index"
8+
"11": "location_type",
9+
"12": "location_index"
1010
}

src/hd2api/statics/effects/planetEffects.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,10 @@
568568
"galacticEffectId": 1293,
569569
"name": "CHARGER RAMPAGE",
570570
"description": "Significantly increased levels of Chargers have been reported on this planet."
571+
},
572+
"1295": {
573+
"galacticEffectId": 1295,
574+
"name": "TYRANNY PARK 2",
575+
"description": "The extensive Terminid enclosures here allow scientists to study Terminid behavior, and civilians to take pictures with Brood Commanders."
571576
}
572-
}
577+
}

src/hd2api/statics/planets/planetRegion.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
"name": "OLD BRANCH",
3232
"description": ""
3333
},
34+
"3106360883": {
35+
"name": "TRAITOR'S END",
36+
"description": ""
37+
},
38+
"2547946895": {
39+
"name": "STRENGTH",
40+
"description": ""
41+
},
3442
"755864726": {
3543
"name": "GREATER STOROUSE",
3644
"description": ""
@@ -471,6 +479,18 @@
471479
"name": "HAKU CITY",
472480
"description": ""
473481
},
482+
"706797536": {
483+
"name": "PEOPLE'S HAND",
484+
"description": ""
485+
},
486+
"2184145680": {
487+
"name": "TOPSOIL",
488+
"description": ""
489+
},
490+
"2126832849": {
491+
"name": "HUMAN WILL",
492+
"description": ""
493+
},
474494
"3205582835": {
475495
"name": "ACCOUNTANT GRAEBER",
476496
"description": ""
@@ -643,4 +663,4 @@
643663
"name": "DRYWELL",
644664
"description": ""
645665
}
646-
}
666+
}

0 commit comments

Comments
 (0)