User:Alsang/Sandbox: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 51: Line 51:
[[Category:Potions]]
[[Category:Potions]]
[[Uses facility::Standard Potion Station||Potent Potion Station]]
[[Uses facility::Standard Potion Station||Potent Potion Station]]
[[Uses item.Uses item::Brown Kelp]]
|?Profession Level A = lvl
|?Profession Level A = lvl
|? = name
|? = name
Line 71: Line 72:
}}
}}
|}
|}


==Module==

{{#invoke:Sandbox/User:Alsang/PotionList|main}}

Latest revision as of 11:11, 27 November 2024

Mockup[edit | edit source]

Level Potion Reagents (plus Bottle) Total Cost Sell Value Profit XP KP coins per XP XP/hr KP/hr coins/hr
2 20% Potion Healing Brown Kelp

Creamy Wallplant

912 Copper 640 Copper -272 Copper 112 0.5% -2.43 Copper 33,500 3.14 -2.43 Copper

SMW[edit | edit source]

XP per hour assumes 40 seconds resupply between each batch of 12 potions.

Level Potion Preparation Reagents (plus Bottle) Total Cost Sell Value Profit XP KP coins per XP XP/hr KP/hr coins/hr
0 10% Potion Healing 10% Preparation Healing, Bottle Brown Kelp 0 Copper 200 450 Copper 0 Copper cost - sell 105 1.4 0 Copper profit / xp 23,873 3.18 0 Copper per 7.5 + 5 + resupply
2 20% Potion Healing Bottle, 20% Preparation Healing Creamy Wallplant, Brown Kelp 0 Copper 165, 200 640 Copper 0 Copper cost - sell 112 1.4 0 Copper profit / xp 25,465 3.18 0 Copper per 7.5 + 5 + resupply


Module[edit | edit source]

[
    {
        "prepKP": 0.5,
        "duration": 15.833333333333334,
        "XP": 105,
        "prepDuration": 5,
        "profitPerHour": -15915.789473684208,
        "prepXP": 42,
        "XPPerHour": 23873.684210526317,
        "lvl": 0,
        "profitPerXP": -0.6666666666666666,
        "profit": -70,
        "brewXP": 63,
        "brewKP": 0.9,
        "KP": 1.4,
        "name": "10% Potion Healing",
        "brewDuration": 7.5,
        "buy": 520,
        "sell": "450",
        "KPPerHour": 3.1831578947368415,
        "reagents": [
            "Brown Kelp"
        ]
    },
    {
        "prepKP": 0.5,
        "duration": 15.833333333333334,
        "XP": 112,
        "prepDuration": 5,
        "profitPerHour": -66391.57894736843,
        "prepXP": 45,
        "XPPerHour": 25465.263157894737,
        "lvl": 2,
        "profitPerXP": -2.607142857142857,
        "profit": -292,
        "brewXP": 67,
        "brewKP": 0.9,
        "KP": 1.4,
        "name": "20% Potion Healing",
        "brewDuration": 7.5,
        "buy": 932,
        "sell": "640",
        "KPPerHour": 3.1831578947368415,
        "reagents": [
            "Creamy Wallplant",
            "Brown Kelp"
        ]
    }
]