User:Alsang/Sandbox: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
(Undo revision 45509 by Alsang (talk))
Tag: Undo
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Mockup==
== has field and data==
{{Infobox Recipe/Sandbox
|facility = Standard Potion Station
|profession = Alchemist
|level = 2
|duration = 7
|exp = 67
|rawmat1=20% Preparation Healing
|rawmat2=Bottle
|output1 = 20% Potion Healing
|showFull = false
}}


{| class="wikitable sortable"
== has field no data==
! Level
{{Infobox Recipe/Sandbox
! Potion
|facility =
! Reagents (plus Bottle)
|profession = Alchemist
! colspan="10" | Total Cost
|level = 2
! colspan="10" | Sell Value
|duration =
! colspan="10" | Profit
|exp = 67
! XP
|rawmat1=20% Preparation Healing
! KP
|rawmat2=Bottle
! colspan="10" | coins per XP
|output1 = 20% Potion Healing
! XP/hr
|showFull = false
! KP/hr
}}
! colspan="10" | coins/hr
|-
|2
|{{plink|20% Potion Healing}}
|{{plink|Brown Kelp}}<br>
{{plink|Creamy Wallplant}}
|{{Currency cell|912}}
|{{Currency cell|640}}
|{{Currency cell|-272}}
|112
|0.5%
|{{Currency cell|-2.43}}
|33,500
|3.14
|{{Currency cell|-2.43}}
|}


==SMW==
== no field no data==
XP per hour assumes 40 seconds resupply between each batch of 12 potions.
{{Infobox Recipe/Sandbox
|facility =
|profession = Alchemist
|level = 2
|duration =
|exp = 67
|rawmat1=20% Preparation Healing
|rawmat2=Bottle
|output1 = 20% Potion Healing
|showFull = false
}}


{| class="wikitable sortable"
== showfull true==
! Level
{{Infobox Recipe/Sandbox
! Potion
|facility = Reagent Preparation Station
! Preparation
|profession = Alchemist
! Reagents (plus Bottle)
|level = 2
! colspan="10" | Total Cost
|duration = 5
! colspan="10" | Sell Value
|exp = 45
! colspan="10" | Profit
|rawmat1 = Brown Kelp
! XP
|rawmat2 = Creamy Wallplant
! KP
|output1 = 20% Preparation Healing
! colspan="10" | coins per XP
! XP/hr
! KP/hr
! colspan="10" | coins/hr
|-
{{#ask:
[[Category:Potions]]
[[Uses facility::Standard Potion Station||Potent Potion Station]]
[[Uses item.Uses item::Brown Kelp]]
|?Profession Level A = lvl
|? = name
|?Uses item = preparation
|?Uses item.Uses item = reagents
|?Uses item.Uses item.Value = reagent values
|?Value = sell
|?Recipe XP = xp
|?Uses item.Recipe XP = prep xp
|?Recipe KP = kp
|?Uses item.Recipe KP = prep kp
|?Recipe duration = duration
|?Uses item.Recipe duration = prep duration
|sort = Profession Level A
|format = template
|template = PotionList/Line
|link = none
|searchlabel =
|named args = yes
}}
}}
|}




==Module==
{{Infobox Recipe/Sandbox

|facility = Standard Potion Station
{{#invoke:Sandbox/User:Alsang/PotionList|main}}
|profession = Alchemist
|level = 2
|duration = 7
|exp = 67
|rawmat1=20% Preparation Healing
|rawmat2=Bottle
|output1 = 20% Potion Healing
|showFull = true
}}

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"
        ]
    }
]