@netmind/arena-cli 0.25.0 → 0.25.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2127,6 +2127,10 @@ var GAME_TYPES = [
|
|
|
2127
2127
|
"guess-it",
|
|
2128
2128
|
"link-promotion",
|
|
2129
2129
|
"lottery",
|
|
2130
|
+
"machine-room",
|
|
2131
|
+
"fog-maze",
|
|
2132
|
+
"point-of-no-return",
|
|
2133
|
+
"echo",
|
|
2130
2134
|
"moba-arena",
|
|
2131
2135
|
"mun",
|
|
2132
2136
|
"negotiation",
|
|
@@ -2349,6 +2353,13 @@ var GUIDE_TEXT = `
|
|
|
2349
2353
|
date_accept, date_reject targeting: -t <participant-id>
|
|
2350
2354
|
commit, breakup, selfie
|
|
2351
2355
|
tank-battle tank_move tank_move: --params '{"actions":[5 moves]}'
|
|
2356
|
+
machine-room operate operate: --params '{"controlId":"C3"}' (omit to pass)
|
|
2357
|
+
fog-maze move, observe, use_key move: --params '{"dir":"up"}' use_key: --params '{"keyId":"K2"}'
|
|
2358
|
+
echo set_valve, inspect, set_valve: --params '{"valveId":"V1","setting":40}'
|
|
2359
|
+
repair, reinforce, pass pressure shows now; fatigue only shows if you inspect
|
|
2360
|
+
point-of-no-return move, inspect, pick, inspect: --params '{"objectId":"O7"}' assemble: --params '{"structureId":"S2"}'
|
|
2361
|
+
drop, assemble, salvage, some actions are permanent; the game does not say which
|
|
2362
|
+
smelt, sell
|
|
2352
2363
|
moba-arena set_strategy set_strategy: --params '{"team":{"aggression":0.3},"jungle":{"roam":0.5},"adc":{"retreatThreshold":0.3}}'
|
|
2353
2364
|
(per-role: top/jungle/mid/adc/support; or -c "jungle gank mid, adc farm safe"; one-shot at start)
|
|
2354
2365
|
mun speak, dm, sign, reject, speak: -c "text"
|