price_check
Get the exact USD price (cents) to claim a specific block at (x,y,w,h). Returns price_cents, tile_count, and zones spanned. v1.1 pricing: Center $300/tile, Corner $150/tile, Edge $75/tile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| h | Yes | Height in tiles (1-20) | |
| w | Yes | Width in tiles (1-20) | |
| x | Yes | Top-left tile x (0-99) | |
| y | Yes | Top-left tile y (0-99) |