Allayna
Sodbuster
So I'm using Pridematic Shards, a CP mod that changes the appearance and name of the Prismatic Shard.
I noticed that the name wasn't updated in Qi's quest "Four Precious Stones".
I've been able to fix parts of it.
I can get it so have the
"Find Acematic Shards...." in the descriptions and "Place 4 Acematic Shards..." as the 2nd task are fixed
but I can't find how to fix the 1st task "Find 4 Prismatic Shards"
For the record, I have this so far:
{
"Action": "EditData",
"Target": "Data/Objects",
"Fields": {
"74": {
"Name": "Acematic Shard",
"DisplayName": "Acematic Shard"
}
},
},
{
"Action": "EditData",
"Target": "Strings/StringsFromCSFiles",
"Entries": {
"MeleeWeapon.cs.14122": "The Acematic shard changes shape before your very eyes! This power is tremendous.^^ You've found the =Galaxy Sword= ^",
},
},
{
"Action": "EditData",
"Target": "Strings/Objects",
"Entries": {
"PrismaticShard_Name": "Acematic Shard",
},
},
{
"Action": "EditData",
"Target": "Strings/SpecialOrderStrings",
"Entries": {
"QiChallenge4_Text": "Find 4 Acematic shards. Place them in my collection box.",
"QiChallenge4_Objective_0_Text": "Place 4 Acematic Shards into Qi's collection box.",
},
},
I noticed that the name wasn't updated in Qi's quest "Four Precious Stones".
I've been able to fix parts of it.
I can get it so have the
"Find Acematic Shards...." in the descriptions and "Place 4 Acematic Shards..." as the 2nd task are fixed
but I can't find how to fix the 1st task "Find 4 Prismatic Shards"
For the record, I have this so far:
{
"Action": "EditData",
"Target": "Data/Objects",
"Fields": {
"74": {
"Name": "Acematic Shard",
"DisplayName": "Acematic Shard"
}
},
},
{
"Action": "EditData",
"Target": "Strings/StringsFromCSFiles",
"Entries": {
"MeleeWeapon.cs.14122": "The Acematic shard changes shape before your very eyes! This power is tremendous.^^ You've found the =Galaxy Sword= ^",
},
},
{
"Action": "EditData",
"Target": "Strings/Objects",
"Entries": {
"PrismaticShard_Name": "Acematic Shard",
},
},
{
"Action": "EditData",
"Target": "Strings/SpecialOrderStrings",
"Entries": {
"QiChallenge4_Text": "Find 4 Acematic shards. Place them in my collection box.",
"QiChallenge4_Objective_0_Text": "Place 4 Acematic Shards into Qi's collection box.",
},
},
Attachments
-
71.1 KB Views: 56
Last edited: