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",
|
||||
"Percent": false,
|
||||
"Tip": ""
|
||||
},
|
||||
{
|
||||
"Name": "CUR HP",
|
||||
"Name": "Current HP",
|
||||
"ArgName": "hp",
|
||||
"Percent": false,
|
||||
"Tip": ""
|
||||
},
|
||||
{
|
||||
"Name": "CUR Attack",
|
||||
"Name": "Current Atk",
|
||||
"ArgName": "atk",
|
||||
"Percent": false,
|
||||
"Tip": ""
|
||||
},
|
||||
{
|
||||
"Name": "Base Attack",
|
||||
"Name": "Base Atk",
|
||||
"ArgName": "atkb",
|
||||
"Percent": false,
|
||||
"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": ""
|
||||
},
|
||||
{
|
||||
"Name": "Element mastery",
|
||||
"Name": "Element Mastery",
|
||||
"ArgName": "em",
|
||||
"Percent": false,
|
||||
"Tip": ""
|
||||
@ -108,7 +108,7 @@
|
||||
"Tip": ""
|
||||
},
|
||||
{
|
||||
"Name": "SUB HURT",
|
||||
"Name": "Universal RES",
|
||||
"ArgName": "resall",
|
||||
"Percent": true,
|
||||
"Tip": "This seems to get reset after attacks"
|
||||
|
@ -12,7 +12,7 @@ Where am I?
|
||||
/position
|
||||
Set World Level
|
||||
/setworldlevel 8
|
||||
Set Fetter Level
|
||||
Set Friendship Level
|
||||
/setfetterlevel 1
|
||||
Clear Backpack(ALL)
|
||||
/clear all
|
||||
@ -42,7 +42,7 @@ Restart Server
|
||||
/restart
|
||||
Send PM
|
||||
/say <player> <message>
|
||||
Pull in team
|
||||
Force coop with player
|
||||
/coop @targetId
|
||||
Suicide
|
||||
/killcharacter
|
||||
@ -53,4 +53,4 @@ List ALL users
|
||||
Reload service config
|
||||
/reload
|
||||
KillAll
|
||||
/killall
|
||||
/killall
|
||||
|