Zum Hauptinhalt springen

delivery_shop

Configures a rotating delivery shop: NPC spawn schedule, item pool, and FOMO rotation mechanics — manifest entry.

Entry Information

PropertyValue
Entry IDdelivery_shop
TypeManifest
ColorPurple
Iconmdi:truck-delivery

Fields

FieldTypeDescription
scheduleStringCron expression or interval for when the shop appears (e.g. '0 14 * * 7' for Sundays at 2pm)
npcDefinitionRef<EntityDefinitionEntry>The NPC entity definition used as the merchant appearance
itemPoolList<DeliveryPoolItem>Pool of items randomly selected each rotation
poolSizeIntNumber of items drawn from the pool each rotation
buybackMultiplierDoubleMultiplier applied when buying back animal resources from players
durationMinutesIntDuration in minutes the merchant stays spawned
spawnWorldStringWorld name for the spawn location
spawnXDoubleSpawn X coordinate
spawnYDoubleSpawn Y coordinate
spawnZDoubleSpawn Z coordinate
spawnYawFloatSpawn yaw

Usage Example

- entry: delivery_shop
name: "Configures a rotating delivery shop: NPC spawn schedule, item pool, and FOMO rotation mechanics"
schedule: ""
npcDefinition: ""
itemPool: []
poolSize: 0
buybackMultiplier: 0
durationMinutes: 0
spawnWorld: ""
spawnX: 0
spawnY: 0
spawnZ: 0
spawnYaw: 0