| summaryrefslogtreecommitdiff |
diff options
| author | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 16:07:28 +0200 |
|---|---|---|
| committer | nsensfel <SpamShield0@noot-noot.org> | 2018-08-28 16:07:28 +0200 |
| commit | a3ca314c49a9acfd2d27742c7a4998b1fa561c5e (patch) | |
| tree | 4b337297c63f0166ca5bccd91186d436237cf7fa /weapon/global.m4.conf | |
| parent | 92c21e348391af5fc3c2d68af0e6c6bfd7a40b03 (diff) | |
Converts the weapons, adds glyphs and their boards
Diffstat (limited to 'weapon/global.m4.conf')
| -rw-r--r-- | weapon/global.m4.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf index 498ea01..217788b 100644 --- a/weapon/global.m4.conf +++ b/weapon/global.m4.conf @@ -5,8 +5,8 @@ m4_define(`__WEAPON_ERLANG_STYLE',`from_id (`$1') -> { id = $1, name = <<"$2">>, - max_range = $3, - min_range = $4, + min_range = $3, + max_range = $4, attr_mod = $5, stat_mod = $6, atk_mod = $7, @@ -17,8 +17,8 @@ m4_define(`__WEAPON_JSON_STYLE',` { "msg": "add_weapon", "id": $1, "nam": "$2", - "rma": $3, - "rmi": $4, + "rmi": $3, + "rma": $4, "attm": $5, "stam": $6, "atkm": $7, |


