Skip to content

Commit

Permalink
doc: fix conclusion xml snippets not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeFwd authored Oct 27, 2024
1 parent ae70d14 commit 27514ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/expanded-equipment-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ Let's demonstrate how to make a pikeman unit more effective in siege battles. We

<details>
<summary>Expand this to see the XML pikeman definition</summary>

```xml
<NPCCharacter id="vlandian_pikeman">
...
Expand All @@ -421,6 +422,7 @@ Let's demonstrate how to make a pikeman unit more effective in siege battles. We
<EquipmentSet id="vlandia_troop_civilian_template_t1" civilian="true"/>
</Equipments>
</NPCCharacter>

```
</details>

Expand All @@ -430,6 +432,7 @@ The original definition provides two equipment layouts, both using a pike weapon

<details>
<summary>Expand this to see the updated XML pikeman definition</summary>

```xml
<NPCCharacter id="vlandian_pikeman">
...
Expand Down Expand Up @@ -476,6 +479,7 @@ The original definition provides two equipment layouts, both using a pike weapon
</Equipments>
</NPCCharacter>
```

</details>

In the updated XML:
Expand Down

0 comments on commit 27514ab

Please sign in to comment.