Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuinny authored May 6, 2023
1 parent 339af61 commit 6a4e1d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Documentation
The documentation contains instructions for adding new companies and events to the game.
To add your company or event, you will need to edit the Data.xml file, which contains all the data used in the game.
This documentation provides instructions on how to add new companies and events to the game.
To add your company or event, you will need to edit the Data.xml file, which contains all the necessary data for the game.

## How to add your own company
1. Open Data.xml file
Expand Down Expand Up @@ -34,7 +34,7 @@ To add your company or event, you will need to edit the Data.xml file, which con
<Type>EVENT_TYPE</Type>
<Title>EVENT_TITLE</Title>
<Content>EVENT_CONTENT</Content>
</Company>
</Event>
```
4.Replace EVENT_ID, EVENT_EFFECT, EVENT_TARGET, EVENT_TYPE, EVENT_TITLE and EVENT_CONTENT with the appropriate values for your new event.
- Please note that:
Expand Down

0 comments on commit 6a4e1d6

Please sign in to comment.