TimePasses/replacements.yaml

110 lines
3.5 KiB
YAML
Raw Permalink Normal View History

2024-06-18 15:23:16 +00:00
# This section contains aliases for use in later sections. This makes it so
# you don't have to remember and repeat quest IDs, for example, but can refer
# to them by variable names instead.
# Note that adding new definition sections requires a plugin update.
2024-06-17 18:40:28 +00:00
definitions:
quests:
2024-06-17 19:30:16 +00:00
# final msq for A Realm Reborn
2024-06-18 15:12:18 +00:00
- &patch2.0 70058
# end of Dragonsong War
- &patch3.3 67783
2024-06-17 18:40:28 +00:00
2024-06-18 15:23:16 +00:00
# This section contains most of what the plugin does. Each list item represents
# a specific NPC text balloon that should be replaced.
# replacements:
# # id (uint) (required)
# # This is the ID from the Balloon excel sheet
# - id: 123
2024-06-21 16:12:50 +00:00
# # text (string/list) (optional)
2024-06-18 15:23:16 +00:00
# # This text will be used instead of the normal text if there either are
# # no entries in the "when" section or if none of them match.
2024-06-21 16:12:50 +00:00
# # If this is a list, an entry will be chosen at random each time the
# # balloon appears.
2024-06-18 15:23:16 +00:00
# text: |-
# It's not so bad
# being green.
# # when (list) (optional)
# # This section contains a list of items to check. If any of the conditions
# # are met, the text from the item will be used for the balloon.
# # Note that the *first* item to match will be used.
# when:
# # level (list object)
# # This when item specifies text that should be displayed depending on
# # the player's level.
# - level:
# comparator (uint) (required)
# # Inside the level object you should specify the comparator and the
# # text. The comparator can be greaterThan, lessThan, or equalTo.
# greaterThan: 49
2024-06-21 16:12:50 +00:00
# # text (string/list) (required)
# text:
# - |-
# You look like you've
# got some experience.
# - Please don't hurt me!
2024-06-18 15:23:16 +00:00
# # quest (list object)
# # This when item specifies text that should be displayed depending on
# # the status of a quest.
# - quest:
# # id (uint) (required)
# # This is the quest ID, visible in the excel sheets or Garland
# # Tools.
# id: *patch2.0
2024-06-21 16:12:50 +00:00
# # text (string/list) (required)
2024-06-18 15:23:16 +00:00
# text: |-
# I can't believe you made
# it out of Porta Decumana!
# Please also include the original text and location of the NPC as comments
# above the replacement.
2024-06-17 16:04:57 +00:00
replacements:
2024-06-17 17:25:46 +00:00
# Original: Just what we need. Another outsider.
# New Gridania (X: 12.2 Y: 12.0)
2024-06-17 16:04:57 +00:00
- id: 22
2024-06-17 17:25:46 +00:00
when:
- quest:
2024-06-17 19:30:16 +00:00
id: *patch2.0
2024-06-17 17:25:46 +00:00
status: complete
text: |-
2024-06-17 18:40:28 +00:00
The water here
is so peaceful.
2024-06-17 19:04:13 +00:00
2024-06-17 18:40:28 +00:00
# Original: Start any trouble, and I'll see you rot in the oubliettes for eternity.
# Ul'dah - Steps of Nald (X: 8.6 Y: 8.1)
2024-06-17 18:40:28 +00:00
- id: 291
when:
- quest:
id: *patch2.0
status: complete
text: |-
My eyes are peeled
for trouble.
2024-06-17 19:04:13 +00:00
# Original: Don't ever turn your back on a beastie, hear?
# Ul'dah - Steps of Nald (X: 11.9 Y: 8.0)
2024-06-17 19:04:13 +00:00
- id: 280
when:
- level:
2024-06-17 19:30:16 +00:00
greaterThan: 49
2024-06-17 19:04:13 +00:00
text: |-
Bet beasties never
2024-06-19 14:20:18 +00:00
give <em>you</em> any trouble.
2024-06-17 19:07:30 +00:00
- level:
2024-06-17 19:30:16 +00:00
greaterThan: 29
2024-06-17 19:07:30 +00:00
text: |-
Try not to get
swarmed out there.
2024-06-17 19:45:56 +00:00
# Original: Why do I even bother? It will only be demolished again in the next raid...
# Foundation (X: 10.2 Y: 11.1)
- id: 2973
when:
- quest:
id: *patch3.3
status: complete
text: |-
It seems like the
repairs never end...