From 2210042ef5def7d3e4d0d2aebbda6c84f633cf10 Mon Sep 17 00:00:00 2001 From: SecreC Date: Tue, 28 Feb 2023 00:30:54 -0800 Subject: [PATCH] added msg tags for flags, coop, icons, and seltex for p5 and p5r --- .../Persona5/MessageScriptLibrary.json | 64 ++++++++++++++++--- .../Persona5Royal/MessageScriptLibrary.json | 64 ++++++++++++++++--- 2 files changed, 112 insertions(+), 16 deletions(-) diff --git a/Source/AtlusScriptLibrary/Libraries/Persona5/MessageScriptLibrary.json b/Source/AtlusScriptLibrary/Libraries/Persona5/MessageScriptLibrary.json index f51de23..390c18a 100644 --- a/Source/AtlusScriptLibrary/Libraries/Persona5/MessageScriptLibrary.json +++ b/Source/AtlusScriptLibrary/Libraries/Persona5/MessageScriptLibrary.json @@ -216,9 +216,25 @@ }, { "Index": 7, - "Name": "", - "Description": "", + "Name": "bitflag", + "Description": "toggles bitflags on and off", "Parameters": [ + { + "Name": "param1", + "Description": "" + }, + { + "Name": "flag_section", + "Description": "section of the flag you want to toggle" + }, + { + "Name": "flag_id", + "Description": "the id of the flag you want to toggle" + }, + { + "Name": "flag_bool", + "Description": "boolean value that enables or disables the flag" + } ] } ] @@ -510,9 +526,13 @@ }, { "Index": 29, - "Name": "", - "Description": "", + "Name": "selTex", + "Description": "overrides game logic deciding which dialogue select portrait to display", "Parameters": [ + { + "Name": "selMajorId", + "Description": "the major id of the select portrait to display (FONT/SELECT/CUTIN_XXX_000.DDS)" + } ] } ] @@ -617,9 +637,21 @@ }, { "Index": 13, - "Name": "", - "Description": "", + "Name": "coop", + "Description": "adds confidant points to a specified arcana", "Parameters": [ + { + "Name": "arcanaId", + "Description": "the arcana id of the character you want to add points to" + }, + { + "Name": "pointsGiven", + "Description": "the amount of points added to the arcana" + }, + { + "Name": "modelMajorId", + "Description": "the Major ID of the model above which to display musical notes" + }, ] }, { @@ -661,9 +693,25 @@ }, { "Index": 1, - "Name": "", - "Description": "", + "Name": "itemIcon", + "Description": "Displays an item category icon (consumable, armor, etc...)", "Parameters": [ + { + "Name": "param1", + "Description": "" + }, + { + "Name": "param2", + "Description": "" + }, + { + "Name": "param3", + "Description": "" + }, + { + "Name": "icon_id", + "Description": "the id of the icon to display" + } ] } ] diff --git a/Source/AtlusScriptLibrary/Libraries/Persona5Royal/MessageScriptLibrary.json b/Source/AtlusScriptLibrary/Libraries/Persona5Royal/MessageScriptLibrary.json index 2c18b2e..c88b6d1 100644 --- a/Source/AtlusScriptLibrary/Libraries/Persona5Royal/MessageScriptLibrary.json +++ b/Source/AtlusScriptLibrary/Libraries/Persona5Royal/MessageScriptLibrary.json @@ -217,9 +217,25 @@ }, { "Index": 7, - "Name": "", - "Description": "", + "Name": "bitflag", + "Description": "toggles bitflags on and off", "Parameters": [ + { + "Name": "param1", + "Description": "" + }, + { + "Name": "flag_section", + "Description": "section of the flag you want to toggle" + }, + { + "Name": "flag_id", + "Description": "the id of the flag you want to toggle" + }, + { + "Name": "flag_bool", + "Description": "boolean value that enables or disables the flag" + } ] } ] @@ -511,9 +527,13 @@ }, { "Index": 29, - "Name": "", - "Description": "", + "Name": "selTex", + "Description": "overrides game logic deciding which dialogue select portrait to display", "Parameters": [ + { + "Name": "selMajorId", + "Description": "the major id of the select portrait to display (FONT/SELECT/CUTIN_XXX_000.DDS)" + } ] } ] @@ -618,9 +638,21 @@ }, { "Index": 13, - "Name": "", - "Description": "", + "Name": "coop", + "Description": "adds confidant points to a specified arcana", "Parameters": [ + { + "Name": "arcanaId", + "Description": "the arcana id of the character you want to add points to" + }, + { + "Name": "pointsGiven", + "Description": "the amount of points added to the arcana" + }, + { + "Name": "modelMajorId", + "Description": "the Major ID of the model above which to display musical notes" + }, ] }, { @@ -662,9 +694,25 @@ }, { "Index": 1, - "Name": "", - "Description": "", + "Name": "itemIcon", + "Description": "Displays an item category icon (consumable, armor, etc...)", "Parameters": [ + { + "Name": "param1", + "Description": "" + }, + { + "Name": "param2", + "Description": "" + }, + { + "Name": "param3", + "Description": "" + }, + { + "Name": "icon_id", + "Description": "the id of the icon to display" + } ] } ]