@skyblock-finance/actions
Version:
This package contains actions players can take in Hypixel Skyblock
91 lines (90 loc) • 2.26 kB
JSON
{
"$schema": "./$schema.json",
"actions": [
{
"inputs": [{ "amount": 5.99, "id": "usd", "type": "currency" }],
"outputs": [{ "amount": 700, "id": "gem", "type": "currency" }],
"place": [
{
"id": "ELIZABETH",
"type": "npc"
},
{
"type": "website",
"url": "https://store.hypixel.net/category/skyblock-gems"
}
]
},
{
"inputs": [{ "amount": 14.99, "id": "usd", "type": "currency" }],
"outputs": [{ "amount": 1800, "id": "gem", "type": "currency" }],
"place": [
{
"id": "ELIZABETH",
"type": "npc"
},
{
"type": "website",
"url": "https://store.hypixel.net/category/skyblock-gems"
}
]
},
{
"inputs": [{ "amount": 29.99, "id": "usd", "type": "currency" }],
"outputs": [{ "amount": 3750, "id": "gem", "type": "currency" }],
"place": [
{
"id": "ELIZABETH",
"type": "npc"
},
{
"type": "website",
"url": "https://store.hypixel.net/category/skyblock-gems"
}
]
},
{
"inputs": [{ "amount": 59.99, "id": "usd", "type": "currency" }],
"outputs": [{ "amount": 7600, "id": "gem", "type": "currency" }],
"place": [
{
"id": "ELIZABETH",
"type": "npc"
},
{
"type": "website",
"url": "https://store.hypixel.net/category/skyblock-gems"
}
]
},
{
"inputs": [{ "amount": 119.99, "id": "usd", "type": "currency" }],
"outputs": [{ "amount": 17000, "id": "gem", "type": "currency" }],
"place": [
{
"id": "ELIZABETH",
"type": "npc"
},
{
"type": "website",
"url": "https://store.hypixel.net/category/skyblock-gems"
}
]
},
{
"inputs": [{ "amount": 325, "id": "gem", "type": "currency" }],
"outputs": [{ "amount": 1, "id": "BOOSTER_COOKIE", "type": "item" }],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 1950, "id": "gem", "type": "currency" }],
"outputs": [{ "amount": 6, "id": "BOOSTER_COOKIE", "type": "item" }],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
},
{
"inputs": [{ "amount": 3900, "id": "gem", "type": "currency" }],
"outputs": [{ "amount": 12, "id": "BOOSTER_COOKIE", "type": "item" }],
"place": [{ "id": "ELIZABETH", "type": "npc" }]
}
]
}