.mod file added
This commit is contained in:
parent
9112a64c1b
commit
71fbf5783f
622 changed files with 2 additions and 1370904 deletions
|
|
@ -1,10 +0,0 @@
|
|||
|
||||
bm_2555_europe = {
|
||||
start_date = 2555.1.1
|
||||
is_playable = yes
|
||||
group = bm_group_2555
|
||||
|
||||
weight = {
|
||||
value = 0
|
||||
}
|
||||
}
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
### Defines a bookmark
|
||||
|
||||
bookmark_01 = {
|
||||
### Brief: start_data (date)
|
||||
# Which date this bookmark starts at
|
||||
start_date = 867.1.1
|
||||
|
||||
### Brief: is_playable (yes/no)
|
||||
# Sets if this bookmark is playable or not
|
||||
# defaults to: yes
|
||||
is_playable = yes
|
||||
|
||||
### Brief: weight (scriptable value)
|
||||
# Sets the weight for this bookmark to be the default bookmark
|
||||
# Bookmark with the highest value will be the default
|
||||
# Note that this is calculated before a gamestate exists and thus cannot use gamestate related triggers
|
||||
# defaults value: -1
|
||||
weight = {
|
||||
value = 0
|
||||
if = {
|
||||
limit = { has_dlc = "The Fate of Iberia" }
|
||||
add = 20
|
||||
}
|
||||
}
|
||||
|
||||
### Brief: recommended (yes/no)
|
||||
# If bookmark should show as recommended or not
|
||||
# defaults to: no
|
||||
recommended = yes
|
||||
|
||||
### Brief: group (bookmark_group key)
|
||||
# Set what group this bookmark is part of
|
||||
# left empty bookmark will be ungrouped
|
||||
group = bm_group_867
|
||||
|
||||
### Brief: requires_dlc_flag (dlc feature flag)
|
||||
# Sets a DLC flag the must be active for this bookmark to show.
|
||||
# Not adding this will make the bookmark show regardless of active DLCs.
|
||||
requires_dlc_flag = legends_of_the_dead
|
||||
|
||||
#TODO: TIT-36441
|
||||
character = {}
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
### Defines a challenge character.
|
||||
|
||||
challenge_character_1 = {
|
||||
start_date = 867.1.1 # The game start date.
|
||||
character = {
|
||||
# This is exactly the same as a bookmark character. See 'character = {}' in 00_bookmarks.txt.
|
||||
}
|
||||
}
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
bm_group_2555 = {
|
||||
default_start_date = 2555.1.1
|
||||
}
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
Used to group bookmarks together, can contain default data.
|
||||
Key of the bookmark is used as localization tag as well.
|
||||
|
||||
bookmark_group_1 = {
|
||||
### Breif: default_start_date (date)
|
||||
# Bookmarks that are assigned this group will use this as their default start
|
||||
# date, can be overwritten by the bookmark itself.
|
||||
default_start_date = 867.1.1
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue