chore: remove unnecessary replacement

This commit is contained in:
Anna 2024-06-21 12:12:50 -04:00
parent 2a478c4e44
commit 17cc403801
Signed by: anna
GPG Key ID: D0943384CD9F87D1
3 changed files with 11 additions and 22 deletions

View File

@ -1,5 +1,3 @@
using YamlDotNet.Serialization;
namespace TimePasses.Model; namespace TimePasses.Model;
[Serializable] [Serializable]

View File

@ -23,4 +23,4 @@ public class WhenSex : IWhen {
public enum Sex : byte { public enum Sex : byte {
Female = 1, Female = 1,
Male = 0, Male = 0,
} }

View File

@ -16,9 +16,11 @@ definitions:
# # id (uint) (required) # # id (uint) (required)
# # This is the ID from the Balloon excel sheet # # This is the ID from the Balloon excel sheet
# - id: 123 # - id: 123
# # text (string) (optional) # # text (string/list) (optional)
# # This text will be used instead of the normal text if there either are # # 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. # # no entries in the "when" section or if none of them match.
# # If this is a list, an entry will be chosen at random each time the
# # balloon appears.
# text: |- # text: |-
# It's not so bad # It's not so bad
# being green. # being green.
@ -35,10 +37,12 @@ definitions:
# # Inside the level object you should specify the comparator and the # # Inside the level object you should specify the comparator and the
# # text. The comparator can be greaterThan, lessThan, or equalTo. # # text. The comparator can be greaterThan, lessThan, or equalTo.
# greaterThan: 49 # greaterThan: 49
# # text (string) (required) # # text (string/list) (required)
# text: |- # text:
# You look like you've # - |-
# got some experience. # You look like you've
# got some experience.
# - Please don't hurt me!
# # quest (list object) # # quest (list object)
# # This when item specifies text that should be displayed depending on # # This when item specifies text that should be displayed depending on
# # the status of a quest. # # the status of a quest.
@ -47,7 +51,7 @@ definitions:
# # This is the quest ID, visible in the excel sheets or Garland # # This is the quest ID, visible in the excel sheets or Garland
# # Tools. # # Tools.
# id: *patch2.0 # id: *patch2.0
# # text (string) (required) # # text (string/list) (required)
# text: |- # text: |-
# I can't believe you made # I can't believe you made
# it out of Porta Decumana! # it out of Porta Decumana!
@ -103,16 +107,3 @@ replacements:
text: |- text: |-
It seems like the It seems like the
repairs never end... repairs never end...
# Original: I smells me a man.
# Limsa Lominsa Upper Decks (X: 12.6 Y: 13.8)
# seems bugged? original should account for sex but doesn't seem to
# I smells me a man.<If(PlayerParameter(4))>
# Where've <Emphasis>you</Emphasis> been, lass?<Else/></If>
- id: 1369
when:
- sex:
is: female
text: |-
I smells me a man.
Where've <em>you</em> been, lass?