Skip to content

Commit

Permalink
Update main menu + Changelog
Browse files Browse the repository at this point in the history
Update XSD
  • Loading branch information
cracrayol committed Sep 2, 2024
1 parent 36b8d31 commit 728d512
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@
- Disallow dropping/selling of Kai Weapons

1.18 (*Thanks to lonevvolf for the books*)
- Book 26 available.
- Book 26 to 27 available.
- Add manual selection of Kai Weapon
1 change: 1 addition & 0 deletions www/data/mechanics.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@
<xs:element name="disableDiscipline" type="disableDiscipline" />
<xs:element name="resetNewOrderDisabledDisciplines" type="resetNewOrderDisabledDisciplines" />
<xs:element name="damageKaiWeapon" type="damageKaiWeapon" />
<xs:element name="kaiWeaponPicker" type="kaiWeaponPicker" />

<xs:element name="book2Sect238" type="specialsection_type" />
<xs:element name="book2sect308" type="specialsection_type" />
Expand Down
5 changes: 5 additions & 0 deletions www/data/objects.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,10 @@
<xs:documentation>Optional. If true, it can only be used if the player has a meal or Grand Huntmastery (meal will be consumed)</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="takenWithLaumspur" type="xs:boolean" default="false">
<xs:annotation>
<xs:documentation>Optional. If true, it can only be used if the player has a Laumspur potion or Herbmastery (potion will be consumed)</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:schema>
2 changes: 1 addition & 1 deletion www/views/mainMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h1 data-translation="kaiChronicles">Kai Chronicles</h1>
</div>
<b>v1.18</b><br/>
<span data-translation="appInfo">
This is a player for Lone Wolf game books 1 to 26.
This is a player for Lone Wolf game books 1 to 27.
</span>
</p>
<div id="menu-webinfo">
Expand Down

0 comments on commit 728d512

Please sign in to comment.