Secret
This commit is contained in:
parent
ae149e7344
commit
96e3a64682
3 changed files with 181 additions and 181 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -10111,7 +10111,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Physical]Randomly attacks enemies 2 times",
|
||||
"description": "[Physical]Randomly attacks enemies 2x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -10149,7 +10149,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Physical]Randomly attacks enemies 3 times",
|
||||
"description": "[Physical]Randomly attacks enemies 3x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -10187,7 +10187,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Physical]Randomly attacks enemies 4 times",
|
||||
"description": "[Physical]Randomly attacks enemies 4x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -10432,7 +10432,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 2 times",
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 2x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -10470,7 +10470,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 3 times",
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 3x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
@ -10508,7 +10508,7 @@
|
|||
"type": 1,
|
||||
"variance": 20
|
||||
},
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 4 times",
|
||||
"description": "[Monster Slayer]Randomly attacks enemies 4x",
|
||||
"effects": [
|
||||
{
|
||||
"code": 21,
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@
|
|||
const tempWindow = new Window_Base(new Rectangle());
|
||||
tempWindow.resetFontSettings = function() {
|
||||
this.contents.fontFace = $gameSystem.mainFontFace();
|
||||
this.contents.fontSize = 20;
|
||||
this.contents.fontSize = 22;
|
||||
this.resetTextColor();
|
||||
};
|
||||
const size = tempWindow.textSizeEx(text);
|
||||
|
|
|
|||
Loading…
Reference in a new issue