Changes

Jump to navigation Jump to search
904 bytes added ,  03:04, 30 March 2020
→‎Gift tastes: Add subsection on birthday gift responses
Line 95: Line 95:     
The line can be broken down into 5 pairs of dialogue + item IDs in this order: Love, Like, Neutral, Dislike, Hate. If a dialogue field is empty, the game will use a generic dialogue text. See [[Modding:Object data]] for the item IDs.
 
The line can be broken down into 5 pairs of dialogue + item IDs in this order: Love, Like, Neutral, Dislike, Hate. If a dialogue field is empty, the game will use a generic dialogue text. See [[Modding:Object data]] for the item IDs.
 +
 +
====Birthday gift responses====
 +
The <tt>Strings\StringsFromCSFiles</tt> asset contains the generic responses given by NPCs to birthday gifts based on their gift preferences and manners. These shared strings can be customized for a specific NPC by editing them conditionally, such as only on the NPC's (non-shared) birthday. The following criteria are used to select from among the strings:
 +
 +
{| class="wikitable"
 +
|-
 +
! gift taste
 +
! manners
 +
! chance
 +
! string
 +
|-
 +
| rowspan="4" | love, like
 +
| rowspan="2" | rude
 +
| 50%
 +
| <tt>NPC.cs.4274</tt>
 +
|-
 +
| 50%
 +
| <tt>NPC.cs.4276</tt>
 +
|-
 +
| rowspan="2" | polite, neutral
 +
| 50%
 +
| <tt>NPC.cs.4275</tt>
 +
|-
 +
| 50%
 +
| <tt>NPC.cs.4277</tt>
 +
|-
 +
| rowspan="2" | dislike, hate
 +
| rude
 +
| 100%
 +
| <tt>NPC.cs.4278</tt>
 +
|-
 +
| polite, neutral
 +
| 100%
 +
| <tt>NPC.cs.4279</tt>
 +
|-
 +
| rowspan="2" | neutral
 +
| rude
 +
| 100%
 +
| <tt>NPC.cs.4280</tt>
 +
|-
 +
| polite, neutral
 +
| 100%
 +
| <tt>NPC.cs.4281</tt>
 +
|}
    
===Overworld sprites===
 
===Overworld sprites===
37

edits

Navigation menu