Quirinea
Farmer
I have a mod (made for 1.5) that adds new craftables (Distillery) and made lists for each for gift tastes, like this: (this list has NPC:s for a number of people from other mods, especially RSV)
"GiftTastes": {
"Love": ["George", "Pam", "Lenny", "Ezekiel", "Juliet"],
"Like": ["Clint", "Gus", "Harvey", "Kent", "Shane", "Lewis", "Linus", "Marnie", "Pierre", "Sandy", "Wizard", "Freddie", "PickledPete", "Lola", "Richard", "Jio", "Jessie"],
"Dislike": ["Krobus", "Dwarf", "Abigail", "Alex", "Caroline", "Demetrius", "Emily", "Evelyn", "Haley", "Elliott", "Leah", "Robin", "Maru", "Hekate", "Hephaestus", "Olga", "Bert", "Corine", "Ian", "Jeric", "Kenneth", "Pika", "Shiro"],
"Hate": ["Jas", "Jodi", "Penny", "Sebastian", "Sam", "Vincent", "Philip", "Aguar", "Alissa", "Flor", "Keahi", "Kiwi", "Maddie", "Trinnie", "Ysabelle", "Yuuma", "Leo"]
},
Now it seems this list wont have effect. I'm testing my mod, and so far it seems to be otherwise working.
Is there a simple way to fix this, or do I have to make it the other way round, redefining the gift tastes of every and each NPC and their cat?
"GiftTastes": {
"Love": ["George", "Pam", "Lenny", "Ezekiel", "Juliet"],
"Like": ["Clint", "Gus", "Harvey", "Kent", "Shane", "Lewis", "Linus", "Marnie", "Pierre", "Sandy", "Wizard", "Freddie", "PickledPete", "Lola", "Richard", "Jio", "Jessie"],
"Dislike": ["Krobus", "Dwarf", "Abigail", "Alex", "Caroline", "Demetrius", "Emily", "Evelyn", "Haley", "Elliott", "Leah", "Robin", "Maru", "Hekate", "Hephaestus", "Olga", "Bert", "Corine", "Ian", "Jeric", "Kenneth", "Pika", "Shiro"],
"Hate": ["Jas", "Jodi", "Penny", "Sebastian", "Sam", "Vincent", "Philip", "Aguar", "Alissa", "Flor", "Keahi", "Kiwi", "Maddie", "Trinnie", "Ysabelle", "Yuuma", "Leo"]
},
Now it seems this list wont have effect. I'm testing my mod, and so far it seems to be otherwise working.
Is there a simple way to fix this, or do I have to make it the other way round, redefining the gift tastes of every and each NPC and their cat?