Fix skills wrap
This commit is contained in:
parent
6eb0134e47
commit
21277c68f3
2 changed files with 35 additions and 35 deletions
|
|
@ -827,7 +827,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Heal] Cures status ailments *Cannot cure debuffs from miasma or erections.",
|
||||
"description": "[Heal] Cures status ailments *Cannot cure debuffs from miasma or\nerections.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -1508,7 +1508,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Recovery] Removes status debuffs from yourself. *Cannot cure debuffs from\nmiasma or erections.",
|
||||
"description": "[Recovery] Removes status debuffs from yourself. *Cannot cure\ndebuffs from miasma or erections.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 22,
|
||||
|
|
@ -3383,7 +3383,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Thunder/Physical/Single] Slash with a sword wreathed in lightning.",
|
||||
"description": "[Thunder/Physical/Single] Slash with a sword wreathed in\nlightning.",
|
||||
"effects": [],
|
||||
"hitType": 2,
|
||||
"iconIndex": 102,
|
||||
|
|
@ -4050,7 +4050,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "Purify with holy fluid released from the holy sword. *Boss battle only",
|
||||
"description": "Purify with holy fluid released from the holy sword. *Boss battle\nonly",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
@ -4093,7 +4093,7 @@
|
|||
"type": 1,
|
||||
"variance": 5
|
||||
},
|
||||
"description": "[Physical/All] Channel your spirit into your sword and slash all enemies.",
|
||||
"description": "[Physical/All] Channel your spirit into your sword and slash all\nenemies.",
|
||||
"effects": [],
|
||||
"hitType": 0,
|
||||
"iconIndex": 98,
|
||||
|
|
@ -4227,7 +4227,7 @@
|
|||
"type": 0,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "If the enemy uses a physical attack, counter with the Holy Sword Futanari. If\nyou fail, you take heavy damage.",
|
||||
"description": "If the enemy uses a physical attack, counter with the Holy Sword\nFutanari. If you fail, you take heavy damage.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -4344,7 +4344,7 @@
|
|||
"type": 3,
|
||||
"variance": 1
|
||||
},
|
||||
"description": "Recover 5% HP and immediately get back up after being drained from a forced\nejaculation.",
|
||||
"description": "Recover 5% HP and immediately get back up after being drained\nfrom a forced ejaculation.",
|
||||
"effects": [
|
||||
{
|
||||
"code": 44,
|
||||
|
|
|
|||
|
|
@ -381,48 +381,48 @@ var $plugins = [
|
|||
{
|
||||
name: "FTKR_SkillTreeSystem",
|
||||
status: true,
|
||||
description: "v1.18.3 ツリー型スキル習得システム",
|
||||
description: "v1.18.3 Tree-style Skill Acquisition System",
|
||||
parameters: {
|
||||
"--必須設定(Required)--": "",
|
||||
"--Required--": "",
|
||||
"Skill Tree Id": "13",
|
||||
"--基本設定(Basic)--": "",
|
||||
"--Basic--": "",
|
||||
"Show Skill Command": "1",
|
||||
"Command Name": "スキル習得",
|
||||
"Command Name": "Learn Skills",
|
||||
"Skill Menu Switch ID": "208",
|
||||
"Enable Confirmation": "1",
|
||||
"Reset When Forgotten Skill": "1",
|
||||
"Learned Actor Var ID": "0",
|
||||
"Learned Skill Var ID": "0",
|
||||
"--習得回数の設定(Learned Count)--": "",
|
||||
"--Learned Count--": "",
|
||||
"Enabled Skill Count": "0",
|
||||
"Default Max Count": "1",
|
||||
"Skill Learned Icon": "87",
|
||||
"--スキルポイントの設定(Skill Point)--": "",
|
||||
"--Skill Point--": "",
|
||||
"SP Display Name": "SP",
|
||||
"Default Max SP": "0",
|
||||
"Default Required SP": "1",
|
||||
"Get Level Up Sp": "1",
|
||||
"Cost Sp Icon": "296",
|
||||
"Hide Sp Cost 0": "0",
|
||||
"Display Get Sp": "%1 の%2を獲得!",
|
||||
"Display Get Sp": "Gained %2 from %1!",
|
||||
"Enable Class Sp": "false",
|
||||
"NonBattleMember Sp Rate": "100",
|
||||
"--スキル枠の設定(Skill Frame)--": "",
|
||||
"--Skill Frame--": "",
|
||||
"Enabled Skill Frame": "1",
|
||||
"Skill Frame Width": "40",
|
||||
"Skill Frame Height": "40",
|
||||
"Skill Icon Offset X": "4",
|
||||
"Skill Icon Offset Y": "4",
|
||||
"--スキルテキスト(Skill Text)--": "",
|
||||
"--Skill Text--": "",
|
||||
"Skill Name Format": "",
|
||||
"Skill Text Offset X": "38",
|
||||
"Skill Text Offset Y": "2",
|
||||
"--スキル枠の色の設定(Skill Frame Color)--": "",
|
||||
"--Skill Frame Color--": "",
|
||||
"Frame Color isLearned": "0",
|
||||
"Frame Color isLearn OK": "17",
|
||||
"Frame Color isReqSkill NG": "15",
|
||||
"Frame Color isRequired NG": "16",
|
||||
"--習得回数の表示設定(Skill Count Frame)--": "",
|
||||
"--Skill Count Frame--": "",
|
||||
"Draw Count Frame": "0",
|
||||
"Count Frame Width": "20",
|
||||
"Count Frame Height": "20",
|
||||
|
|
@ -432,47 +432,47 @@ var $plugins = [
|
|||
"Count Frame Format": "\\}\\c[0]%1\\{",
|
||||
"Skill Count Offset X": "5",
|
||||
"Skill Count Offset Y": "-10",
|
||||
"--ツリーの表示設定(Skill Tree Layout)--": "",
|
||||
"--Skill Tree Layout--": "",
|
||||
"Draw Line Type": "1",
|
||||
"Tree Line Thick": "2",
|
||||
"Add Frame To Line": "0",
|
||||
"Fit Line Color To Frame": "1",
|
||||
"--スキルツリーウィンドウの設定(Skill Tree Window)--": "",
|
||||
"--Skill Tree Window--": "",
|
||||
"Skill Tree Max Cols": "5",
|
||||
"Skill Tree Height Space": "24",
|
||||
"--スキル説明ウィンドウの設定(Skill Status Window)--": "",
|
||||
"Skill Status Title Format": "\\c[16][%2]のスキル情報",
|
||||
"--Skill Status Window--": "",
|
||||
"Skill Status Title Format": "\\c[16][%2] Skill Info",
|
||||
"Adjust Skill Desc Width": "0",
|
||||
"Prioritize Skill Desc": "false",
|
||||
"--コストウィンドウの設定(Cost Window)--": "",
|
||||
"Cost Title Format": "\\c[16]習得コスト:",
|
||||
"--Cost Window--": "",
|
||||
"Cost Title Format": "\\c[16]Acquisition Cost:",
|
||||
"Cost Item Format": "%1",
|
||||
"Cost Number Format": "17,%1(%2)",
|
||||
"Cost Number Width": "0",
|
||||
"Cost Max Count Format": "",
|
||||
"--前提スキルウィンドウの設定(Pre Skill Window)--": "",
|
||||
"Preskill Title Format": "\\c[16]前提スキル:",
|
||||
"--Pre Skill Window--": "",
|
||||
"Preskill Title Format": "\\c[16]Prerequisite Skills:",
|
||||
"Preskill Item Format": "%1",
|
||||
"--確認ウィンドウの設定(Confirmation Window)--": "",
|
||||
"Conf Title Format": "スキル習得の確認",
|
||||
"Confirmation Ok Format": "実行する",
|
||||
"Confirmation Cancel Format": "実行しない",
|
||||
"--習得時のSEの設定(Learned SE)--": "",
|
||||
"--Confirmation Window--": "",
|
||||
"Conf Title Format": "Skill Acquisition Confirmation",
|
||||
"Confirmation Ok Format": "Execute",
|
||||
"Confirmation Cancel Format": "Do Not Execute",
|
||||
"--Learned SE--": "",
|
||||
"Learn SE Name": "Sound2",
|
||||
"Learn SE Volume": "90",
|
||||
"Learn SE Pitch": "100",
|
||||
"Learn SE Pan": "0",
|
||||
"--コストアイコンの設定(Cost Icon)--": "",
|
||||
"--Cost Icon--": "",
|
||||
"Cost Gold Icon": "297",
|
||||
"Cost Variables Icon": "294",
|
||||
"--ステータスの表示設定(Actor Status Layout)--": "",
|
||||
"--Actor Status Layout--": "",
|
||||
"Actor Status Text1": "face",
|
||||
"Actor Status Text2": "name,level,sp",
|
||||
"Actor Status Text3": "",
|
||||
"Actor Status Space": "0,0,0,0",
|
||||
"Actor Status Space In Text": "0",
|
||||
"Actor Status Width Rate": "3,2,0",
|
||||
"--枠の表示設定(Frame Setting)--": "",
|
||||
"--Frame Setting--": "",
|
||||
"Skill Frame Type": "1",
|
||||
"Count Frame Type": "1",
|
||||
"Default Frame Image Index": "",
|
||||
|
|
@ -4034,7 +4034,7 @@ var $plugins = [
|
|||
description: "アクターコマンド封印プラグイン",
|
||||
parameters: {
|
||||
commandDisable: "true",
|
||||
disableSign: "\\c[2]\\i[1]禁止\\i[1]",
|
||||
disableSign: "\\c[2]\\i[1]Disabled\\i[1]",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue