Difference between revisions of "User:ChillGenXer"
ChillGenXer (talk | contribs) |
ChillGenXer (talk | contribs) |
||
Line 1: | Line 1: | ||
{| style=" | My links of interest at the moment | ||
|[[ | |||
| | ==Templates== | ||
{| class="wikitable" style="margin: left;" | |||
! Template Name !! Description | |||
|- | |||
| [[:Template:Buildable Infobox]] || Original rough infobox, needs to be updated. | |||
|- | |||
| [[:Template:Tools Infobox]] || Tools infobox. | |||
|- | |||
| [[:Template:Stub Notice]] || Tag to show page is bare bones. Need a page to consolidate them and pick them off. | |||
|- | |||
| [[:Template:Test Template]] || Just messing around. | |||
|} | |} | ||
==Wiki Page Metrics== | |||
*[[Special:WantedPages]] | |||
*[[Special:WantedCategories]] | |||
*[[Special:AllPages]] | |||
*[[Special:Categories]] | |||
==Add a link for these in somewhere== | |||
[https://steamcommunity.com/app/1060230/guides/| Steam Community Guides] | |||
==Figure out how to explain this== | |||
<code> | |||
--NOTE when adding new types, the order here matters, the first added research type that is available will be the one chosen if there are multiple options for a given resource | |||
constructableTypeIndexArraysByBaseResourceTypeIndex = { -- the order matters, first non-discovered constructable type will be used | |||
[resource.types.poppyFlower.index] = {constructable.types.injuryMedicine.index}, | |||
[resource.types.marigoldFlower.index] = {constructable.types.injuryMedicine.index, constructable.types.burnMedicine.index}, | |||
[resource.types.turmericRoot.index] = {constructable.types.injuryMedicine.index, constructable.types.foodPoisoningMedicine.index}, | |||
[resource.types.gingerRoot.index] = {constructable.types.foodPoisoningMedicine.index}, | |||
--[resource.types.turmericRoot.index] = constructable.types.foodPoisoningMedicine.index, | |||
[resource.types.garlic.index] = {constructable.types.foodPoisoningMedicine.index}, | |||
[resource.types.aloeLeaf.index] = {constructable.types.burnMedicine.index}, | |||
[resource.types.elderberry.index] = {constructable.types.burnMedicine.index, constructable.types.virusMedicine.index}, | |||
--[resource.types.marigoldFlower.index] = constructable.types.burnMedicine.index, | |||
[resource.types.garlic.index] = {constructable.types.virusMedicine.index}, | |||
--[resource.types.elderberry.index] = {constructable.types.virusMedicine.index}, | |||
[resource.types.echinaceaFlower.index] = {constructable.types.virusMedicine.index}, | |||
</code> | |||
<!-- | |||
Wiki Colors | |||
Grey #535353 | |||
Light Grey #6A6A6A | |||
#C0C0C0 | |||
Orange #FB8C17 | |||
Excel Trim leading spaces | |||
=MID(B1,FIND(MID(TRIM(B1),1,1),B1),LEN(B1)) | |||
{{Test Template| | |||
Name=Pine Tree 1| | |||
Icon=PineTree1.png| | |||
Branches = 3| | |||
Logs = 4| | |||
PineCones = 2| | |||
}} | |||
--> | |||
==Working On== | |||
*[[Template:Stub Notice]] | |||
==Wiki Page Metrics== | |||
*[[Special:WantedPages]] | |||
*[[Special:WantedCategories]] | |||
*[[Special:AllPages]] |
Revision as of 22:56, 23 October 2022
My links of interest at the moment
Templates
Template Name | Description |
---|---|
Template:Buildable Infobox | Original rough infobox, needs to be updated. |
Template:Tools Infobox | Tools infobox. |
Template:Stub Notice | Tag to show page is bare bones. Need a page to consolidate them and pick them off. |
Template:Test Template | Just messing around. |
Wiki Page Metrics
Add a link for these in somewhere
Figure out how to explain this
--NOTE when adding new types, the order here matters, the first added research type that is available will be the one chosen if there are multiple options for a given resource
constructableTypeIndexArraysByBaseResourceTypeIndex = { -- the order matters, first non-discovered constructable type will be used
[resource.types.poppyFlower.index] = {constructable.types.injuryMedicine.index},
[resource.types.marigoldFlower.index] = {constructable.types.injuryMedicine.index, constructable.types.burnMedicine.index},
[resource.types.turmericRoot.index] = {constructable.types.injuryMedicine.index, constructable.types.foodPoisoningMedicine.index},
[resource.types.gingerRoot.index] = {constructable.types.foodPoisoningMedicine.index},
--[resource.types.turmericRoot.index] = constructable.types.foodPoisoningMedicine.index,
[resource.types.garlic.index] = {constructable.types.foodPoisoningMedicine.index},
[resource.types.aloeLeaf.index] = {constructable.types.burnMedicine.index},
[resource.types.elderberry.index] = {constructable.types.burnMedicine.index, constructable.types.virusMedicine.index},
--[resource.types.marigoldFlower.index] = constructable.types.burnMedicine.index,
[resource.types.garlic.index] = {constructable.types.virusMedicine.index},
--[resource.types.elderberry.index] = {constructable.types.virusMedicine.index},
[resource.types.echinaceaFlower.index] = {constructable.types.virusMedicine.index},