Slight word changes and image updates (#38)
* Update images to the current version * Changing wording Slightly changing wording in 2 commands * Add files via upload * Add files via upload * Update README_en-US.md * Delete CustomWeapon.png * Add files via upload * Delete 1-CustomComands.png * Add files via upload * Update AvatarStats.json
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 37 KiB |
@ -55,6 +55,6 @@ The server require [gc-opencommand-plugin](https://github.com/jie65535/gc-openco
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
@ -1,24 +1,24 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"Name": "MAX HP",
|
"Name": "Max HP",
|
||||||
"ArgName": "maxhp",
|
"ArgName": "maxhp",
|
||||||
"Percent": false,
|
"Percent": false,
|
||||||
"Tip": ""
|
"Tip": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CUR HP",
|
"Name": "Current HP",
|
||||||
"ArgName": "hp",
|
"ArgName": "hp",
|
||||||
"Percent": false,
|
"Percent": false,
|
||||||
"Tip": ""
|
"Tip": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "CUR Attack",
|
"Name": "Current Atk",
|
||||||
"ArgName": "atk",
|
"ArgName": "atk",
|
||||||
"Percent": false,
|
"Percent": false,
|
||||||
"Tip": ""
|
"Tip": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Base Attack",
|
"Name": "Base Atk",
|
||||||
"ArgName": "atkb",
|
"ArgName": "atkb",
|
||||||
"Percent": false,
|
"Percent": false,
|
||||||
"Tip": "This doesn't seem to get used to recalculate ATK, so it's only useful for stuff like Bennett's buff."
|
"Tip": "This doesn't seem to get used to recalculate ATK, so it's only useful for stuff like Bennett's buff."
|
||||||
@ -30,7 +30,7 @@
|
|||||||
"Tip": ""
|
"Tip": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "Element mastery",
|
"Name": "Element Mastery",
|
||||||
"ArgName": "em",
|
"ArgName": "em",
|
||||||
"Percent": false,
|
"Percent": false,
|
||||||
"Tip": ""
|
"Tip": ""
|
||||||
@ -108,7 +108,7 @@
|
|||||||
"Tip": ""
|
"Tip": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "SUB HURT",
|
"Name": "Universal RES",
|
||||||
"ArgName": "resall",
|
"ArgName": "resall",
|
||||||
"Percent": true,
|
"Percent": true,
|
||||||
"Tip": "This seems to get reset after attacks"
|
"Tip": "This seems to get reset after attacks"
|
||||||
|
@ -12,7 +12,7 @@ Where am I?
|
|||||||
/position
|
/position
|
||||||
Set World Level
|
Set World Level
|
||||||
/setworldlevel 8
|
/setworldlevel 8
|
||||||
Set Fetter Level
|
Set Friendship Level
|
||||||
/setfetterlevel 1
|
/setfetterlevel 1
|
||||||
Clear Backpack(ALL)
|
Clear Backpack(ALL)
|
||||||
/clear all
|
/clear all
|
||||||
@ -42,7 +42,7 @@ Restart Server
|
|||||||
/restart
|
/restart
|
||||||
Send PM
|
Send PM
|
||||||
/say <player> <message>
|
/say <player> <message>
|
||||||
Pull in team
|
Force coop with player
|
||||||
/coop @targetId
|
/coop @targetId
|
||||||
Suicide
|
Suicide
|
||||||
/killcharacter
|
/killcharacter
|
||||||
|