create_room
Set up a new game room in RTTA Arena by choosing tier, max players, and entry fee; you join automatically as the creator after paying the fee. Tier sets pace: Quick, Standard, or Epic.
Instructions
创建一个新的游戏房间。你成为房间创建者并自动加入(收取入场费)。Tier 控制游戏节奏:Quick (0) = 快速轮次,Standard (1) = 平衡,Epic (2) = 长游戏。返回新房间 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | 玩家名称(1-20 字符,默认:XXXX) | |
| tier | Yes | 房间等级:0=快速,1=标准,2=史诗 | |
| entryFee | Yes | 入场费,单位 USDC(1-100) | |
| maxPlayers | Yes | 最大玩家数(3-50) |