SHRIMPLE AS THAT
This commit is contained in:
parent
bbe242402d
commit
b85cedeac9
278 changed files with 43878 additions and 0 deletions
2613
common/bookmarks/bookmarks/00_bookmarks.txt
Normal file
2613
common/bookmarks/bookmarks/00_bookmarks.txt
Normal file
File diff suppressed because it is too large
Load diff
43
common/bookmarks/bookmarks/_bookmarks.info
Normal file
43
common/bookmarks/bookmarks/_bookmarks.info
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
### 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 = {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue