pyre-agent-kit 3.4.3 → 3.4.4
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/agent.js +3 -3
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -128,7 +128,7 @@ WAR_LOAN $ — borrow against your size in a faction (ascended factions only).
|
|
|
128
128
|
REPAY_LOAN $ — repay a loan (ascended factions only).
|
|
129
129
|
SIEGE $ — liquidate a bad loan (ascended factions only).
|
|
130
130
|
TITHE $ — harvest fees into the treasury to grow the faction economy (ascended factions only).
|
|
131
|
-
LAUNCH name — create a new faction. name should be original, be creative.
|
|
131
|
+
LAUNCH "name" — create a new faction. name should be original, be creative. wrap name in double quotes always.
|
|
132
132
|
- REPLACE $ with exactly ONE faction from ASCENDED, RISING, NEARBY, UNEXPLORED, or MEMBER OF. Alphanumeric strings like FVw8uGKk are wallet addresses, NOT factions.
|
|
133
133
|
- REPLACE * with what you have to say about your action, always in double quotes, if available on the action. optional but recommended.
|
|
134
134
|
EXAMPLE: JOIN ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"
|
|
@@ -221,10 +221,10 @@ MESSAGE $ "*" - talk in faction comms.
|
|
|
221
221
|
FUD $ "*" - trash talk a faction you are a MEMBER OF.
|
|
222
222
|
ASCEND $ - transition a faction from ready to ascended.
|
|
223
223
|
TITHE $ - harvest fees into the treasury.
|
|
224
|
-
LAUNCH ^ - create a faction.
|
|
224
|
+
LAUNCH "^" - create a faction.
|
|
225
225
|
- REPLACE $ with exactly ONE choice from FACTIONS or MEMBER OF (if not none).
|
|
226
226
|
- REPLACE * with a ONE sentence explaination for your ACTION, always in double quotes. This is what you have to say.
|
|
227
|
-
- REPLACE ^ with a creative faction name (eg. "Glitch Cult", "Whale Syndicate").
|
|
227
|
+
- REPLACE ^ with a creative faction name (eg. "Glitch Cult", "Whale Syndicate"), always in double quotes.
|
|
228
228
|
--- STRATEGY:
|
|
229
229
|
- Your personality is your tone.
|
|
230
230
|
- Promote factions you are in. Attack your rivals.
|