Skip to content

Commit 03f0562

Browse files
add civs
1 parent 63ffb4f commit 03f0562

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

data/datasets/100.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,15 @@
162162
},
163163
"53": {
164164
"name": "Khitans"
165+
},
166+
"54": {
167+
"name": "Macedonians"
168+
},
169+
"55": {
170+
"name": "Thracians"
171+
},
172+
"56": {
173+
"name": "Puru"
165174
}
166175
},
167176
"maps": {
@@ -3207,6 +3216,7 @@
32073216
"1978": "Sun Jian",
32083217
"2150": "War Chariot",
32093218
"2151": "Elite War Chariot",
3219+
"2320": "Rhodian Slinger",
32103220
"2321": "Mercenary Hoplite",
32113221
"2331": "Sickle Warrior",
32123222
"2332": "Thracian Peltast",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='aocref',
5-
version='2.0.28',
5+
version='2.0.29',
66
description='Age of Empires reference data',
77
url='https://github.com/siegeengineers/aoc-reference-data',
88
packages=find_packages(exclude=["scripts*"]),

0 commit comments

Comments
 (0)