first commit, long overdue
deez
This commit is contained in:
commit
54b9012a47
79 changed files with 2516 additions and 0 deletions
2
02 - Configurations/campaign/campaign.ini
Normal file
2
02 - Configurations/campaign/campaign.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[ campaign ]
|
||||
name="Cultists of Campath"
|
||||
125
02 - Configurations/campaign/categories.ini
Normal file
125
02 - Configurations/campaign/categories.ini
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
[character]
|
||||
|
||||
name="Characters"
|
||||
name_self="Character"
|
||||
module="character"
|
||||
modules_list=["xenoline", "faction", "childhood", "youth", "trait", "stat", "skill", "pet"]
|
||||
|
||||
[xenoline]
|
||||
|
||||
name="Xenolines"
|
||||
name_self="Xenoline"
|
||||
module="xenoline"
|
||||
modules_list=["trait", "stat", "skill"]
|
||||
|
||||
[faction]
|
||||
|
||||
name="Factions"
|
||||
name_self="Faction"
|
||||
module="text"
|
||||
modules_list=["character", "country", "region", "city", "location"]
|
||||
|
||||
[trait]
|
||||
|
||||
name="Traits"
|
||||
name_self="Trait"
|
||||
module="trait"
|
||||
modules_list=["stat", "skill"]
|
||||
|
||||
[skill]
|
||||
|
||||
name="Skills"
|
||||
name_self="Skill"
|
||||
module="skill"
|
||||
modules_list=["stat", "target"]
|
||||
|
||||
[stat]
|
||||
|
||||
name="Stats"
|
||||
name_self="Stat"
|
||||
module="text"
|
||||
modules_list=[]
|
||||
|
||||
[ranged weapon]
|
||||
|
||||
name="Ranged Weapons"
|
||||
name_self="Ranged Weapon"
|
||||
module=""
|
||||
modules_list=["attachment"]
|
||||
|
||||
[attachment]
|
||||
|
||||
name="Attachments"
|
||||
name_self="Attachment"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[modifier]
|
||||
|
||||
name="Modifiers"
|
||||
name_self="Modifier"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[target]
|
||||
|
||||
name="Targets"
|
||||
name_self="Target"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[youth]
|
||||
|
||||
name="Youths"
|
||||
name_self="Youth"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[childhood]
|
||||
|
||||
name="Childhoods"
|
||||
name_self="Childhood"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[melee weapon]
|
||||
|
||||
name="Melee Weapons"
|
||||
name_self="Melee Weapon"
|
||||
module=""
|
||||
modules_list=[]
|
||||
|
||||
[pet]
|
||||
|
||||
name="Pets"
|
||||
name_self="Pet"
|
||||
module="text"
|
||||
modules_list=["trait", "stat", "skill"]
|
||||
|
||||
[country]
|
||||
|
||||
name="Countries"
|
||||
name_self="Country"
|
||||
module=""
|
||||
modules_list=["region", "city", "location"]
|
||||
|
||||
[region]
|
||||
|
||||
name="Regions"
|
||||
name_self="Region"
|
||||
module=""
|
||||
modules_list=["city", "location"]
|
||||
|
||||
[city]
|
||||
|
||||
name="Cities"
|
||||
name_self="City"
|
||||
module=""
|
||||
modules_list=["location"]
|
||||
|
||||
[location]
|
||||
|
||||
name="Locations"
|
||||
name_self="Location"
|
||||
module="location"
|
||||
modules_list=[]
|
||||
19
02 - Configurations/campaign/main_menu.ini
Normal file
19
02 - Configurations/campaign/main_menu.ini
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[characters]
|
||||
|
||||
name="Characters"
|
||||
items=["character", "xenoline", "faction", "trait", "skill", "stat", "youth", "childhood", "pet"]
|
||||
|
||||
[items]
|
||||
|
||||
name="Items"
|
||||
items=["ranged weapon", "attachment", "melee weapon"]
|
||||
|
||||
[location]
|
||||
|
||||
name="Locations"
|
||||
items=["country", "region", "city", "location"]
|
||||
|
||||
[battle_map]
|
||||
|
||||
name="Battle Maps"
|
||||
items=[]
|
||||
Loading…
Add table
Add a link
Reference in a new issue