terraprisma text changing problem

mddznyan

Official Terrarian
Now, i got a new problem. I want to change now the text of the terraprisma but for some reason its not working. not sure if it works like the master mode item. Here is the code:
{
"ItemName": {
"Terraprisma": "Memory Of Fractal",
},
"ItemTooltip": {
"Terraprisma": "'Summons a long forgotten legendary sword.'",
},
"BuffName": {
"Terraprisma": "sword fractal",

},

"BuffDescription": {
"Terraprisma": "the swords fractal is guarding you",
},

}
( thanks melster, its working)
 
Last edited:
The Terraprisma is called "EmpressBlade" in the game files, for some reason. So just replace Terraprisma with EmpressBlade and it'll work.
 
Back
Top Bottom