Changes

Jump to navigation Jump to search
11 bytes removed ,  20:45, 30 October 2022
m
removed trailing commas from json, fixed order of npc gift tastes in Gift tastes section
Line 94: Line 94:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
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:Items]] for the object IDs.
+
The line can be broken down into 5 pairs of dialogue + item IDs in this order: Love, Like, Dislike, Hate, Neutral. If a dialogue field is empty, the game will use a generic dialogue text. See [[Modding:Items]] for the object IDs.
    
====Birthday gift responses====
 
====Birthday gift responses====
Line 261: Line 261:  
             "Action": "Load",
 
             "Action": "Load",
 
             "Target": "Characters/Dobson",
 
             "Target": "Characters/Dobson",
             "FromFile": "assets/sprites.png",
+
             "FromFile": "assets/sprites.png"
 
         },
 
         },
 
         {
 
         {
 
             "Action": "Load",
 
             "Action": "Load",
 
             "Target": "Portraits/Dobson",
 
             "Target": "Portraits/Dobson",
             "FromFile": "assets/portraits.png",
+
             "FromFile": "assets/portraits.png"
 
         },
 
         },
 
         {
 
         {
 
             "Action": "Load",
 
             "Action": "Load",
 
             "Target": "Characters/Dialogue/Dobson",
 
             "Target": "Characters/Dialogue/Dobson",
             "FromFile": "assets/dialogue.json",
+
             "FromFile": "assets/dialogue.json"
 
         },
 
         },
 
         {
 
         {
 
             "Action": "Load",
 
             "Action": "Load",
 
             "Target": "Characters/Dialogue/MarriageDialogueDobson",
 
             "Target": "Characters/Dialogue/MarriageDialogueDobson",
             "FromFile": "assets/marriageDialogue.json",
+
             "FromFile": "assets/marriageDialogue.json"
 
         },
 
         },
 
         {
 
         {
 
             "Action": "Load",
 
             "Action": "Load",
 
             "Target": "Characters/schedules/Dobson",
 
             "Target": "Characters/schedules/Dobson",
             "FromFile": "assets/schedule.json",
+
             "FromFile": "assets/schedule.json"
 
         },
 
         },
 
         {
 
         {
Line 288: Line 288:  
             "Entries": {
 
             "Entries": {
 
                 "Dobson": "adult/rude/neutral/positive/male/datable//Town/summer 7//BusStop 19 4/Dobson"
 
                 "Dobson": "adult/rude/neutral/positive/male/datable//Town/summer 7//BusStop 19 4/Dobson"
             },
+
             }
 
         },
 
         },
 
         {
 
         {
Line 294: Line 294:  
             "Target": "Data/NPCGiftTastes",
 
             "Target": "Data/NPCGiftTastes",
 
             "Entries": {
 
             "Entries": {
                 "Dobson": "You're giving this to me? This is amazing!/207 232 233 400/Thank you! This is a very interesting specimen./-5 -79 422/...What is this?/80 330/This is disgusting./2/That was very thoughtful of you./-4/ ",
+
                 "Dobson": "You're giving this to me? This is amazing!/207 232 233 400/Thank you! This is a very interesting specimen./-5 -79 422/...What is this?/80 330/This is disgusting./2/That was very thoughtful of you./-4/ "
             },
+
             }
 
         },
 
         },
 
         {
 
         {
Line 302: Line 302:  
             "Entries": {
 
             "Entries": {
 
                 "Dobson0": "I can't believe I am about to be married!$h",
 
                 "Dobson0": "I can't believe I am about to be married!$h",
                 "Dobson1": "I hope I don't get cold feet",
+
                 "Dobson1": "I hope I don't get cold feet"
             },
+
             }
         },
+
         }
 
     ]
 
     ]
 
}
 
}
1

edit

Navigation menu