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 = {}
|
||||
}
|
||||
1300
common/bookmarks/challenge_characters/00_challenge_characters.txt
Normal file
1300
common/bookmarks/challenge_characters/00_challenge_characters.txt
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -0,0 +1,8 @@
|
|||
### 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.
|
||||
}
|
||||
}
|
||||
14
common/bookmarks/groups/00_bookmark_groups.txt
Normal file
14
common/bookmarks/groups/00_bookmark_groups.txt
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
bm_group_867 = {
|
||||
default_start_date = 867.1.1
|
||||
}
|
||||
|
||||
bm_group_1066 = {
|
||||
default_start_date = 1066.9.15
|
||||
}
|
||||
|
||||
bm_group_1178 = {
|
||||
default_start_date = 1178.10.1
|
||||
}
|
||||
bm_group_2555 = {
|
||||
default_start_date = 2555.1.1
|
||||
}
|
||||
9
common/bookmarks/groups/_bookmark_groups.info
Normal file
9
common/bookmarks/groups/_bookmark_groups.info
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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