add unit specific modifiers

This commit is contained in:
Martin Michelsen
2025-11-05 22:29:18 -08:00
parent 766d4e0c7a
commit 8d2ffba3e1
2 changed files with 17 additions and 6 deletions
+2 -1
View File
@@ -660,7 +660,8 @@ Some commands only work for clients not in proxy sessions. The chat commands are
* `$item ES APHEX ZALURE TWIN +200` (ES weapon must be prefixed with "ES"; name comes before special)
* `$item DF FIELD +10DEF +20EVP +4` (armor with DFP bonus, EVP bonus, and slot count)
* `$item RED MERGE +10DFP +20EVP` (shield; same as armor except without slot count)
* `$item Knight/Power++` (unit)
* `$item Knight/Power +9` (unit with specific modifier)
* `$item Knight/Power++` (unit with normal modifier; ++/-- are +4/-4 and +/- are +2/-2)
* `$item LIMITER K:1000` (sealed unit with kill count)
* `$item Tapas PB:F,G,M&Y 120% 200IQ 5/195/0/0 green` (mag with PBs, synchro, IO, stats, and color)
* `$item Trimate x10` (tool with stack size)