This commit is contained in:
DazedAnon 2025-01-19 14:16:29 -06:00
parent 60c7feeed6
commit 26e5b8d4fd
4 changed files with 9 additions and 9 deletions

View file

@ -776,7 +776,7 @@
"traits": [],
"iconIndex": 230,
"name": "Kuroyoku Pill",
"note": "<cate:3> <WeaponType: 17>\n<UniqueEquip> <TemplateIndex:2>\n<MaxItems: 1>\n<up:99>\n---\n<SGカテゴリ:Clothes><SG種別:1><SG手動>\n<SG説明:\\amtext[31]>\n-----\n<ADT:[Max HP, Max MP, Spirit, Defense Increase]>\n//口\n<DD最大HP: \\js[KokuyokuExparamHP] >\n<DD最大MP: \\js[KokuyokuExparamMP]> //乳\n<DD魔法力: \\js[KokuyokuExparamMA]> //膣\n<DD防御力: \\js[KokuyokuExparamDF]> //尻",
"note": "<cate:3> <WeaponType: 17>\n<UniqueEquip> <TemplateIndex:2>\n<MaxItems: 1>\n<up:99>\n---\n<SGカテゴリ:Clothes><SG種別:1><SG手動>\n<SG説明:\\amtext[31]>\n-----\n<ADT:[Max HP, Max SP, Spirit, Defense Increase]>\n//口\n<DD最大HP: \\js[KokuyokuExparamHP] >\n<DD最大MP: \\js[KokuyokuExparamMP]> //乳\n<DD魔法力: \\js[KokuyokuExparamMA]> //膣\n<DD防御力: \\js[KokuyokuExparamDF]> //尻",
"params": [
0,
0,

View file

@ -6592,7 +6592,7 @@
"type": 2,
"variance": 0
},
"description": "Samurai Exclusive Skill MP Damage",
"description": "Samurai Exclusive Skill SP Damage",
"effects": [
{
"code": 21,
@ -15801,7 +15801,7 @@
"type": 6,
"variance": 20
},
"description": "Absorbs MP from a single enemy.",
"description": "Absorbs SP from a single enemy.",
"effects": [],
"hitType": 2,
"iconIndex": 72,
@ -17587,7 +17587,7 @@
"type": 6,
"variance": 5
},
"description": "Absorbs MP from a single enemy.",
"description": "Absorbs SP from a single enemy.",
"effects": [],
"hitType": 1,
"iconIndex": 80,

View file

@ -43,10 +43,10 @@
"Altmenu_Hst_G": "No balls, no rod, no desire",
"UPG_defHelp": "Use enhancement points to upgrade abilities.",
"UPG_HP": "[Endurance Monster] Max HP + 500",
"UPG_MP": "[Technique Samurai] Max MP + 1",
"UPG_MP": "[Technique Samurai] Max SP + 1",
"UPG_ATK": "[Strength Boost] Strength (base attack power excluding weapon) + 20",
"UPG_DEF": "[Durability Boost] Durability + 10",
"UPG_MATK": "[Resolve Boost] Resolve (MP recovery at end of turn) + 1",
"UPG_MATK": "[Resolve Boost] Resolve (SP recovery at end of turn) + 1",
"UPG_SPD": "[Agility Boost] Agility (action speed in battle) + 10",
"UPG_Dagger": "[Dagger Mastery] Increases successful action range for daggers",
"UPG_Spear": "[Spear Mastery] Increases successful action range for spears",
@ -83,7 +83,7 @@
"EquipScn_ATK": "\\}Strength\\}(Base Attack)\\{\\{:",
"EquipScn_WepATK": "\\}Weapon Attack\\{:",
"EquipScn_DEF": "\\}Durability\\{:",
"EquipScn_MATK": "\\}Resolve\\}(MP Recovery)\\{\\{:",
"EquipScn_MATK": "\\}Resolve\\}(SP Recovery)\\{\\{:",
"EquipScn_SPD": "\\}Agility\\{:",
"MapLv": "\\}\\}Rank \\{\\{",
"MapExp": "\\}\\}nextEXP \\{\\{",

View file

@ -239,7 +239,7 @@ var $plugins = [
armorTemplate:
'["${ADT}[Defense:${def}]${ADTs}(\\\\I[238]Lv${Hlv})\\n${description}","\\\\I[129]${ADT}${ADTs}${description}"]',
terms:
'{"itypeId":"[\\"Normal Items\\",\\"Important Items\\",\\"Hidden Item A\\",\\"Hidden Item B\\"]","hitType":"[\\"Certain Hit\\",\\"Physical Attack\\",\\"Magical Attack\\"]","type":"[\\"None\\",\\"HP Damage\\",\\"MP Damage\\",\\"HP Recovery\\",\\"MP Recovery\\",\\"HP Absorption\\",\\"MP Absorption\\"]","occasion":"[\\"Always\\",\\"Battle Screen\\",\\"Menu Screen\\",\\"Cannot Use\\"]","consumable":"[\\"Yes\\",\\"No\\"]","critical":"[\\"Yes\\",\\"No\\"]","scope":"[\\"None\\",\\"Single Enemy\\",\\"All Enemies\\",\\"Random 1 Enemy\\",\\"Random 2 Enemies\\",\\"Random 3 Enemies\\",\\"Random 4 Enemies\\",\\"Single Ally (Alive)\\",\\"All Allies (Alive)\\",\\"Single Ally (KO)\\",\\"All Allies (KO)\\",\\"User\\",\\"Single Ally (Unconditional)\\",\\"All Allies (Unconditional)\\",\\"All Enemies and Allies\\"]","none":"None","normalAttack":"Normal Attack"}',
'{"itypeId":"[\\"Normal Items\\",\\"Important Items\\",\\"Hidden Item A\\",\\"Hidden Item B\\"]","hitType":"[\\"Certain Hit\\",\\"Physical Attack\\",\\"Magical Attack\\"]","type":"[\\"None\\",\\"HP Damage\\",\\"SP Damage\\",\\"HP Recovery\\",\\"SP Recovery\\",\\"HP Absorption\\",\\"SP Absorption\\"]","occasion":"[\\"Always\\",\\"Battle Screen\\",\\"Menu Screen\\",\\"Cannot Use\\"]","consumable":"[\\"Yes\\",\\"No\\"]","critical":"[\\"Yes\\",\\"No\\"]","scope":"[\\"None\\",\\"Single Enemy\\",\\"All Enemies\\",\\"Random 1 Enemy\\",\\"Random 2 Enemies\\",\\"Random 3 Enemies\\",\\"Random 4 Enemies\\",\\"Single Ally (Alive)\\",\\"All Allies (Alive)\\",\\"Single Ally (KO)\\",\\"All Allies (KO)\\",\\"User\\",\\"Single Ally (Unconditional)\\",\\"All Allies (Unconditional)\\",\\"All Enemies and Allies\\"]","none":"None","normalAttack":"Normal Attack"}',
},
},
{
@ -390,7 +390,7 @@ var $plugins = [
gaugeA:
'{"type":"HP","x":"950","y":"56","width":"150","height":"36","fontSize":"24","param":"0","max":"0","name":"AP","color":"#ff60c0 #ffa0e0"}',
gaugeB:
'{"type":"MP","x":"1110","y":"56","width":"100","height":"36","fontSize":"24","param":"0","max":"0","name":"AP","color":"#ff60c0 #ffa0e0"}',
'{"type":"SP","x":"1110","y":"56","width":"100","height":"36","fontSize":"24","param":"0","max":"0","name":"AP","color":"#ff60c0 #ffa0e0"}',
gaugeC:
'{"type":"LV","x":"950","y":"24","width":"150","height":"36","fontSize":"20","param":"0","max":"0","name":"AP","color":"#ff60c0 #ffa0e0"}',
gaugeD: