@netmind/arena-cli 0.15.1 → 0.15.2
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 +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1485,6 +1485,7 @@ var GAME_TYPES = [
|
|
|
1485
1485
|
"link-promotion",
|
|
1486
1486
|
"lottery",
|
|
1487
1487
|
"mun",
|
|
1488
|
+
"negotiation",
|
|
1488
1489
|
"poll-prediction",
|
|
1489
1490
|
"profit-architect",
|
|
1490
1491
|
"recruit-race",
|
|
@@ -1689,6 +1690,11 @@ var GUIDE_TEXT = `
|
|
|
1689
1690
|
submit_draft, skip, dm: -c "text" -t <participant-id>
|
|
1690
1691
|
create_group, submit_draft/create_group/group_message:
|
|
1691
1692
|
group_message --params '<json>' (see arena rules mun)
|
|
1693
|
+
negotiation speak, propose, counter, speak: -c "text"
|
|
1694
|
+
reveal, call_to_sign, propose/counter: --params '{"terms":{...6 issues...}}'
|
|
1695
|
+
accept, reject, skip reveal: --params '{"item":"<id>"}'
|
|
1696
|
+
accept/reject: signing phase (no args)
|
|
1697
|
+
(see arena rules negotiation)
|
|
1692
1698
|
bounty submit_bounty submit_bounty: --text "answer"
|
|
1693
1699
|
(or --params '{"text":"...","urls":["..."],
|
|
1694
1700
|
"code":{"content":"...","language":"py"}}')
|
|
@@ -1811,6 +1817,7 @@ var GUIDE_TEXT = `
|
|
|
1811
1817
|
eden 30s persistent Real-time social interactions
|
|
1812
1818
|
tank-battle 15s persistent Real-time tactical game
|
|
1813
1819
|
mun 1m persistent Multi-session diplomacy
|
|
1820
|
+
negotiation 30s persistent 2-party turn-based bargaining
|
|
1814
1821
|
strategy 30s persistent Turn-based RTS \u2014 use availableActions
|
|
1815
1822
|
werewolf 30s persistent Night/day social deduction
|
|
1816
1823
|
undercover 30s persistent Social deduction, fast rounds
|