Changes

Jump to navigation Jump to search
→‎Extra dialogue: fix incorrect info
Line 179: Line 179:  
====Extra dialogue====
 
====Extra dialogue====
 
<samp>Data\ExtraDialogue.xnb</samp> contains miscellaneous strings, some of which are NPC specific:
 
<samp>Data\ExtraDialogue.xnb</samp> contains miscellaneous strings, some of which are NPC specific:
  −
'''Note while this table describes the general pattern of these comments, they are actually quite hardcoded and you probably cannot add new keys.'''
      
{| class="wikitable"
 
{| class="wikitable"
Line 187: Line 185:  
! description
 
! description
 
|-
 
|-
| <samp>PurchasedItem_{{t|NPC}}</samp></br><samp>PurchasedItem_{{t|NPC}}_Quality{{t|quality}}</samp></br><samp>PurchasedItem_{{t|number}}_Quality{{t|quality}}_{{t|NPC}}</samp>
+
| <samp>PurchasedItem_*</samp>
| An NPC-specific version of the "purchased item" strings. {{t|quality}} is Low or High. {{t|number}} is a number from 1 to 5.
+
| Randomly shown by a non-child town NPC after you sell an edible item to a shop. These keys are hardcoded, and you can't add new keys with a similar pattern.
 +
 
 +
For keys with a number infix (like <samp>PurchasedItem_5_Cooking</samp>), the number is selected as such:
 +
* If the NPC is marked as rude in their data, they use 3.
 +
* Otherwise they randomly choose 1-5.
 
|-
 
|-
| <samp>Town_DumpsterDiveComment_{{t|NPC}}</samp>
+
| <samp>Town_DumpsterDiveComment_Child</samp><br /><samp>Town_DumpsterDiveComment_Teen</samp><br /><samp>Town_DumpsterDiveComment_Adult</samp><br /><samp>Town_DumpsterDiveComment_Linus</samp>
| An NPC-specific comment for being caught dumpster-diving. Currently only used for Linus, who uniquely has a positive reaction.
+
| Shown when an NPC catches you rummaging through trash cans, depending on the NPC's age. Linus has his own dialogue, but other NPCs don't.
 
|-
 
|-
 
| <samp>SummitEvent_Dialogue3_{{t|spouse}}</samp>
 
| <samp>SummitEvent_Dialogue3_{{t|spouse}}</samp>
| An NPC-specific dialogue line used near the end of the Summit cutscene.
+
| Shown for your NPC spouse near the start of the [[perfection]] cutscene.
 
|}
 
|}
  
translators
8,403

edits

Navigation menu