Skip to content

Commit

Permalink
Update to 0.1.64 from 'dev' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KSneijders committed Mar 13, 2024
2 parents a00ad66 + 450b4b7 commit 192ddf9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion AoE2ScenarioParser/datasets/other.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,15 @@ def trees() -> List[OtherInfo]:
REKHA_DEUL_TEMPLE = 1778, -1, -1, 16756, True
INDIAN_RUINS = 1784, -1, -1, 16757, True
SVAN_TOWER = 1807, -1, -1, 16756, True
CLIFF_DEFAULT_1 = 264, -1, -1, 16249, True
CLIFF_DEFAULT_2 = 265, -1, -1, 16249, True
CLIFF_DEFAULT_3 = 266, -1, -1, 16249, True
CLIFF_DEFAULT_4 = 267, -1, -1, 16249, True
CLIFF_DEFAULT_5 = 268, -1, -1, 16249, True
CLIFF_DEFAULT_6 = 269, -1, -1, 16249, True
CLIFF_DEFAULT_7 = 270, -1, -1, 16249, True
CLIFF_DEFAULT_8 = 271, -1, -1, 16249, True
CLIFF_DEFAULT_9 = 272, -1, -1, 16249, True
CLIFF_DESERT_1 = 1849, -1, -1, 16249, True
CLIFF_DESERT_2 = 1850, -1, -1, 16249, True
CLIFF_DESERT_3 = 1851, -1, -1, 16249, True
Expand All @@ -326,4 +335,4 @@ def trees() -> List[OtherInfo]:
CLIFF_SNOW_7 = 1864, -1, -1, 16249, True
CLIFF_SNOW_8 = 1865, -1, -1, 16249, True
CLIFF_SNOW_9 = 1866, -1, -1, 16249, True
HUNNIC_HORSE = 1869, 112, 815, 16714, False
HUNNIC_HORSE = 1869, 112, 815, 16714, False
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

---

## 0.1.64 - 2024-March-13

### Fixed

- Default cliffs missing from `OtherInfo` dataset
- Unit IDs: 264 to 272

---

## 0.1.63 - 2024-March-12

### Fixed
Expand Down

0 comments on commit 192ddf9

Please sign in to comment.