Create currency policy (admin)
specter_create_currency_policyAttach balance limits, currency decay, or earning caps policies to a currency to control player economy. Specify policy type, currency, and required parameters.
Instructions
Attach a policy to a currency: "balance_limits" (min/max a player can hold), "currency_decay" (lose a % over time), or "earning_caps" (max earnable per period). Pass the currency by slug/name. MUTATES live game config — confirm and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Decay: % per period | |
| period | No | Required for decay/earning_caps | |
| enabled | No | Required for decay/earning_caps | |
| currency | Yes | Currency slug/name the policy applies to | |
| capAmount | No | Earning caps: max earnable per period | |
| projectId | No | ||
| threshold | No | Decay: balance below which decay stops | |
| maxBalance | No | ||
| minBalance | No | ||
| policyType | Yes | ||
| includePurchases | No | ||
| enforceMaxBalance | No | ||
| includeConversions | No |