User:Alsang/Sandbox: Difference between revisions

From Brighter Shores Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
 
(52 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Mockup==
Working on making pages for Alchemy.


{| class="wikitable sortable"
1. [[Reagents]] - items obtained from other professions which are used by alchemy.
! Level
! Potion
! Reagents (plus Bottle)
! colspan="10" | Total Cost
! colspan="10" | Sell Value
! colspan="10" | Profit
! XP
! KP
! colspan="10" | coins per XP
! XP/hr
! 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==
Not touching these at all.
XP per hour assumes 40 seconds resupply between each batch of 12 potions.


{| class="wikitable sortable"

! Level
2. [[Preparations]] - intermediate items made from reagents at the preparation station.
! Potion

! Preparation
Require item card information for infoboxe item.
! Reagents (plus Bottle)

! colspan="10" | Total Cost
Require implementing creation as infobox recipe.
! colspan="10" | Sell Value

! colspan="10" | Profit
All are untradeable, have value zero.
! XP

! KP
A lot of these pages do not exist.
! colspan="10" | coins per XP

! XP/hr

! KP/hr
3. [[Potions]] - most of these pages already exist, but need categories and tags.
! colspan="10" | coins/hr

A lot of information in the main [[Alchemy]] page table but that info needs to go into individual pages.

{| class="wikitable"
|+Categories and Hierarchies
!Top Level
!Variant Mainpage
!Variant
!Notes
|-
|-
{{#ask:
|[[Potions]]
[[Category:Potions]]
|[[Healing]]
[[Uses facility::Standard Potion Station||Potent Potion Station]]
|[[10% Potion Healing]]
[[Uses item.Uses item::Brown Kelp]]
|All get Category:Potions.
|?Profession Level A = lvl
Track progress down from top level.
|? = name
Includes passive potions.
|?Uses item = preparation
|-
|?Uses item.Uses item = reagents
|[[Preparations]]
|?Uses item.Uses item.Value = reagent values
|[[Preparation Healing]]
|?Value = sell
|[[10% Preparation Healing]]
|?Recipe XP = xp
|All get Category:Preparations.
|?Uses item.Recipe XP = prep xp
Track progress down from top level.
|?Recipe KP = kp
Includes passive potion preparations.
|?Uses item.Recipe KP = prep kp
|-
|?Recipe duration = duration
|N/A
|?Uses item.Recipe duration = prep duration
|[[Ebsworth Work]]
|sort = Profession Level A
|[[Grinding Slugs]]
|format = template
|Basically these are variants of the same activity.
|template = PotionList/Line
|link = none
|searchlabel =
|named args = yes
}}
|}
|}
Variants completed (including all potions, variant mainpage, preparations, preparation mainpage)

* [[Healing]]
* [[XP Hopeport]]
* [[XP Hopeforest]]
* [[XP Mine]]
* [[XP Crenopolis]]
* [[XP Stonemaw Hill]]
* [[Strength Arborae]]
* [[Strength Arborae|Strength Cryonae]]
* [[Strength Tempestae]]




==Module==
cleanup-


{{#invoke:Sandbox/User:Alsang/PotionList|main}}
bunch of preparations incorrectly link to healing category not their own

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