izzetemredemir commited on
Commit
224cca1
·
verified ·
1 Parent(s): 5ade1d6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -9,6 +9,14 @@ The dataset includes the following information:
9
  - **Characters**: Attributes, skills, and statistics of in-game characters.
10
  - **Kingdoms**: Governance structures, military strengths, and political relationships of kingdoms.
11
  - **Items**: Properties and usage details of weapons, armors, and other items.
 
 
 
 
 
 
 
 
12
 
13
  ## Games Included
14
  The dataset is organized by the following **Mount & Blade** games:
@@ -31,7 +39,8 @@ Each game has its own CSV file containing relevant data:
31
  This dataset can be used to develop AI models that enable NPCs to behave more intelligently and realistically in the game. Specifically, it can be used for:
32
  - Enhancing NPCs' strategic decision-making,
33
  - Improving player interactions,
34
- - Refining combat and diplomacy mechanics.
 
35
 
36
  ## Data Format
37
  The dataset is provided in tabular format (CSV). Each file contains information related to a specific game:
@@ -54,10 +63,3 @@ To load and use the dataset from Hugging Face, you can use the following code:
54
  from datasets import load_dataset
55
 
56
  dataset = load_dataset('first-point/MountAndBlade-Data')
57
- ```
58
-
59
- ## Contributing
60
- If you would like to contribute to this dataset, please reach out or submit a Pull Request.
61
-
62
- ---
63
-
 
9
  - **Characters**: Attributes, skills, and statistics of in-game characters.
10
  - **Kingdoms**: Governance structures, military strengths, and political relationships of kingdoms.
11
  - **Items**: Properties and usage details of weapons, armors, and other items.
12
+ - **Quests**: Details about main and side quests, including objectives and rewards.
13
+ - **Banners**: Banner designs and their effects.
14
+ - **Factions**: Details on independent groups, bandits, and mercenary companies.
15
+ - **Economy**: Trade goods, resource production, and market behaviors.
16
+ - **Villages, Towns, and Castles**: Geographic and functional data on settlements.
17
+ - **Military Units**: Unit types, stats, and upgrade paths.
18
+ - **Diplomatic Relationships**: Alliances, wars, and treaties between kingdoms.
19
+ - **Historical Context**: Lore, important events, and historical figures of the game.
20
 
21
  ## Games Included
22
  The dataset is organized by the following **Mount & Blade** games:
 
39
  This dataset can be used to develop AI models that enable NPCs to behave more intelligently and realistically in the game. Specifically, it can be used for:
40
  - Enhancing NPCs' strategic decision-making,
41
  - Improving player interactions,
42
+ - Refining combat and diplomacy mechanics,
43
+ - Expanding modding and customization opportunities for game developers.
44
 
45
  ## Data Format
46
  The dataset is provided in tabular format (CSV). Each file contains information related to a specific game:
 
63
  from datasets import load_dataset
64
 
65
  dataset = load_dataset('first-point/MountAndBlade-Data')