User:Vaileasys/sandbox: Difference between revisions

From PZwiki
(New Items page(?))
(add more todo and vector-2022.css)
 
(40 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{languages|Items}}
<div class="sitenotice-card">
{{header|The Game World|Items|pagename=Items|version=Version 40|incver=43}}
<div class="image-container-left">
<div style="float:left; margin-right:10px;">__TOC__</div>
[[File:Spiffo rummage.png|64px]]
==Clothing==
</div>
===Bag===
<div>
{| class="pztable sortable" style="text-align:center;"
'''Wiki maintenance!'''
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Duffelbag.png|link=Big Hiking Bag]]
| [[Big Hiking Bag]]
| 0.5
| {{ID|Base.BigHikingBag}}
|-
| [[File:Duffelbag.png|link=Duffelbag]]
| [[Duffelbag]]
| 1.0
| {{ID|Base.Duffelbag}}
|-
| [[File:FirstAid.png|link=First Aid Kit]]
| [[First Aid Kit]]
| 1.0
| {{ID|Base.FirstAidKit}}
|-
| [[File:Garbagebag.png|link=Garbage Bag]]
| [[Garbage Bag]]
| 0.1
| {{ID|Base.Garbagebag}}
|-
| [[File:Duffelbag.png|link=Normal Hiking Bag]]
| [[Normal Hiking Bag]]
| 0.5
| {{ID|Base.NormalHikingBag}}
|-
| [[File:Plasticbag.png|link=Plastic Bag]]
| [[Plastic Bag]]
| 0.1
| {{ID|Base.Plasticbag}}
|-
| [[File:Purse.png|link=Purse]]
| [[Purse]]
| 0.5
| {{ID|Base.Purse}}
|-
| [[File:SandbagEmpty.png|link=Sack]]
| [[Sack]]
| 0.1
| {{ID|Base.EmptySandbag}}
|-
| [[File:Backpack.png|link=Schoolbag]]
| [[Schoolbag]]
| 0.5
| {{ID|Base.Schoolbag}}
|-
| [[File:Tote.png|link=Tote Bag]]
| [[Tote Bag]]
| 0.5
| {{ID|Base.Tote}}
|-
|}


===Eyes===
The wiki will be undergoing some maintenance while we modify the default theme.<br>
{| class="pztable sortable" style="text-align:center;"
Notice any oddities or want to provide feedback? Let us know on the [[PZwiki_talk:Community_portal/Wiki_theme|discussion page]] or the [https://discord.com/channels/136501320340209664/473467044050894858 pzwiki discord channel].
! width="50px" | Icon
</div>
! width="200px" | Name
<div class="image-container-right">
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
[[File:Be crafty.png|64px]]
! width="220px" | Base ID
</div>
|-
</div>
| [[File:Glasses1.png|link=Glasses]]
| [[Glasses]]
| 0.2
| {{ID|Base.Glasses}}
|-
| [[File:Glasses2.png|link=Glasses]]
| [[Glasses]]
| 0.2
| {{ID|Base.Glasses2}}
|-
|}


===Face===
'''[[MediaWiki:Common.css|Common.css]]'''
{| class="pztable sortable" style="text-align:center;"
<syntaxhighlight lang="css">
! width="50px" | Icon
/* Mediawiki:Sitenotice */
! width="200px" | Name
.sitenotice-card {
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
    display: flex;
! width="220px" | Base ID
    justify-content: space-between;
|-
    align-items: center
| [[File:WeldingMask.png|link=Welding Mask]]
    text-align: center;
| [[Welding Mask]]
    background-color: #f8f9fa;
| 0.2
    padding: 0.5rem 1rem;
| {{ID|Base.WeldingMask}}
    border-bottom: 1px solid #eaecf0;
|-
    width: auto;
|}
}


===Feet===
.sitenotice-card > div {
{| class="pztable sortable" style="text-align:center;"
    display: flex;
! width="50px" | Icon
    flex-direction: column
! width="200px" | Name
}
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Shoes.png|link=Shoes]]
| [[Shoes]]
| 1.0
| {{ID|Base.Shoes}}
|-
|}


===Hands===
.sitenotice-card .image-container-left {
{| class="pztable sortable" style="text-align:center;"
    margin-right: 1rem
! width="50px" | Icon
}
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
|}


===Hat===
.sitenotice-card .image-container-right {
{| class="pztable sortable" style="text-align:center;"
    margin-left: 1rem
! width="50px" | Icon
}
! width="200px" | Name
/* hide images if screen size is less than 720px */
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
@media screen and (max-width: 719px) {
! width="220px" | Base ID
    .sitenotice-card .image-container-left,
|-
    .sitenotice-card .image-container-right {
|}
        display:none
    }
}
</syntaxhighlight>


===Jacket===
'''[[MediaWiki:Vector-2022.css|Vector-2022.css]]'''
{| class="pztable sortable" style="text-align:center;"
<syntaxhighlight lang="css">
! width="50px" | Icon
.vector-sitenotice-container {
! width="200px" | Name
    display: flex;
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
    justify-content: center;
! width="220px" | Base ID
    align-items: center;
|-
}
| [[File:Jacket.png|link=Jacket]]
| [[Jacket]]
| 1.0
| {{ID|Base.Jacket}}
|-
| [[File:JacketPadded.png|link=Padded Jacket]]
| [[Padded Jacket]]
| 1.0
| {{ID|Base.PaddedJacket}}
|-
|}


===Legs===
.sitenotice-card {
{| class="pztable sortable" style="text-align:center;"
    box-sizing: border-box;
! width="50px" | Icon
    max-width: 1000px;
! width="200px" | Name
    width: 944px;
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
}
! width="220px" | Base ID
</syntaxhighlight>
|-
| [[File:Skirt_White.png|link=Skirt]]
| [[Skirt]]
| 1.0
| {{ID|Base.Skirt}}
|-
| [[File:Trousers_White.png|link=Pants]]
| [[Trousers]]
| 1.0
| {{ID|Base.Trousers}}
|-
| [[File:PaddedTrousers.png|link=Padded Pants]]
| [[Padded Pants]]
| 1.0
| {{ID|Base.PaddedTrousers}}
|-
| [[File:ShortsLong.png|link=Long Shorts]]
| [[Long Shorts]]
| 1.0
| {{ID|Base.ShortsLong}}
|-
|}


===Neck===
===TODO===
{| class="pztable sortable" style="text-align:center;"
*add <code>class="text-container"</code> for div with the text, so it can be modified per skin.
! width="50px" | Icon
<syntaxhighLight lang="css">
! width="200px" | Name
.sitenotice-card .text-container {
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
    /* styles go here */
! width="220px" | Base ID
}
|-
</syntaxhighlight>
|}
*consider adding {{code|<p>}} or {{code|<div>}} tag with <code>class="title"</code> for styling the title.
 
<syntaxhighLight lang="css">
===Torso===
.sitenotice-card .text-container .title {
{| class="pztable sortable" style="text-align:center;"
    /* styles go here */
! width="50px" | Icon
}
! width="200px" | Name
</syntaxhighlight>
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
*create an [[MediaWiki:Anonnotice|anonnotice]] for users that aren't logged in
! width="220px" | Base ID
**wording will be adjusted directing them to create an account to change the theme
|-
*Once style implemented, modify to advise how to change the theme
| [[File:Vest_White.png|link=Vest]]
| [[Vest]]
| 1.0
| {{ID|Base.Vest}}
|-
| [[File:Sweater_White.png|link=Blouse]]
| [[Blouse]]
| 1.0
| {{ID|Base.Blouse}}
|-
| [[File:Sweater_White.png|link=Sweater]]
| [[Sweater]]
| 1.0
| {{ID|Base.Sweater}}
|-
|}
 
==Equipment==
===Camping===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="200px" | Function
! width="220px" | Base ID
|-
| [[File:TZ_CampfireKitWood.png|link=Campfire Materials]]
| [[Campfire Materials]]
| 2.0
| Make campfire
| {{ID|camping.CampfireKit}}
|-
| [[File:TZ_TentKit.png|link=Tent Kit]]
| [[Tent Kit]]
| 3.0
| Make tent
| {{ID|camping.CampingTentKit}}
|-
|}
 
===Cooking Utensil===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="200px" | Function
! width="220px" | Base ID
|-
| [[File:BakingPan.png|link=Baking Pan]]
| [[Baking Pan]]
| 0.1
| Bake pie or cake
| {{ID|Base.BakingPan}}
|-
| [[File:JarBox.png|link=Box of Jars]]
| [[Box of Jars]]
| 1.8
| Store jars
| {{ID|Base.BoxOfJars}}
|-
| [[File:Butter_Knife.png|link=Butter Knife]]
| [[Butter Knife]]
| 0.3
| Cut food
| {{ID|Base.ButterKnife}}
|-
| [[File:CanOpener.png|link=Can Opener]]
| [[Can Opener]]
| 0.6
| Open cans
| {{ID|Base.TinOpener}}
|-
| [[File:Empty_Jar.png|link=Empty Jar]]
| [[Empty Jar]]
| 0.2
| Pickle food
| {{ID|Base.EmptyJar}}
|-
| [[File:Fork.png|link=Fork]]
| [[Fork]]
| 0.3
| ''makeshift weapon''
| {{ID|Base.Fork}}
|-
| [[File:Pan.png|link=Frying Pan]]
| [[Frying Pan]]
| 1.0
| Make stir fry
| {{ID|Base.Pan}}
|-
| [[File:HuntingKnife.png|link=Hunting Knife]]
| [[Hunting Knife]]
| 0.3
| Cut food
| {{ID|Base.HuntingKnife}}
|-
| [[File:Jar_Lid.png|link=Jar Lid]]
| [[Jar Lid]]
| 0.1
| Pickle food
| {{ID|Base.JarLid}}
|-
| [[File:Kitchen_Knife.png|link=Kitchen Knife]]
| [[Kitchen Knife]]
| 0.3
| Cut food
| {{ID|Base.KitchenKnife}}
|-
| [[File:Roasting_Pan.png|link=Roasting Pan]]
| [[Roasting Pan]]
| 1.3
| Roast vegetables
| {{ID|Base.RoastingPan}}
|-
| [[File:Rolling_Pin.png|link=Rolling Pin]]
| [[Rolling Pin]]
| 1.5
| Roll dough
| {{ID|Base.RollingPin}}
|-
| [[File:Spoon.png|link=Spoon]]
| [[Spoon]]
| 0.3
| ''makeshift weapon''
| {{ID|Base.Spoon}}
|-
|}
 
===Electronic===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:AlarmClock.png|link=Alarm Clock]]
| [[Alarm Clock]]
| 1.5
| {{ID|Base.AlarmClock}}
|-
| [[File:CDplayer.png|link=CD Player]]
| [[CD Player]]
| 0.3
| {{ID|Base.CDplayer}}
|-
| [[File:CordlessPhone.png|link=Cordless Phone]]
| [[Cordless Phone]]
| 0.3
| {{ID|Base.CordlessPhone}}
|-
| [[File:DigitalWatch.png|link=Digital Watch]]
| [[Digital Watch]]
| 0
| {{ID|Base.DigitalWatch2}}
|-
| [[File:Earbuds.png|link=Earbuds]]
| [[Earbuds]]
| 0.1
| {{ID|Base.Earbuds}}
|-
| [[File:Generator.png|link=Generator]]
| [[Generator]]
| 40
| {{ID|Base.Generator}}
|-
| [[File:Headphones.png|link=Headphones]]
| [[Headphones]]
| 0.3
| {{ID|Base.Headphones}}
|-
| [[File:HomeAlarm.png|link=Home Alarm]]
| [[Home Alarm]]
| 0.1
| {{ID|Base.HomeAlarm}}
|-
| [[File:Speaker.png|link=Speaker]]
| [[Speaker]]
| 1.5
| {{ID|Base.Speaker}}
|-
| [[File:Timer.png|link=Timer]]
| [[Timer]]
| 0.1
| {{ID|Base.Timer}}
|-
| [[File:Remote.png|link=TV Remote]]
| [[TV Remote]]
| 0.2
| {{ID|Base.Remote}}
|-
| [[File:RemoteCrafted.png|link=Remote Controller|V1 Remote Controller]]
| [[Remote Controller|V1 Remote Controller]]
| 0.4
| {{ID|Base.RemoteCraftedV1}}
|-
| [[File:RemoteCrafted.png|link=Remote Controller|V2 Remote Controller]]
| [[Remote Controller|V2 Remote Controller]]
| 0.4
| {{ID|Base.RemoteCraftedV2}}
|-
| [[File:RemoteCrafted.png|link=Remote Controller|V3 Remote Controller]]
| [[Remote Controller|V3 Remote Controller]]
| 0.4
| {{ID|Base.RemoteCraftedV3}}
|-
| [[File:VideoGame.png|link=Video Game]]
| [[Video Game]]
| 0.3
| {{ID|Base.VideoGame}}
|-
|}
 
====Communicative====
{| class="pztable sortable" style="text-align:center;"
|-
! width="50px" rowspan="2" | Icon
! width="200px" rowspan="2" | Name
! width="50px" rowspan="2" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="120px" colspan="2" | Noise Range <small>(tiles)</small>
! width="120px" colspan="2" | Frequency Range
! rowspan="2" | Transmit Range<br><small>(tiles)</small>
! width="200px" rowspan="2" | Base ID
|-
! width="60px" | Mic.
! width="60px" | Volume
! width="60px" | Min.
! width="60px" | Max.
|-
| [[File:WalkieTalkieBudget.png|32px|link=Radio|Toys-R-Mine Walkie Talkie]]
| [[Radio|Toys-R-Mine Walkie Talkie]]
| 1.0
| 5
| 8
| 75 MHz
| 150 MHz
| 1000
| {{ID|Radio.WalkieTalkie1}}
|-
| [[File:WalkieTalkieCivilian.png|32px|link=Radio|ValuTech Walkie Talkie]]
| [[Radio|ValuTech Walkie Talkie]]
| 1.5
| 5
| 10
| 50 MHz
| 200 MHz
| 5000
| {{ID|Radio.WalkieTalkie2}}
|-
| [[File:WalkieTalkieCivilian2.png|32px|link=Radio|Premium Tech. Walkie Talkie]]
| [[Radio|Premium Tech. Walkie Talkie]]
| 2.0
| 5
| 12
| 25 MHz
| 300 MHz
| 4000
| {{ID|Radio.WalkieTalkie3}}
|-
| [[File:WalkieTalkiePolice.png|32px|link=Radio|Tactical Walkie Talkie]]
| [[Radio|Tactical Walkie Talkie]]
| 2.5
| 5
| 14
| 10 MHz
| 500MHz
| 6000
| {{ID|Radio.WalkieTalkie4}}
|-
| [[File:WalkieTalkieMilitary.png|32px|link=Radio|US Army Walkie Talkie]]
| [[Radio|US Army Walkie Talkie]]
| 3.0
| 5
| 16
| 0.2 MHz
| 1000 MHz
| 10000
| {{ID|Radio.WalkieTalkie5}}
|-
| [[File:WalkieTalkieBudget.png|32px|link=Radio|Makeshift Walkie Talkie]]
| [[Radio|Makeshift Walkie Talkie]]
| 1.0
| 5
| 8
| 75 MHz
| 150 MHz
| 1000
| {{ID|Radio.WalkieTalkieMakeShift}}
|-
| [[File:HamRadioCivilian.png|32px|link=Radio|Premium Technologies Ham Radio]]
| [[Radio|Premium Technologies Ham Radio]]
| 20
| 5
| 10
| 10 MHz
| 500 MHz
| 6000
| {{ID|Radio.HamRadio1}}
|-
| [[File:HamRadioMilitary.png|32px|link=Radio|US ARMY COMM. Ham Radio]]
| [[Radio|US ARMY COMM. Ham Radio]]
| 20
| 5
| 15
| 0.2 MHz
| 1000 MHz
| 10000
| {{ID|Radio.HamRadio2}}
|-
| [[File:HamRadioCivilian.png|32px|link=Radio|Makeshift Ham Radio]]
| [[Radio|Makeshift Ham Radio]]
| 20
| 5
| 10
| 10 MHz
| 500 MHz
| 6000
| {{ID|Radio.HamRadioMakeShift}}
|-
| [[File:Radio.png|32px|link=Radio|Premium Technologies Radio]]
| [[Radio|Premium Technologies Radio]]
| 1.5
| 0
| 15
| 88 MHz
| 108 MHz
| -
| {{ID|Radio.RadioRed}}
|-
| [[File:Radio.png|32px|link=Radio|ValuTech Radio]]
| [[Radio|ValuTech Radio]]
| 1.5
| 0
| 10
| 88 MHz
| 108 MHz
| -
| {{ID|Radio.RadioBlack}}
|-
| [[File:Radio.png|32px|link=Radio|Makeshift Radio]]
| [[Radio|Makeshift Radio]]
| 1.5
| 0
| 10
| 88 MHz
| 108 MHz
| -
| {{ID|Radio.RadioMakeShift}}
|-
| [[File:Television.png|32px|link=Television|Antique Television]]
| [[Television|Antique Television]]
| 10
| 0
| 10
| 0.2 MHz
| 1000 MHz
| -
| {{ID|Radio.TvAntique}}
|-
| [[File:Television.png|32px|link=Television|Premium Technologies Television]]
| [[Television|Premium Technologies Television]]
| 10
| 0
| 15
| 0.2 MHz
| 1000 MHz
| -
| {{ID|Radio.TvWideScreen}}
|-
| [[File:Television.png|32px|link=Television|ValuTech Television]]
| [[Television|ValuTech Television]]
| 10
| 0
| 12
| 0.2 MHz
| 1000 MHz
| -
| {{ID|Radio.TvBlack}}
|}
 
===Hygiene & Safety===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="200px" | Function
! width="220px" | Base ID
|-
| [[File:Bathtowel.png|link=Bath Towel]]
| [[Bath Towel]]
| 0.3
| Dry self, clean blood stain
| {{ID|Base.BathCloth}}
|-
| [[File:Dishtowel.png|link=Dish Towel]]
| [[Dish Towel]]
| 0.3
| Dry self, clean blood stain
| {{ID|Base.DishCloth}}
|-
| [[File:Extinguisher.png|link=Extinguisher]]
| [[Extinguisher]]
| 0.4
| Extinguish fire
| {{ID|Base.Extinguisher}}
|-
| [[File:Mop.png|link=Mop]]
| [[Mop]]
| 0.1
| Clean blood stain
| {{ID|Base.Mop}}
|-
| [[File:Soap.png|link=Soap]]
| [[Soap]]
| 0.1
| Clean clothes
| {{ID|Base.Soap}}
|-
| [[File:Tissue.png|link=Tissue]]
| [[Tissue]]
| 0.1
| Mute cold
| {{ID|Base.Tissue}}
|-
| [[File:Umbrella.png|link=Umbrella]]
| [[Umbrella]]
| 0.2
| Keep dry in rain
| {{ID|Base.Umbrella}}
|-
|}
 
===Lock & Key===
====Key====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="150px" | Lock/Unlock
! width="220px" | Base ID
|-
| [[File:CarKey.png|link=Car Key]]
| [[Car Key]]
| 0
| [[Vehicles|Vehicle]]
| {{ID|Base.CarKey}}
|-
| [[File:Key1.png|link=Key]]
| [[Key]]
| 0
| [[Door]]
| {{ID|Base.Key1}}
|-
| [[File:Key2.png|link=Key]]
| [[Key]]
| 0
| [[Door]]
| {{ID|Base.Key2}}
|-
| [[File:Key3.png|link=Key]]
| [[Key]]
| 0
| [[Door]]
| {{ID|Base.Key3}}
|-
| [[File:Key4.png|link=Key]]
| [[Key]]
| 0
| [[Door]]
| {{ID|Base.Key4}}
|-
| [[File:Key5.png|link=Key]]
| [[Key]]
| 0
| [[Door]]
| {{ID|Base.Key5}}
|-
| [[File:KeyPadlock1.png|link=Key]]
| [[Key]]
| 0
| [[Padlock]]
| {{ID|Base.KeyPadlock}}
|-
| [[File:KeyRing.png|link=Key Ring]]
| [[Key Ring]]
| 0
| Store [[Keys]]
| {{ID|Base.KeyRing}}
|-
|}
 
====Lock====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="150px" | Lock/Unlock
! width="220px" | Base ID
|-
| [[File:PadlockDigital.png|link=Combination Padlock]]
| [[Combination Padlock]]
| 0.2
| Crafted [[Metal Crate]]<br>Crafted [[Wooden Crate]]
| {{ID|Base.CombinationPadlock}}
|-
| [[File:Padlock.png|link=Padlock]]
| [[Padlock]]
| 0.2
| Crafted [[Metal Crate]]<br>Crafted [[Wooden Crate]]
| {{ID|Base.Padlock}}
|-
|}
 
===Light & Fire Source===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | Light Strength
! width="220px" | Base ID
|-
| [[File:Candle.png|link=Candle|Candle]]
| [[Candle|Candle]]
| 0.2
| 0.6
| {{ID|Base.CandleLit}}
|-
| [[File:Flashlight.png|link=Flashlight]]
| [[Flashlight]]
| 2
| 0.8
| {{ID|Base.Torch}}
|-
| [[File:Lighter.png|link=Lighter]]
| [[Lighter]]
| 0.1
| 0.4
| {{ID|Base.Lighter}}
|-
| [[File:Matches.png|link=Matches]]
| [[Matches]]
| 0.1
| -
| {{ID|Base.Matches}}
|-
| [[File:TZ_PerforatedWoodenPlank.png|link=Notched Wooden Plank]]
| [[Notched Wooden Plank]]
| 0.5
| -
| {{ID|Base.PercedWood}}
|-
|}
 
===Hunting===
====Fishing Rod====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:FishingRod.png|link=Fishing Rod]]
| [[Fishing Rod]]
| 0.4
| {{ID|Base.FishingRod}}
|-
| [[File:FishingRod_crafted.png|link=Fishing Rod (Crafted)|Fishing Rod]]
| [[Fishing Rod (Crafted)|Fishing Rod]]
| 0.4
| {{ID|Base.CraftedFishingRod}}
|-
| [[File:StickSharpened.png|link=Wooden Spear]]
| [[Wooden Spear]]
| 0.4
| {{ID|Base.WoodenLance}}
|-
|}
 
====Trap====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | Strength
! width="220px" | Base ID
|-
| [[File:TrapCage.png|link=Cage Trap]]
| [[Cage Trap]]
| 1.0
| 20
| {{ID|Base.TrapCage}}
|-
| [[File:FishTrap.png|link=Fishing Net Trap]]
| [[Fishing Net Trap]]
| 0.5
| -
| {{ID|Base.FishingNet}}
|-
| [[File:Mousetrap.png|link=Mouse Trap]]
| [[Mouse Trap]]
| 0.3
| 50
| {{ID|Base.TrapMouse}}
|-
| [[File:TrapSnare.png|link=Snare Trap]]
| [[Snare Trap]]
| 0.3
| 10
| {{ID|Base.TrapSnare}}
|-
| [[File:TrapStick.png|link=Stick Trap]]
| [[Stick Trap]]
| 0.5
| 15
| {{ID|Base.TrapStick}}
|-
| [[File:TrapBox.png|link=Trap Box]]
| [[Trap Box]]
| 1.0
| 15
| {{ID|Base.TrapBox}}
|-
| [[File:TrapCrate.png|link=Trap Crate]]
| [[Trap Crate]]
| 1.0
| 15
| {{ID|Base.TrapCrate}}
|-
|}
 
===Tool===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="200px" | Function
! width="200px" | Skill(s)
! width="220px" | Base ID
|-
| [[File:CarBatteryCharger.png|link=Car Battery Charger]]
| [[Car Battery Charger]]
| 4
|
| [[Mechanics]]
| {{ID|Base.CarBatteryCharger}}
|-
| [[File:Crowbar.png|link=Crowbar]]
| [[Crowbar]]
| 4
|
| [[Carpentry]]
| {{ID|Base.Crowbar}}
|-
| [[File:Hammer.png|link=Hammer]]
| [[Hammer]]
| 1.0
| [[Construction]]
| [[Carpentry]]
| {{ID|Base.Hammer}}
|-
| [[File:Jack.png|link=Jack]]
| [[Jack]]
| 1.5
| Mechanics
| [[Mechanics]]
| {{ID|Base.Jack}}
|-
| [[File:LugWrench.png|link=Lug Wrench]]
| [[Lug Wrench]]
| 1.0
| Mechanics
| [[Mechanics]]
| {{ID|Base.LugWrench}}
|-
| [[File:Paintbrush.png|link=Paint Brush]]
| [[Paint Brush]]
| 0.2
| [[Construction]]
| [[Carpentry]]
| {{ID|Base.Paintbrush}}
|-
| [[File:BlowTorch.png|link=Propane Torch]]
| [[Propane Torch]]
| 0.3
| Welding
| [[Metalworking]]
| {{ID|Base.BlowTorch}}
|-
| [[File:Hacksaw.png|link=Saw]]
| [[Saw]]
| 0.7
| [[Construction]]
| [[Carpentry]]
| {{ID|Base.Saw}}
|-
| [[File:Screwdriver.png|link=Screwdriver]]
| [[Screwdriver]]
| 0.4
| [[Construction]], [[Tinkering]]
| [[Carpentry]], [[Electrical]]
| {{ID|Base.Screwdriver}}
|-
| [[File:TZ_Shovel.png|link=Shovel]]
| [[Shovel]]
| 2.0
| Digging
| [[Farming]]
| {{ID|farming.Shovel}}
|-
| [[File:Sledgehammer.png|link=Sledgehammer]]
| [[Sledgehammer]]
| 6.0
| Demolision
| [[Carpentry]]
| {{ID|Base.Sledgehammer}}
|-
| [[File:TirePump.png|link=Tire Pump]]
| [[Tire Pump]]
| 2.0
| Mechanics
| [[Mechanics]]
| {{ID|Base.TirePump}}
|-
| [[File:TZ_GardenTrowel.png|link=Trowel]]
| [[Trowel]]
| 1.0
| Digging
| [[Farming]]
| {{ID|farming.HandShovel}}
|-
| [[File:Wrench.png|link=Wrench]]
| [[Wrench]]
| 0.5
| Mechanics
| [[Mechanics]]
| {{ID|Base.Spanner}}
|-
|}
 
==Food==
===Canned food===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle thirsty.png|link=Moodles#Thirst|Thirst]]
! width="50px" | [[File:Moodle_unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:200px" | Base ID
|-
| [[File:Beans.png|link=Canned Beans|Canned Beans]]
| [[Canned Beans]]
| 0.8
| -25
| -
| +10
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.TinnedBeans}}
|-
| [[File:CannedBolognese.png|link=Canned Bolognese|Canned Bolognese]]
| [[Canned Bolognese]]
| 0.8
| -25
| -
| -
| {{abbr|(3)|Non-perishable until opened}}
| {{abbr|(5)|Non-perishable until opened}}
| {{ID|Base.CannedBolognese}}
|-
| [[File:CannedCarrots.png|link=Canned Carrots|Canned Carrots]]
| [[Canned Carrots]]
| 0.7
| -12
| -4
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedCarrots}}
|-
| [[File:CannedChili.png|link=Canned Chili|Canned Chili]]
| [[Canned Chili]]
| 0.8
| -15
| -
| -
| {{abbr|(3)|Non-perishable until opened}}
| {{abbr|(5)|Non-perishable until opened}}
| {{ID|Base.CannedChili}}
|-
| [[File:CannedCorn.png|link=Canned Corn|Canned Corn]]
| [[Canned Corn]]
| 0.7
| -15
| -4
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedCorn}}
|-
| [[File:CannedCornedBeef.png|link=Canned Corned Beef|Canned Corned Beef]]
| [[Canned Corned Beef]]
| 0.8
| -25
| -
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedCornedBeef}}
|-
| [[File:CannedMushroomSoup.png|link=Canned Mushroom Soup|Canned Mushroom Soup]]
| [[Canned Mushroom Soup]]
| 0.7
| -10
| -4
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedMushroomSoup}}
|-
| [[File:CannedPeas.png|link=Canned Carrots|Canned Carrots]]
| [[Canned Carrots]]
| 0.7
| -15
| -3
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedPeas}}
|-
| [[File:CannedPotato2.png|link=Canned Potato|Canned Potato]]
| [[Canned Potato]]
| 0.7
| -18
| -7
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedPotato2}}
|-
| [[File:CannedSardines.png|link=Canned Sardines|Canned Sardines]]
| [[Canned Sardines]]
| 0.7
| -13
| -
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedSardines}}
|-
| [[File:Soup.png|link=Canned Soup|Canned Soup]]
| [[Canned Soup]]
| 0.8
| -25
| -4
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.TinnedSoup}}
|-
| [[File:CannedTomato.png|link=Canned Tomato|Canned Tomato]]
| [[Canned Tomato]]
| 0.7
| -12
| -8
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.CannedTomato2}}
|-
| [[File:Tuna.png|link=Canned Tuna|Canned Tuna]]
| [[Canned Tuna]]
| 0.3
| -17
| -
| -
| {{abbr|(2)|Non-perishable until opened}}
| {{abbr|(4)|Non-perishable until opened}}
| {{ID|Base.TunaTin}}
|-
| [[File:Dogfood.png|link=Dog Food|Dog Food]]
| [[Dog Food]]
| 1
| -30
| -
| +50
| {{abbr|(5)|Non-perishable until opened}}
| {{abbr|(7)|Non-perishable until opened}}
| {{ID|Base.Dogfood}}
|-
|}
 
====Pickled food====
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:JarBrown.png|link=Jar of Bell Peppers|Jar of Bell Peppers]]
| [[Jar of Bell Peppers]]
| 0.5
| 60
| 90
| {{ID|Base.CannedBellPepper}}
|-
| [[File:JarGreen.png|link=Jar of Broccoli|Jar of Broccoli]]
| [[Jar of Broccoli]]
| 0.5
| 60
| 90
| {{ID|Base.CannedBroccoli}}
|-
| [[File:JarGreen.png|link=Jar of Cabbage|Jar of Cabbage]]
| [[Jar of Cabbage]]
| 0.5
| 60
| 90
| {{ID|Base.CannedCabbage}}
|-
| [[File:JarBrown.png|link=Jar of Carrots|Jar of Carrots]]
| [[Jar of Carrots]]
| 0.5
| 60
| 90
| {{ID|Base.CannedCarrots}}
|-
| [[File:JamPurple.png|link=Jar of Eggplants|Jar of Eggplants]]
| [[Jar of Eggplants]]
| 0.5
| 60
| 90
| {{ID|Base.CannedEggplant}}
|-
| [[File:JarWhite.png|link=Jar of Leeks|Jar of Leeks]]
| [[Jar of Leeks]]
| 0.5
| 60
| 90
| {{ID|Base.CannedLeek}}
|-
| [[File:JarWhite.png|link=Jar of Potatoes|Jar of Potatoes]]
| [[Jar of Potatoes]]
| 0.5
| 60
| 90
| {{ID|Base.CannedPotato}}
|-
| [[File:JarBrown.png|link=Jar of Red Radishes|Jar of Red Radishes]]
| [[Jar of Red Radishes]]
| 0.5
| 60
| 90
| {{ID|Base.CannedRedRadish}}
|-
| [[File:JarBrown.png|link=Jar of Tomatoes|Jar of Tomatoes]]
| [[Jar of Tomatoes]]
| 0.5
| 60
| 90
| {{ID|Base.CannedTomato}}
|-
|}
 
===Cooking===
====Preparation====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! width="50px" | [[File:Moodle_thirsty.png|link=Moodles#Thirsty|Thirst]]
! width="50px" | [[File:Moodle_unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! width="50px" | [[File:Moodle_bored.png|link=Moodles#Bored|Boredom]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Dough.png|link=Bread Dough|Bread Dough]]
| [[Bread Dough|Bread Dough]]
| 0.3
| -15
| +15
| +10
| -
| 4
| 9
| {{ID|Base.BreadDough}}
|-
| [[File:CakeBatter.png|link=Cake Batter|Cake Batter]]
| [[Cake Batter|Cake Batter]]
| 0.3
| -
| -
| -
| -
| -
| -
| {{ID|Base.CakeBatter}}
|-
| [[File:Cake.png|link=Cake Preparation|Cake Preparation]]
| [[Cake Preparation|Cake Preparation]]
| 0.5
| -30
| -
| -20
| -
| -
| -
| {{ID|Base.CakePrep}}
|-
| [[File:Dough.png|link=Pie Dough|Pie Dough]]
| [[Pie Dough|Pie Dough]]
| 0.3
| -
| -
| -
| -
| -
| -
| {{ID|Base.PieDough}}
|-
| [[File:PieWhole.png|link=Pie Preparation|Pie Preparation]]
| [[Pie Preparation|Pie Preparation]]
| 0.5
| -30
| -
| -20
| -
| -
| -
| {{ID|Base.PiePrep}}
|-
|}
 
====Evolved Recipe====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! width="50px" | [[File:Moodle_thirsty.png|link=Moodles#Thirsty|Thirst]]
! width="50px" | [[File:Moodle_unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! width="50px" | [[File:Moodle_bored.png|link=Moodles#Bored|Boredom]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Burger.png|link=Recipe Ingredients#Sandwich & Burger Ingredients|Burger]]
| [[Recipe Ingredients#Sandwich & Burger Ingredients|Burger]]
| 0.3
| -20
| -
| -10
| -
| 3
| 5
| {{ID|Base.BurgerRecipe}}
|-
| [[File:Cake.png|link=Recipe Ingredients#Cake Ingredients|Cake]]
| [[Recipe Ingredients#Cake Ingredients|Cake]]
| 0.3
| -15
| -
| -10
| -
| 4
| 9
| {{ID|Base.CakeRaw}}
|-
| [[File:MugFulll.png|link=Recipe Ingredients#Beverage Ingredients|Hot Drink]]
| [[Recipe Ingredients#Beverage Ingredients|Hot Drink]]
| 0.8
| -
| -20
| +10
| -
| -
| -
| {{ID|Base.HotDrink}}
|-
| [[File:PotFull.png|link=Recipe Ingredients#Rice & Pasta Ingredients|Pasta]]
| [[Recipe Ingredients#Rice & Pasta Ingredients|Pasta]]
| 3
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.PastaPot}}
|-
| [[File:SaucepanFilled.png|link=Recipe Ingredients#Rice & Pasta Ingredients|Pasta]]
| [[Recipe Ingredients#Rice & Pasta Ingredients|Pasta]]
| 3
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.PastaPan}}
|-
| [[File:PieWhole.png|link=Recipe Ingredients#Pie Ingredients|Pie]]
| [[Recipe Ingredients#Pie Ingredients|Pie]]
| 0.2
| -15
| -
| -10
| -
| 4
| 9
| {{ID|Base.PieWholeRaw}}
|-
| [[File:PotFull.png|link=Recipe Ingredients#Soup & Stew Ingredients|Pot of Soup]]
| [[Recipe Ingredients#Soup & Stew Ingredients|Pot of Soup]]
| 4
| -40
| -40
| -20
| -
| 3
| 5
| {{ID|Base.PotOfSoupRecipe}}
|-
| [[File:PotFull.png|link=Recipe Ingredients#Soup & Stew Ingredients|Pot of Stew]]
| [[Recipe Ingredients#Soup & Stew Ingredients|Pot of Stew]]
| 4
| -40
| -40
| -20
| -
| 3
| 5
| {{ID|Base.PotOfStew}}
|-
| [[File:PotFull.png|link=Recipe Ingredients#Rice & Pasta Ingredients|Rice]]
| [[Recipe Ingredients#Rice & Pasta Ingredients|Rice]]
| 3
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.RicePot}}
|-
| [[File:SaucepanFilled.png|link=Recipe Ingredients#Rice & Pasta Ingredients|Rice]]
| [[Recipe Ingredients#Rice & Pasta Ingredients|Rice]]
| 3
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.RicePan}}
|-
| [[File:RoastingpanFull.png|link=Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients|Roasted Vegetables]]
| [[Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients|Roasted Vegetables]]
| 1.2
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.PanFriedVegetables2}}
|-
| [[File:FruitSalad.png|link=Recipe Ingredients#Salad & Fruit Salad Ingredients|Salad]]
| [[Recipe Ingredients#Salad & Fruit Salad Ingredients|Salad]]
| 0.7
| -60
| -
| -
| -
| 2
| 3
| {{ID|Base.FruitSalad}}
|-
| [[File:TZ_CraftSalat.png|link=Recipe Ingredients#Salad & Fruit Salad Ingredients|Salad]]
| [[Recipe Ingredients#Salad & Fruit Salad Ingredients|Salad]]
| 0.7
| -60
| -
| -
| -5
| 2
| 3
| {{ID|farming.Salad}}
|-
| [[File:Sandwich.png|link=Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich]]
| [[Recipe Ingredients#Sandwich & Burger Ingredients|Sandwich]]
| 0.2
| -10
| -
| -
| -5
| 3
| 6
| {{ID|Base.Sandwich}}
|-
| [[File:PanFull.png|link=Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients|Stir fry]]
| [[Recipe Ingredients#Stir Fry & Roasted Vegetables Ingredients|Stir fry]]
| 1.2
| -
| -
| -
| -
| 3
| 5
| {{ID|Base.PanFriedVegetables}}
|-
|}
 
===Drink===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! width="50px" | [[File:Moodle_thirsty.png|link=Moodles#Thirsty|Thirst]]
! width="50px" | [[File:Moodle_unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! width="50px" | [[File:Moodle_stressed.png|link=Moodles#Stress|Stress]]
! width="50px" | [[File:Moodle_tired.png|link=Moodles#Tired|Fatigue]]
! width="50px" | [[File:Moodle_drunk.png|link=Moodles#Drunk|Alcoholic]]
! width="50px" | [[File:SkullPoison.png|link=Moodles#Sick|Poison]]
! width="220px" | Base ID
|-
| [[File:Bleach.png|link=Bleach|Bleach]]
| [[Bleach]]
| 0.3
| -
| -60
| +99
| -
| -
| -
| +40
| {{ID|Base.Bleach}}
|-
| [[File:WineFull.png|link=Chardonnay|Chardonnay]]
| [[Chardonnay]]
| 1
| -20
| -20
| -20
| -
| -
| True
| -
| {{ID|Base.Wine}}
|-
| [[File:MugFulll.png|link=Cold Cuppa|Cold Cuppa]]
| [[Cold Cuppa]]
| 1
| -5
| -50
| +5
| -
| -
| -
| -
| {{ID|Base.ColdCuppa}}
|-
| [[File:MugFulll.png|link=Hot Cuppa|Hot Cuppa]]
| [[Hot Cuppa]]
| 1
| -5
| -50
| -5
| -10
| -5
| -
| -
| {{ID|Base.Mugfulll}}
|-
| [[File:JuiceBox.png|link=Juice Box|Juice Box]]
| [[Juice Box]]
| 0.1
| -2
| -13
| -10
| -
| -
| -
| -
| {{ID|Base.JuiceBox}}
|-
| [[File:Milk.png|link=Milk|Milk]]
| [[Milk]]
| 1
| -10
| -100
| -
| -
| -
| -
| -
| {{ID|Base.Milk}}
|-
| [[File:Pop4.png|link=Orange Soda|Orange Soda]]
| [[Orange Soda]]
| 0.8
| -12
| -85
| -10
| -
| -
| -
| -
| {{ID|Base.PopBottle}}
|-
| [[File:Pop2.png|link=Pop|Pop]]
| [[Pop]]
| 0.3
| -8
| -60
| -10
| -
| -
| -
| -
| {{ID|Base.Pop2}}
|-
| [[File:Pop.png|link=Pop|Pop]]
| [[Pop|Pop (Diet)]]
| 0.3
| -8
| -60
| -10
| -
| -
| -
| -
| {{ID|Base.Pop}}
|-
| [[File:Pop3.png|link=Pop|Pop]]
| [[Pop|Pop (Fizz)]]
| 0.3
| -8
| -60
| -10
| -
| -
| -
| -
| {{ID|Base.Pop3}}
|-
| [[File:Wine2Full.png|link=Red Wine|Red Wine]]
| [[Red Wine]]
| 1
| -20
| -20
| -20
| -
| -
| True
| -
| {{ID|Base.Wine2}}
|-
| [[File:WhiskeyFull.png|link=Whiskey Bottle|Whiskey Bottle]]
| [[Whiskey Bottle]]
| 0.7
| -20
| -20
| -20
| -
| -
| True
| -
| {{ID|Base.WhiskeyFull}}
|-
|}
 
====Refillable====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | [[File:Moodle_thirsty.png|link=Moodles#Thirsty|Thirst]]
! width="50px" | [[File:WaterDrop.png|24px|link=Water|Units of water]]
! width="220px" | Base ID
|-
| [[File:Mugl.png|link=Mug of Water|Mug of Water]]
| [[Mug of Water|Mug of Water]]
| 0.8
| -10
| 1
| {{ID|Base.WaterMug}}
|-
| [[File:BowlFull_Water.png|link=Bowl of Water|Bowl of Water]]
| [[Bowl of Water|Bowl of Water]]
| 1.2
| -20
| 2
| {{ID|Base.WaterBowl}}
|-
| [[File:Kettle.png|link=Kettle|Kettle of Water]]
| [[Kettle|Kettle of Water]]
| 2
| -143
| 14.3
| {{ID|Base.FullKettle}}
|-
| [[File:SaucepanEmpty.png|link=Saucepan|Saucepan with Water]]
| [[Saucepan|Saucepan with Water]]
| 2
| -250
| 25
| {{ID|Base.WaterSaucepan}}
|-
| [[File:Pot_Water.png|link=Cooking Pot|Cooking Pot with Water]]
| [[Cooking Pot|Cooking Pot with Water]]
| 3
| -250
| 25
| {{ID|Base.WaterPot}}
|-
| [[File:WaterBottle_Full.png|link=Water Bottle|Water Bottle]]
| [[Water Bottle|Water Bottle]]
| 0.8
| -100
| 10
| {{ID|Base.WaterBottleFull}}
|-
| [[File:Pop_water.png|link=Water Bottle (Pop)|Water Bottle (Pop)]]
| [[Water Bottle (Pop)|Water Bottle (Pop)]]
| 0.8
| -100
| 10
| {{ID|Base.WaterPopBottle}}
|-
| [[File:Whiskey_Water_Full.png|link=Water Bottle (Whiskey)|Water Bottle (Whiskey)]]
| [[Water Bottle (Whiskey)|Water Bottle (Whiskey)]]
| 1.4
| -125
| 12.5
| {{ID|Base.WhiskeyWaterFull}}
|-
| [[File:TZ_MayonnaiseWFull.png|link=Water Bottle (Mayonnaise)|Water Bottle (Mayonnaise)]]
| [[Water Bottle (Mayonnaise)|Water Bottle (Mayonnaise)]]
| 0.5
| -67
| 6.7
| {{ID|farming.MayonnaiseWaterFull}}
|-
| [[File:TZ_RemouladeWFull.png|link=Water Bottle (Remoulade)|Water Bottle (Remoulade)]]
| [[Water Bottle (Remoulade)|Water Bottle (Remoulade)]]
| 0.5
| -67
| 6.7
| {{ID|farming.RemouladeWaterFull}}
|-
| [[File:Bucket_Water.png|link=Bucket of Water|Bucket of Water]]
| [[Bucket of Water|Bucket of Water]]
| 4
| -323
| 32.3
| {{ID|Base.BucketWaterFull}}
|-
| [[File:TZ_WateringCan.png|link=Water Can (Full)|Water Can (Full)]]
| [[Water Can (Full)|Water Can (Full)]]
| 4
| -400
| 40
| {{ID|farming.WateredCanFull}}
|-
| [[File:TZ_GardeningSprayCan.png|link=Water Can (Full)|Water Can (Full)]]
| [[Gardening Spray Can (Full)|Gardening Spray Can (Full)]]
| 1
| -400
| 40
| {{ID|farming.GardeningSprayFull}}
|-
|}
 
===Meat===
====General====
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle thirsty.png|link=Moodles#Thirst|Thirst]]
! style="width:50px" | [[File:Moodle sick.png|link=Moodles#Sick|Food Sickness]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Bacon.png|link=Bacon|Bacon]]
| [[Bacon]]
| 0.3
| -12
| -
| {{abbr|?|May cause food sickness}}
| 3
| 5
| {{ID|farming.Bacon}}
|-
| [[File:TZ_BaconBits.png|link=Bacon Bits|Bacon Bits]]
| [[Bacon Bits]]
| 0.1
| -1
| -
| {{abbr|?|May cause food sickness}}
| 1
| 1
| {{ID|farming.BaconBits}}
|-
| [[File:TZ_BaconRashers.png|link=Bacon Rashers|Bacon Rashers]]
| [[Bacon Rashers]]
| 0.1
| -4
| -
| {{abbr|?|May cause food sickness}}
| 1
| 2
| {{ID|farming.BaconRashers}}
|-
| [[File:BeefJerky.png|link=Beef Jerky|Beef Jerky]]
| [[Beef Jerky]]
| 0.2
| -15
| -
| -
| -
| -
| {{ID|farming.Bacon}}
|-
| [[File:Chicken.png|link=Chicken|Chicken]]
| [[Chicken]]
| 0.3
| -35
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.Chicken}}
|-
| [[File:Egg.png|link=Egg|Egg]]
| [[Egg]]
| 0.1
| -10
| -
| -
| 14
| 21
| {{ID|Base.Egg}}
|-
| [[File:EggCarton.png|link=Egg Carton|Egg Carton]]
| [[Egg Carton]]
| 1
| -
| -
| -
| 14
| 21
| {{ID|Base.EggCarton}}
|-
| [[File:Frogmeat.png|link=Frog Meat|Frog Meat]]
| [[Frog Meat]]
| 0.2
| -10
| -
| -
| 4
| 8
| {{ID|Base.FrogMeat}}
|-
| [[File:Ham.png|link=Ham|Ham]]
| [[Ham]]
| 1
| -60
| -
| -
| 5
| 10
| {{ID|Base.Ham}}
|-
| [[File:HamSlices.png|link=Ham Slice|Ham Slice]]
| [[Ham Slice]]
| 0.2
| -10
| -
| -
| 3
| 6
| {{ID|Base.HamSlice}}
|-
| [[File:MeatPatty.png|link=Meat Patty|Meat Patty]]
| [[Meat Patty]]
| 0.3
| -40
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.MeatPatty}}
|-
| [[File:Mutton.png|link=Mutton Chop|Mutton Chop]]
| [[Mutton Chop]]
| 0.3
| -30
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.MuttonChop}}
|-
| [[File:Porkchop.png|link=Pork Chop|Pork Chop]]
| [[Pork Chop]]
| 0.3
| -30
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.PorkChop}}
|-
| [[File:Steak.png|link=Steak|Steak]]
| [[Steak]]
| 0.3
| -40
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.Steak}}
|-
| [[File:WildEggs.png|link=Wild Eggs|Wild Eggs]]
| [[Wild Eggs]]
| 0.1
| -10
| -
| {{abbr|?|May cause food sickness}}
| 14
| 21
| {{ID|Base.WildEggs}}
|-
|}
 
====Game====
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle thirsty.png|link=Moodles#Thirst|Thirst]]
! style="width:50px" | [[File:Moodle unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! style="width:50px" | [[File:Moodle sick.png|link=Moodles#Sick|Food Sickness]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:BirdDead.png|link=Dead Bird|Dead Bird]]
| [[Dead Bird]]
| 0.2
| -20
| -
| -
| {{abbr|?|May cause food sickness}}
| 8
| 12
| {{ID|Base.DeadBird}}
|-
| [[File:MouseDead.png|link=Dead Mouse|Dead Mouse]]
| [[Dead Mouse]]
| 0.2
| -10
| -
| +30
| {{abbr|?|May cause food sickness}}
| 6
| 10
| {{ID|Base.DeadMouse}}
|-
| [[File:RabbitDead.png|link=Dead Rabbit|Dead Rabbit]]
| [[Dead Rabbit]]
| 0.2
| -30
| -
| -
| {{abbr|?|May cause food sickness}}
| 8
| 12
| {{ID|Base.DeadRabbit}}
|-
| [[File:DeadRat.png|link=Dead Rat|Dead Rat]]
| [[Dead Rat]]
| 0.2
| -15
| -
| +30
| {{abbr|?|May cause food sickness}}
| 6
| 10
| {{ID|Base.DeadRat}}
|-
| [[File:SquirrelDead.png|link=Dead Squirrel|Dead Squirrel]]
| [[Dead Squirrel]]
| 0.2
| -30
| -
| -
| {{abbr|?|May cause food sickness}}
| 8
| 12
| {{ID|Base.DeadSquirrel}}
|-
| [[File:Rabbitmeat.png|link=Rabbit Meat|Rabbit Meat]]
| [[Rabbit Meat]]
| 0.3
| -30
| -
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.Rabbitmeat}}
|-
| [[File:Smallanimalmeat.png|link=Small Animal Meat|Small Animal Meat]]
| [[Small Animal Meat]]
| 0.3
| -15
| -
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.Smallanimalmeat}}
|-
| [[File:Smallbirdmeat.png|link=Small Bird Meat|Small Bird Meat]]
| [[Small Bird Meat]]
| 0.3
| -15
| -
| -
| {{abbr|?|May cause food sickness}}
| 2
| 4
| {{ID|Base.Smallbirdmeat}}
|-
|}
 
====Fish====
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:FishBass.png|link=Bass|Bass]]
| [[Bass]]
| 1.1
| -15
| 4
| 8
| {{ID|Base.Bass}}
|-
| [[File:FishCatfish.png|link=Catfish|Catfish]]
| [[Catfish]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Catfish}}
|-
| [[File:FishCrappie.png|link=Crappie|Crappie]]
| [[Crappie]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Crappie}}
|-
| [[File:FishFillet.png|link=Fish Fillet|Fish Fillet]]
| [[Fish Fillet]]
| 0.2
| -25
| 2
| 4
| {{ID|Base.FishFillet}}
|-
| [[File:FishMinnow.png|link=Little Bait Fish|Little Bait Fish]]
| [[Little Bait Fish]]
| 0.1
| -5
| 4
| 8
| {{ID|Base.BaitFish}}
|-
| [[File:FishPerch.png|link=Perch|Perch]]
| [[Perch]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Perch}}
|-
| [[File:FishPike.png|link=Pike|Pike]]
| [[Pike]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Pike}}
|-
| [[File:Salmon.png|link=Salmon|Salmon]]
| [[Salmon]]
| 0.3
| -30
| 2
| 4
| {{ID|Base.Salmon}}
|-
| [[File:FishPanfish.png|link=Sunfish|Sunfish]]
| [[Sunfish]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Panfish}}
|-
| [[File:FishTrout.png|link=Trout|Trout]]
| [[Trout]]
| 0.4
| -15
| 4
| 8
| {{ID|Base.Trout}}
|-
|}
====Insects====
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! style="width:220px" | Base ID
|-
| [[File:Cockroach.png|link=Cockroach|Cockroach]]
| [[Cockroach]]
| 0.1
| -11
| +20
| {{ID|Base.Cockroach}}
|-
| [[File:Cricket.png|link=Cricket|Cricket]]
| [[Cricket]]
| 0.1
| -6
| +20
| {{ID|Base.Cricket}}
|-
| [[File:Grasshopper.png|link=Grasshopper|Grasshopper]]
| [[Grasshopper]]
| 0.1
| -7
| +20
| {{ID|Base.Grasshopper}}
|-
| [[File:Worm.png|link=Worm|Worm]]
| [[Worm]]
| 0.01
| -5
| +20
| {{ID|Base.Worm}}
|-
|}
 
===Fruit===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle thirsty.png|link=Moodles#Thirst|Thirst]]
! style="width:50px" | [[File:Moodle unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! style="width:50px" | [[File:SkullPoison.png|link=Moodles#Sick|Poison]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Apple.png|link=Apple|Apple]]
| [[Apple]]
| 0.2
| -15
| -7
| -
| -
| 5
| 8
| {{ID|Base.Apple}}
|-
| [[File:Banana.png|link=Banana|Banana]]
| [[Banana]]
| 0.2
| -17
| -5
| -
| -
| 5
| 7
| {{ID|Base.Banana}}
|-
| [[File:BerryBlack.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -10
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryBlack}}
|-
| [[File:BerryBlue.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -10
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryBlue}}
|-
| [[File:BerryGeneric1.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -5
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryGeneric1}}
|-
| [[File:BerryGeneric2.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -10
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryGeneric2}}
|-
| [[File:BerryGeneric3.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -5
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryGeneric3}}
|-
| [[File:BerryGeneric4.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -10
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryGeneric4}}
|-
| [[File:BerryGeneric5.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -10
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryGeneric5}}
|-
| [[File:BerryPoisonIvy.png|link=Berries|Berry]]
| [[Berries|Berry]]
| 0.1
| -5
| -1
| -
| {{abbr|?|Chance of poisonous}}
| 6
| 10
| {{ID|Base.BerryPoisonIvy}}
|-
| [[File:Cherry.png|link=Cherry|Cherry]]
| [[Cherry]]
| 0.3
| -3
| -1
| -
| -
| 4
| 9
| {{ID|Base.Cherry}}
|-
| [[File:Grapes.png|link=Grapes|Grapes]]
| [[Grapes]]
| 0.2
| -15
| -5
| -
| -
| 5
| 8
| {{ID|Base.Grapes}}
|-
| [[File:Lemon.png|link=Lemon|Lemon]]
| [[Lemon]]
| 0.2
| -10
| -5
| -
| -
| 7
| 9
| {{ID|Base.Lemon}}
|-
| [[File:Orange.png|link=Orange|Orange]]
| [[Orange]]
| 0.2
| -12
| -20
| -
| -
| 6
| 9
| {{ID|Base.Orange}}
|-
| [[File:Peach.png|link=Peach|Peach]]
| [[Peach]]
| 0.2
| -12
| -5
| -
| -
| 5
| 8
| {{ID|Base.Peach}}
|-
| [[File:Pineapple.png|link=Pineapple|Pineapple]]
| [[Pineapple]]
| 0.3
| -25
| -13
| -
| -
| 6
| 14
| {{ID|Base.Pineapple}}
|-
| [[File:Rosehips.png|link=Flora|Rosehips]]
| [[Flora|Rosehips]]
| 0.1
| -6
| -
| -
| -
| -
| -
| {{ID|Base.Rosehips}}
|-
| [[File:BerryStraw.png|link=Strawberries|Strawberries]]
| [[Strawberries]]
| 0.1
| -5
| -5
| -10
| -
| 2
| 5
| {{ID|farming.Strewberrie}}
|-
| [[File:Watermelon.png|link=Watermelon|Watermelon]]
| [[Watermelon]]
| 3
| -60
| -140
| -
| -
| 6
| 8
| {{ID|Base.Watermelon}}
|-
| [[File:WatermelonSmashed.png|link=Watermelon Chunks|Watermelon Chunks]]
| [[Watermelon Chunks]]
| 0.6
| -12
| -25
| -
| -
| 2
| 3
| {{ID|Base.WatermelonSmashed}}
|-
| [[File:WatermelonSliced.png|link=Watermelon Slice|Watermelon Slice]]
| [[Watermelon Slice]]
| 0.3
| -6
| -20
| -
| -
| 3
| 4
| {{ID|Base.WatermelonSliced}}
|-
|}
===Miscellaneous===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle_thirsty.png|link=Moodles#Thirsty|Thirst]]
! style="width:50px" | [[File:Moodle unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! style="width:50px" | [[File:Moodle_bored.png|link=Moodles#Bored|Boredom]]
! style="width:50px" | [[File:Moodle_tired.png|link=Moodles#Tired|Fatigue]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Burger.png|link=Burger|Burger]]
| [[Burger]]
| 0.3
| -25
| -
| -10
| -
| -
| 3
| 5
| {{ID|Base.Burger}}
|-
| [[File:CakeSlice.png|link=Cake Slice|Cake Slice]]
| [[Cake Slice]]
| 0.2
| -7
| -
| -10
| -
| -
| 3
| 5
| {{ID|Base.CakeSlice}}
|-
| [[File:OatsRaw.png|link=Can of Oats|Can of Oats]]
| [[Can of Oats]]
| 0.8
| -50
| -
| -
| -
| -
| -
| -
| {{ID|Base.OatsRaw}}
|-
| [[File:Candycane.png|link=Candy Cane|Candy Cane]]
| [[Candy Cane]]
| 0.2
| -10
| -
| -
| -
| -
| -
| -
| {{ID|Base.Candycane}}
|-
| [[File:Cereal.png|link=Cereal|Cereal]]
| [[Cereal]]
| 0.2
| -15
| -
| -
| -
| -
| -
| -
| {{ID|Base.Cereal}}
|-
| [[File:CheeseSandwich.png|link=Cheese Sandwich|Cheese Sandwich]]
| [[Cheese Sandwich]]
| 0.3
| -50
| -
| -
| -
| -
| 2
| 4
| {{ID|Base.CheeseSandwich}}
|-
| [[File:Crisps.png|link=Chips|Chips]]
| [[Chips]]
| 0.2
| -15
| -
| -
| -
| -
| -
| -
| {{ID|Base.Crisps}}
|-
| [[File:Crisps2.png|link=Chips|Chips]]
| [[Chips]]
| 0.2
| -15
| -
| -
| -
| -
| -
| -
| {{ID|Base.Crisps2}}
|-
| [[File:Crisps3.png|link=Chips|Chips]]
| [[Chips]]
| 0.2
| -15
| -
| -
| -
| -
| -
| -
| {{ID|Base.Crisps3}}
|-
| [[File:Crisps4.png|link=Chips|Chips]]
| [[Chips]]
| 0.2
| -15
| -
| -
| -
| -
| -
| -
| {{ID|Base.Crisps4}}
|-
| [[File:Chocolate.png|link=Chocolate|Chocolate]]
| [[Chocolate]]
| 0.2
| -15
| -
| -
| -10
| -
| -
| -
| {{ID|Base.Chocolate}}
|-
| [[File:InstantCoffee.png|link=Coffee|Coffee]]
| [[Coffee]]
| 1
| -30
| +60
| +20
| -
| -50
| -
| -
| {{ID|Base.Coffee2}}
|-
| [[File:CookieChocolateChip.png|link=Cookie|Cookie]]
| [[Cookie]]
| 0.1
| -5
| -
| -10
| -
| -
| -
| -
| {{ID|Base.CookieChocolateChip}}
|-
| [[File:Corndog.png|link=Corndog|Corndog]]
| [[Corndog]]
| 0.1
| -12
| -
| -
| -
| -
| 3
| 6
| {{ID|Base.Corndog}}
|-
| [[File:Cupcake.png|link=Cupcake|Cupcake]]
| [[Cupcake]]
| 0.2
| -20
| -
| -
| -
| -
| -
| -
| {{ID|Base.Cupcake}}
|-
| [[File:Ramen.png|link=Dry Ramen Noodles|Dry Ramen Noodles]]
| [[Dry Ramen Noodles]]
| 0.2
| -15
| +40
| -
| -
| -
| -
| -
| {{ID|Base.Ramen}}
|-
| [[File:Lollipop.png|link=Lollipop|Lollipop]]
| [[Lollipop]]
| 0.1
| -5
| -
| -10
| -
| -
| -
| -
| {{ID|Base.Lollipop}}
|-
| [[File:ChickenFried.png|link=Fried Chicken|Fried Chicken]]
| [[Fried Chicken]]
| 0.1
| -15
| -
| -
| -
| -
| 2
| 4
| {{ID|Base.ChickenFried}}
|-
| [[File:Fries.png|link=Fries|Fries]]
| [[Fries]]
| 0.4
| -10
| -
| -10
| -
| -
| 3
| 5
| {{ID|Base.Fries}}
|-
| [[File:Honeybottle.png|link=Honey|Honey]]
| [[Honey]]
| 0.4
| -20
| -
| -
| -
| -
| -
| -
| {{ID|Base.Honey}}
|-
| [[File:Hotdog.png|link=Hotdog|Hotdog]]
| [[Lollipop]]
| 0.3
| -20
| -
| -
| -
| -
| 3
| 6
| {{ID|Base.Hotdog}}
|-
| [[File:Popcorn.png|link=Instant Popcorn|Instant Popcorn]]
| [[Instant Popcorn]]
| 0.3
| -10
| +10
| -
| -
| -
| -
| -
| {{ID|Base.Popcorn}}
|-
| [[File:Macandcheese.png|link=Mac and Cheese|Mac and Cheese]]
| [[Mac and Cheese]]
| 0.5
| -40
| -
| -
| -
| -
| -
| -
| {{ID|Base.Macandcheese}}
|-
| [[File:MintCandy.png|link=Mint Candy|Mint Candy]]
| [[Mint Candy]]
| 0.1
| -2
| -
| -10
| -
| -
| -
| -
| {{ID|Base.MintCandy}}
|-
| [[File:Modjeska.png|link=Modjeska|Modjeska]]
| [[Modjeska]]
| 0.1
| -10
| -
| -
| -
| -
| -
| -
| {{ID|Base.Modjeska}}
|-
| [[File:Pancakes.png|link=Pancakes|Pancakes]]
| [[Pancakes]]
| 0.3
| -40
| -
| -10
| -
| -
| 3
| 5
| {{ID|Base.Pancakes}}
|-
| [[File:SpagettiRaw.png|link=Pasta|Pasta]]
| [[Pasta]]
| 2
| -60
| +60
| +40
| -
| -
| -
| -
| {{ID|Base.Pasta}}
|-
| [[File:PeanutButter.png|link=Peanut Butter|Peanut Butter]]
| [[Peanut Butter]]
| 0.3
| -25
| -
| -15
| -5
| -
| -
| -
| {{ID|Base.PeanutButter}}
|-
| [[File:PeanutButterSandwich.png|link=Peanut Butter Sandwich|Peanut Butter Sandwich]]
| [[Peanut Butter Sandwich]]
| 0.4
| -40
| -
| -10
| -
| -
| 2
| 4
| {{ID|Base.PeanutButterSandwich}}
|-
| [[File:Peanut.png|link=Peanuts|Peanuts]]
| [[Peanuts]]
| 0.2
| -10
| -
| -
| -
| -
| -
| -
| {{ID|Base.Peanuts}}
|-
| [[File:Pickles.png|link=Pickles|Pickles]]
| [[Pickles]]
| 0.1
| -5
| -
| -
| -
| -
| -
| -
| {{ID|Base.Pickles}}
|-
| [[File:Pie.png|link=Pie Slice|Pie Slice]]
| [[Pie Slice]]
| 0.5
| -30
| -
| -
| -
| -
| 5
| 8
| {{ID|Base.Pie}}
|-
| [[File:Pizza.png|link=Pizza|Pizza]]
| [[Pizza]]
| 0.3
| -25
| -
| -10
| -
| -
| 3
| 5
| {{ID|Base.Pizza}}
|-
| [[File:PiePumpkin.png|link=Pumpkin Pie Slice|Pumpkin Pie Slice]]
| [[Pumpkin Pie Slice]]
| 0.5
| -30
| -
| -
| -
| -
| 5
| 8
| {{ID|Base.PiePumpkin}}
|-
| [[File:CookieJelly.png|link=Raspberry Shortbread|Raspberry Shortbread]]
| [[Raspberry Shortbread]]
| 0.1
| -7
| -
| -10
| -
| -
| -
| -
| {{ID|Base.CookieJelly}}
|-
| [[File:RiceRaw.png|link=Rice|Rice]]
| [[Rice]]
| 2
| -60
| +60
| +40
| -
| -
| -
| -
| {{ID|Base.Rice}}
|-
| [[File:SunflowerSeeds.png|link=Sunflower Seeds|Sunflower Seeds]]
| [[Sunflower Seeds]]
| 0.1
| -5
| -
| -
| -
| -
| -
| -
| {{ID|Base.SunflowerSeeds}}
|-
| [[File:Teabag.png|link=Tea Bag|Tea Bag]]
| [[Tea Bag]]
| 0.1
| -5
| +10
| +10
| -
| -15
| -
| -
| {{ID|Base.Teabag2}}
|-
| [[File:TVDinner.png|link=TV Dinner|TV Dinner]]
| [[TV Dinner]]
| 0.4
| -23
| -
| +25
| +30
| -
| -
| -
| {{ID|Base.TVDinner}}
|-
| [[File:Waffles.png|link=Waffles|Waffles]]
| [[Waffles]]
| 0.3
| -15
| -
| -10
| -
| -
| -
| -
| {{ID|Base.Waffles}}
|-
|}
 
===Vegetable===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | [[File:Moodle hungry.png|link=Moodles#Hungry|Hunger]]
! style="width:50px" | [[File:Moodle thirsty.png|link=Moodles#Thirst|Thirst]]
! style="width:50px" | [[File:SkullPoison.png|link=Moodles#Sick|Poison]]
! style="width:50px" | Fresh<br>(days)
! style="width:50px" | Rotten<br>(days)
! style="width:220px" | Base ID
|-
| [[File:Avocado.png|link=Avocado|Avocado]]
| [[Avocado]]
| 0.3
| -15
| -7
| -
| 6
| 14
| {{ID|Base.Avocado}}
|-
| [[File:BellPepper.png|link=Bell Pepper|Bell Pepper]]
| [[Bell Pepper]]
| 0.2
| -8
| -2
| -
| 5
| 8
| {{ID|Base.BellPepper}}
|-
| [[File:Broccoli.png|link=Broccoli|Broccoli]]
| [[Broccoli]]
| 0.2
| -9
| -4
| -
| 4
| 6
| {{ID|Base.Broccoli}}
|-
| [[File:Cabbage.png|link=Cabbage|Cabbage]]
| [[Cabbage]]
| 0.2
| -25
| -15
| -
| 2
| 4
| {{ID|farming.Cabbage}}
|-
| [[File:Carrots.png|link=Carrots|Carrots]]
| [[Carrots]]
| 0.2
| -8
| -4
| -
| 6
| 8
| {{ID|Base.Carrots}}
|-
| [[File:Corn.png|link=Corn|Corn]]
| [[Corn]]
| 0.2
| -14
| -4
| -
| 5
| 8
| {{ID|Base.Corn}}
|-
| [[File:Eggplant.png|link=Eggplant|Eggplant]]
| [[Eggplant]]
| 0.2
| -15
| -9
| -
| 5
| 8
| {{ID|Base.Eggplant}}
|-
| [[File:GrapeLeaves.png|link=Flora|Grape Leaves]]
| [[Flora|Grape Leaves]]
| 0.1
| -4
| -
| -
| -
| -
| {{ID|Base.GrapeLeaves}}
|-
| [[File:Leek.png|link=Leek|Leek]]
| [[Leek]]
| 0.2
| -12
| -5
| -
| 5
| 8
| {{ID|Base.Leek}}
|-
| [[File:Lettuce.png|link=Lettuce|Lettuce]]
| [[Lettuce]]
| 0.7
| -15
| -7
| -
| 3
| 5
| {{ID|Base.Lettuce}}
|-
| [[File:MushroomGeneric1.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -13
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric1}}
|-
| [[File:MushroomGeneric2.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -13
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric2}}
|-
| [[File:MushroomGeneric3.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -15
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric3}}
|-
| [[File:MushroomGeneric4.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -13
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric4}}
|-
| [[File:MushroomGeneric5.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -15
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric5}}
|-
| [[File:MushroomGeneric6.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -13
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric6}}
|-
| [[File:MushroomGeneric7.png|link=Mushroom|Mushroom]]
| [[Mushroom]]
| 0.2
| -13
| -1
| {{abbr|?|Chance of poisonous}}
| 3
| 4
| {{ID|Base.MushroomGeneric7}}
|-
| [[File:Onion.png|link=Onion|Onion]]
| [[Onion]]
| 0.2
| -10
| -
| -
| 7
| 9
| {{ID|Base.Onion}}
|-
| [[File:Peas.png|link=Peas|Peas]]
| [[Peas]]
| 0.6
| -20
| -5
| -
| 3
| 5
| {{ID|Base.Peas}}
|-
| [[File:Potato.png|link=Potato|Potato]]
| [[Potato]]
| 0.2
| -18
| -7
| -
| 14
| 28
| {{ID|farming.Potato}}
|-
| [[File:Radish.png|link=Radish|Radish]]
| [[Radish]]
| 0.1
| -3
| -1
| -
| 3
| 7
| {{ID|farming.RedRadish}}
|-
| [[File:Tofu.png|link=Tofu|Tofu]]
| [[Tofu]]
| 0.3
| -10
| -
| -
| 6
| 14
| {{ID|Base.Tofu}}
|-
| [[File:Tomato.png|link=Tomato|Tomato]]
| [[Tomato]]
| 0.2
| -12
| -15
| -
| 4
| 12
| {{ID|farming.Tomato}}
|-
| [[File:Violets.png|link=Flora|Violets]]
| [[Flora|Violets]]
| 0.1
| -2
| -
| -
| -
| -
| {{ID|Base.Violets}}
|-
| [[File:Zucchini.png|link=Zucchini|Zucchini]]
| [[Zucchini]]
| 0.3
| -10
| -10
| -
| 6
| 14
| {{ID|Base.Zucchini}}
|-
|}
 
==Literature==
===Leisure Reading===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="50px" | [[File:Moodle_unhappy.png|link=Moodles#Unhappy|Unhappiness]]
! width="50px" | [[File:Moodle_stressed.png|link=Moodles#Stress|Stress]]
! width="50px" | [[File:Moodle_bored.png|link=Moodles#Bored|Boredom]]
! style="width:220px" | Base ID
|-
| [[File:Book.png|link=Book|Book]]
| [[Book|Book]]
| 0.5
| -40
| -40
| -50
| {{ID|Base.Book}}
|-
| [[File:ComicBook.png|link=Comic Book|Comic Book]]
| [[Comic Book|Comic Book]]
| 0.1
| -20
| -20
| -30
| {{ID|Base.ComicBook}}
|-
| [[File:Magazine.png|link=Magazine|Magazine]]
| [[Magazine|Magazine]]
| 0.2
| -
| -15
| -20
| {{ID|Base.Magazine}}
|-
| [[File:Newspaper.png|link=Newspaper|Newspaper]]
| [[Newspaper|Newspaper]]
| 0.1
| -
| -15
| -15
| {{ID|Base.Newspaper}}
|-
|}
 
===Map===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:220px" | Base ID
|-
| [[File:Map.png|link=Map|March Ridge Map]]
| [[Map|March Ridge Map]]
| 0.1
| {{ID|Base.MarchRidgeMap}}
|-
| [[File:Map.png|link=Map|Muldraugh Map]]
| [[Map|Muldraugh Map]]
| 0.1
| {{ID|Base.MuldraughMap}}
|-
| [[File:Map.png|link=Map|Riverside Map]]
| [[Map|Riverside Map]]
| 0.1
| {{ID|Base.RiversideMap}}
|-
| [[File:Map.png|link=Map|Rosewood Map]]
| [[Map|Rosewood Map]]
| 0.1
| {{ID|Base.RosewoodMap}}
|-
| [[File:Map.png|link=Map|West Point Map]]
| [[Map|West Point Map]]
| 0.1
| {{ID|Base.WestpointMap}}
|-
|}
 
===Writable===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | Pages
! style="width:220px" | Base ID
|-
| [[File:Notebook.png|link=Notebook]]
| [[Notebook]]
| 0.5
| 10
| {{ID|Base.Notebook}}
|-
| [[File:Paper.png|link=Doodle]]
| [[Doodle]] <span style="color:red"><small>''(Removed)''</small></span>
| 0.3
| 1
| {{ID|Base.Doodle}}
|-
| [[File:Notebook.png|link=Journal]]
| [[Journal]]
| 0.1
| 20
| {{ID|Base.Journal}}
|-
| [[File:Paper.png|link=Sheet of Paper]]
| [[Sheet of Paper]]
| 0.1
| 1
| {{ID|Base.SheetPaper2}}
|-
|}
 
===Skill Book===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:50px" | Pages
! style="width:100px" | Multiplier
! style="width:150px" | Skill
! style="width:220px" | Base ID
|-
| [[File:Book8.png|link=Skill Books|Carpentry for Beginners]]
| [[Skill Books|Carpentry for Beginners]]
| 0.8
| 220
| 3
| [[Carpentry]]
| {{ID|Base.BookCarpentry1}}
|-
| [[File:Book8.png|link=Skill Books|Carpentry for Intermediates]]
| [[Skill Books|Carpentry for Intermediates]]
| 0.8
| 260
| 5
| [[Carpentry]]
| {{ID|Base.BookCarpentry2}}
|-
| [[File:Book8.png|link=Skill Books|Advanced Carpentry]]
| [[Skill Books|Advanced Carpentry]]
| 0.8
| 300
| 8
| [[Carpentry]]
| {{ID|Base.BookCarpentry3}}
|-
| [[File:Book8.png|link=Skill Books|Expert Carpentry]]
| [[Skill Books|Expert Carpentry]]
| 0.8
| 340
| 12
| [[Carpentry]]
| {{ID|Base.BookCarpentry4}}
|-
| [[File:Book8.png|link=Skill Books|Master Carpentry]]
| [[Skill Books|Master Carpentry]]
| 0.8
| 380
| 16
| [[Carpentry]]
| {{ID|Base.BookCarpentry5}}
|-
| [[File:Book9.png|link=Skill Books|Cooking for Beginners]]
| [[Skill Books|Cooking for Beginners]]
| 0.8
| 220
| 3
| [[Cooking]]
| {{ID|Base.BookCooking1}}
|-
| [[File:Book9.png|link=Skill Books|Cooking for Intermediates]]
| [[Skill Books|Cooking for Intermediates]]
| 0.8
| 260
| 5
| [[Cooking]]
| {{ID|Base.BookCooking2}}
|-
| [[File:Book9.png|link=Skill Books|Advanced Cooking]]
| [[Skill Books|Advanced Cooking]]
| 0.8
| 300
| 8
| [[Cooking]]
| {{ID|Base.BookCooking3}}
|-
| [[File:Book9.png|link=Skill Books|Expert Cooking]]
| [[Skill Books|Expert Cooking]]
| 0.8
| 340
| 12
| [[Cooking]]
| {{ID|Base.BookCooking4}}
|-
| [[File:Book9.png|link=Skill Books|Master Cooking]]
| [[Skill Books|Master Cooking]]
| 0.8
| 380
| 16
| [[Cooking]]
| {{ID|Base.BookCooking5}}
|-
| [[File:Book6.png|link=Skill Books|Electricity for Beginners]]
| [[Skill Books|Electricity for Beginners]]
| 0.8
| 220
| 3
| [[Electrical]]
| {{ID|Base.BookElectricity1}}
|-
| [[File:Book6.png|link=Skill Books|Electricity for Intermediates]]
| [[Skill Books|Electricity for Intermediates]]
| 0.8
| 260
| 5
| [[Electrical]]
| {{ID|Base.BookElectricity2}}
|-
| [[File:Book6.png|link=Skill Books|Advanced Electricity]]
| [[Skill Books|Advanced Electricity]]
| 0.8
| 300
| 8
| [[Electrical]]
| {{ID|Base.BookCarpentry3}}
|-
| [[File:Book6.png|link=Skill Books|Expert Electricity]]
| [[Skill Books|Expert Electricity]]
| 0.8
| 340
| 12
| [[Electrical]]
| {{ID|Base.BookElectricity4}}
|-
| [[File:Book6.png|link=Skill Books|Master Electricity]]
| [[Skill Books|Master Electricity]]
| 0.8
| 380
| 16
| [[Electrical]]
| {{ID|Base.BookElectricity5}}
|-
| [[File:Book3.png|link=Skill Books|Farming for Beginners]]
| [[Skill Books|Farming for Beginners]]
| 0.8
| 220
| 3
| [[Farming]]
| {{ID|Base.BookFarming1}}
|-
| [[File:Book3.png|link=Skill Books|Farming for Intermediates]]
| [[Skill Books|Farming for Intermediates]]
| 0.8
| 260
| 5
| [[Farming]]
| {{ID|Base.BookFarming2}}
|-
| [[File:Book3.png|link=Skill Books|Advanced Farming]]
| [[Skill Books|Advanced Farming]]
| 0.8
| 300
| 8
| [[Farming]]
| {{ID|Base.BookFarming3}}
|-
| [[File:Book3.png|link=Skill Books|Expert Farming]]
| [[Skill Books|Expert Farming]]
| 0.8
| 340
| 12
| [[Farming]]
| {{ID|Base.BookFarming4}}
|-
| [[File:Book3.png|link=Skill Books|Master Farming]]
| [[Skill Books|Master Farming]]
| 0.8
| 380
| 16
| [[Farming]]
| {{ID|Base.BookFarming5}}
|-
| [[File:Book2.png|link=Skill Books|First Aid for Beginners]]
| [[Skill Books|First Aid for Beginners]]
| 0.8
| 220
| 3
| [[First Aid]]
| {{ID|Base.BookFirstAid1}}
|-
| [[File:Book2.png|link=Skill Books|First Aid for Intermediates]]
| [[Skill Books|First Aid for Intermediates]]
| 0.8
| 260
| 5
| [[First Aid]]
| {{ID|Base.BookFirstAid2}}
|-
| [[File:Book2.png|link=Skill Books|Advanced First Aid]]
| [[Skill Books|Advanced First Aid]]
| 0.8
| 300
| 8
| [[First Aid]]
| {{ID|Base.BookFirstAid3}}
|-
| [[File:Book2.png|link=Skill Books|Expert First Aid]]
| [[Skill Books|Expert First Aid]]
| 0.8
| 340
| 12
| [[First Aid]]
| {{ID|Base.BookFirstAid4}}
|-
| [[File:Book2.png|link=Skill Books|Master First Aid]]
| [[Skill Books|Master First Aid]]
| 0.8
| 380
| 16
| [[First Aid]]
| {{ID|Base.BookFirstAid5}}
|-
| [[File:Book5.png|link=Skill Books|Fishing for Beginners]]
| [[Skill Books|Fishing for Beginners]]
| 0.8
| 220
| 3
| [[Fishing]]
| {{ID|Base.BookFishing1}}
|-
| [[File:Book5.png|link=Skill Books|Fishing for Intermediates]]
| [[Skill Books|Fishing for Intermediates]]
| 0.8
| 260
| 5
| [[Fishing]]
| {{ID|Base.BookFishing2}}
|-
| [[File:Book5.png|link=Skill Books|Advanced Fishing]]
| [[Skill Books|Advanced Fishing]]
| 0.8
| 300
| 8
| [[Fishing]]
| {{ID|Base.BookFishing3}}
|-
| [[File:Book5.png|link=Skill Books|Expert Fishing]]
| [[Skill Books|Expert Fishing]]
| 0.8
| 340
| 12
| [[Fishing]]
| {{ID|Base.BookFishing4}}
|-
| [[File:Book5.png|link=Skill Books|Master Fishing]]
| [[Skill Books|Master Fishing]]
| 0.8
| 380
| 16
| [[Fishing]]
| {{ID|Base.BookFishing5}}
|-
| [[File:Book10.png|link=Skill Books|Foraging for Beginners]]
| [[Skill Books|Foraging for Beginners]]
| 0.8
| 220
| 3
| [[Foraging]]
| {{ID|Base.BookForaging1}}
|-
| [[File:Book10.png|link=Skill Books|Foraging for Intermediates]]
| [[Skill Books|Foraging for Intermediates]]
| 0.8
| 260
| 5
| [[Foraging]]
| {{ID|Base.BookForaging2}}
|-
| [[File:Book10.png|link=Skill Books|Advanced Foraging]]
| [[Skill Books|Advanced Foraging]]
| 0.8
| 300
| 8
| [[Foraging]]
| {{ID|Base.BookForaging3}}
|-
| [[File:Book10.png|link=Skill Books|Expert Foraging]]
| [[Skill Books|Expert Foraging]]
| 0.8
| 340
| 12
| [[Foraging]]
| {{ID|Base.BookForaging4}}
|-
| [[File:Book10.png|link=Skill Books|Master Foraging]]
| [[Skill Books|Master Foraging]]
| 0.8
| 380
| 16
| [[Foraging]]
| {{ID|Base.BookForaging5}}
|-
| [[File:Book11.png|link=Skill Books|Mechanics for Beginners]]
| [[Skill Books|Mechanics for Beginners]]
| 0.8
| 220
| 3
| [[Mechanics]]
| {{ID|Base.BookMechanics1}}
|-
| [[File:Book11.png|link=Skill Books|Mechanics for Intermediates]]
| [[Skill Books|Mechanics for Intermediates]]
| 0.8
| 260
| 5
| [[Mechanics]]
| {{ID|Base.BookMechanics2}}
|-
| [[File:Book11.png|link=Skill Books|Advanced Mechanics]]
| [[Skill Books|Advanced Mechanics]]
| 0.8
| 300
| 8
| [[Mechanics]]
| {{ID|Base.BookMechanics3}}
|-
| [[File:Book11.png|link=Skill Books|Expert Mechanics]]
| [[Skill Books|Expert Mechanics]]
| 0.8
| 340
| 12
| [[Mechanics]]
| {{ID|Base.BookMechanics4}}
|-
| [[File:Book11.png|link=Skill Books|Master Mechanics]]
| [[Skill Books|Master Mechanics]]
| 0.8
| 380
| 16
| [[Mechanics]]
| {{ID|Base.BookMechanics5}}
|-
| [[File:Book7.png|link=Skill Books|Metalworking for Beginners]]
| [[Skill Books|Metalworking for Beginners]]
| 0.8
| 220
| 3
| [[Metalworking]]
| {{ID|Base.BookMetalworking1}}
|-
| [[File:Book7.png|link=Skill Books|Metalworking for Intermediates]]
| [[Skill Books|Metalworking for Intermediates]]
| 0.8
| 260
| 5
| [[Metalworking]]
| {{ID|Base.BookMetalworking2}}
|-
| [[File:Book7.png|link=Skill Books|Advanced Metalworking]]
| [[Skill Books|Advanced Metalworking]]
| 0.8
| 300
| 8
| [[Metalworking]]
| {{ID|Base.BookMetalworking3}}
|-
| [[File:Book7.png|link=Skill Books|Expert Metalworking]]
| [[Skill Books|Expert Metalworking]]
| 0.8
| 340
| 12
| [[Metalworking]]
| {{ID|Base.BookMetalworking4}}
|-
| [[File:Book7.png|link=Skill Books|Master Metalworking]]
| [[Skill Books|Master Metalworking]]
| 0.8
| 380
| 16
| [[Metalworking]]
| {{ID|Base.BookMetalworking5}}
|-
| [[File:Book3.png|link=Skill Books|Trapping for Beginners]]
| [[Skill Books|Trapping for Beginners]]
| 0.8
| 220
| 3
| [[Trapping]]
| {{ID|Base.BookTrapping1}}
|-
| [[File:Book3.png|link=Skill Books|Trapping for Intermediates]]
| [[Skill Books|Trapping for Intermediates]]
| 0.8
| 260
| 5
| [[Trapping]]
| {{ID|Base.BookTrapping2}}
|-
| [[File:Book3.png|link=Skill Books|Advanced Trapping]]
| [[Skill Books|Advanced Trapping]]
| 0.8
| 300
| 8
| [[Trapping]]
| {{ID|Base.BookTrapping3}}
|-
| [[File:Book3.png|link=Skill Books|Expert Trapping]]
| [[Skill Books|Expert Trapping]]
| 0.8
| 340
| 12
| [[Trapping]]
| {{ID|Base.BookTrapping4}}
|-
| [[File:Book3.png|link=Skill Books|Master Trapping]]
| [[Skill Books|Master Trapping]]
| 0.8
| 380
| 16
| [[Trapping]]
| {{ID|Base.BookTrapping5}}
|-
|}
 
===Recipe Magazine===
{| class="pztable sortable" style="text-align:center;"
! style="width:50px" | Icon
! style="width:200px" | Name
! style="width:50px" | [[File:Moodle heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! style="width:220px" | Effect
! style="width:150px" | Skill
! style="width:220px" | Base ID
|-
| [[File:MagazineFish.png|link=Recipe Magazines|Angler USA Magazine Vol.1]]
| [[Recipe Magazines|Angler USA Magazine Vol.1]]
| 0.1
| Make [[Fishing Rod (Crafted)|Fishing Rod]]<br>Fix [[Fishing Rod]]
| [[Fishing]]
| {{ID|Base.FishingMag1}}
|-
| [[File:MagazineFish2.png|link=Recipe Magazines|Angler USA Magazine Vol.1]]
| [[Recipe Magazines|Angler USA Magazine Vol.2]]
| 0.1
| Make [[Fishing Net Trap|Fishing Net]]<br>Get [[Wire]] Back
| [[Fishing]]
| {{ID|Base.FishingMag2}}
|-
| [[File:MagazineElectronics01.png|link=Recipe Magazines|Electronics Magazine Vol.1]]
| [[Recipe Magazines|Electronics Magazine Vol.1]]
| 0.1
| Make [[Remote Controller V1]]<br>Make [[Remote Controller V2]]<br>[[Remote Controller V3]]
| [[Electrical]]
| {{ID|Base.ElectronicsMag1}}
|-
| [[File:MagazineElectronics01.png|link=Recipe Magazines|Electronics Magazine Vol.2]]
| [[Recipe Magazines|Electronics Magazine Vol.2]]
| 0.1
| Make [[Crafted Timer|Timer]]<br>Add [[Crafted Timer|Timer]]
| [[Electrical]]
| {{ID|Base.ElectronicsMag2}}
|-
| [[File:MagazineElectronics03.png|link=Recipe Magazines|Electronics Magazine Vol.2]]
| [[Recipe Magazines|Electronics Magazine Vol.2]]
| 0.1
| Add [[Motion Sensor|Motion Sensor V1]]<br>Add [[Motion Sensor|Motion Sensor V2]]<br>Add [[Motion Sensor|Motion Sensor V3]]
| [[Electrical]]
| {{ID|Base.ElectronicsMag3}}
|-
| [[File:MagazineElectronics04.png|link=Recipe Magazines|Electronics Magazine Vol.3]]
| [[Recipe Magazines|Electronics Magazine Vol.3]]
| 0.1
| Make [[Crafted Trigger|Remote Trigger]]<br>Add [[Crafted Trigger]]
| [[Electrical]]
| {{ID|Base.ElectronicsMag5}}
|-
| [[File:MagazineMechanics.png|link=Recipe Magazines|Engineer Magazine Vol.1]]
| [[Recipe Magazines|Engineer Magazine Vol.1]]
| 0.1
| Make [[Noise Maker]]
| [[Electrical]]
| {{ID|Base.EngineerMagazine1}}
|-
| [[File:MagazineMechanics.png|link=Recipe Magazines|Engineer Magazine Vol.2]]
| [[Recipe Magazines|Engineer Magazine Vol.2]]
| 0.1
| Make [[Smoke Bomb]]
| [[Electrical]]
| {{ID|Base.EngineerMagazine2}}
|-
| [[File:MagazineFood.png|link=Recipe Magazines|Good Cooking Magazine Vol.1]]
| [[Recipe Magazines|Good Cooking Magazine Vol.1]]
| 0.1
| Make [[Cake Batter]]<br>Make [[Pie Dough]]
| [[Cooking]]
| {{ID|Base.CookingMag1}}
|-
| [[File:MagazineFood.png|link=Recipe Magazines|Good Cooking Magazine Vol.2]]
| [[Recipe Magazines|Good Cooking Magazine Vol.1]]
| 0.1
| Make [[Bread Dough]]
| [[Cooking]]
| {{ID|Base.CookingMag2}}
|-
| [[File:MagazineElectronics01.png|link=Recipe Magazines|Guerilla Radio Vol.1]]
| [[Recipe Magazines|Guerilla Radio Vol.1]]
| 0.1
| Craft [[Makeshift Radio]]
| [[Electrical]]
| {{ID|Radio.RadioMag1}}
|-
| [[File:MagazineElectronics04.png|link=Recipe Magazines|Guerilla Radio Vol.2]]
| [[Recipe Magazines|Guerilla Radio Vol.2]]
| 0.1
| Craft [[Makeshift Walkie Talkie]]
| [[Electrical]]
| {{ID|Radio.RadioMag2}}
|-
| [[File:MagazineMechanics.png|link=Recipe Magazines|Guerilla Radio Vol.3]]
| [[Recipe Magazines|Guerilla Radio Vol.3]]
| 0.1
| Craft [[Makeshift Ham Radio]]
| [[Electrical]]
| {{ID|Radio.RadioMag3}}
|-
| [[File:MagazineElectronics02.png|link=Recipe Magazines|How to use Generators]]
| [[Recipe Magazines|How to use Generators]]
| 0.1
| Teaches the player how to<br>connect [[generator]]s to buildings
| [[Electrical]]
| {{ID|Base.ElectronicsMag4}}
|-
| [[File:MagazineMechanic1.png|link=Recipe Magazines|Laines Auto Manual - Standard Models]]
| [[Recipe Magazines|Laines Auto Manual - Standard Models]]
| 0.1
| Can perform maintenance on<br>''standard'' [[Vehicles_Guide#Types|vehicle types]]
| [[Mechanics]]
| {{ID|Base.MechanicMag1}}
|-
| [[File:MagazineMechanic2.png|link=Recipe Magazines|Laines Auto Manual - Commercial Models]]
| [[Recipe Magazines|Laines Auto Manual - Commercial Models]]
| 0.1
| Can perform maintenance on<br>''heavy-duty'' [[Vehicles_Guide#Types|vehicle types]]
| [[Mechanics]]
| {{ID|Base.MechanicMag2}}
|-
| [[File:MagazineMechanic3.png|link=Recipe Magazines|Laines Auto Manual - Performance Models]]
| [[Recipe Magazines|Laines Auto Manual - Performance Models]]
| 0.1
| Can perform maintenance on<br>''sport'' [[Vehicles_Guide#Types|vehicle types]]
| [[Mechanics]]
| {{ID|Base.MechanicMag3}}
|-
| [[File:MagazineFish.png|link=Recipe Magazines|The Farming Magazine]]
| [[Recipe Magazines|The Farming Magazine]]
| 0.1
| Make [[Mildew Spray|Mildew Cure]]<br>Make [[Insecticide Spray|Flies Cure]]
| [[Farming]]
| {{ID|Base.FarmingMag1}}
|-
| [[File:MagazineFood.png|link=Recipe Magazines|The Herbalist]]
| [[Recipe Magazines|The Farming Magazine]]
| 0.1
| Can identifty poisonous [[berries]] and<br>[[mushroom]]s, and forage [[Medicinal Herbs|medicinal herbs]]
| [[Foraging]]
| {{ID|Base.HerbalistMag}}
|-
| [[File:MagazineHunting.png|link=Recipe Magazines|The Hunter Magazine]]
| [[Recipe Magazines|The Hunter Magazine]]
| 0.1
| Make [[Snare Trap]]
| [[Trapping]]
| {{ID|Base.HuntingMag1}}
|-
| [[File:MagazineHunting2.png|link=Recipe Magazines|The Hunter Magazine]]
| [[Recipe Magazines|The Hunter Magazine]]
| 0.1
| Make [[Wooden Cage Trap]]<br>Make [[Stick Trap]]
| [[Trapping]]
| {{ID|Base.HuntingMag2}}
|-
| [[File:MagazineHunting3.png|link=Recipe Magazines|The Hunter Magazine]]
| [[Recipe Magazines|The Hunter Magazine]]
| 0.1
| Make [[Trap Box]]<br>Make [[Cage Trap]]
| [[Trapping]]
| {{ID|Base.HuntingMag3}}
|-
| [[File:MagazineWelding1.png|link=Recipe Magazines|The Metalwork Magazine Vol.1]]
| [[Recipe Magazines|The Metalwork Magazine Vol.1]]
| 0.1
| Make [[Metal Wall]]s<br>Make [[Metal Roof]]
| [[Metalworking]]
| {{ID|Base.MetalworkMag1}}
|-
| [[File:MagazineWelding2.png|link=Recipe Magazines|The Metalwork Magazine Vol.2]]
| [[Recipe Magazines|The Metalwork Magazine Vol.2]]
| 0.1
| Make Metal Containers
| [[Metalworking]]
| {{ID|Base.MetalworkMag2}}
|-
| [[File:MagazineWelding3.png|link=Recipe Magazines|The Metalwork Magazine Vol.3]]
| [[Recipe Magazines|The Metalwork Magazine Vol.3]]
| 0.1
| Make Metal Fences
| [[Metalworking]]
| {{ID|Base.MetalworkMag3}}
|-
| [[File:MagazineWelding3.png|link=Recipe Magazines|The Metalwork Magazine Vol.4]]
| [[Recipe Magazines|The Metalwork Magazine Vol.4]]
| 0.1
| Make [[Metal Sheet]]<br>Make [[Small Metal Sheet]]
| [[Metalworking]]
| {{ID|Base.MetalworkMag4}}
|-
|}
 
==First Aid==
===Pharmaceutical===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="500px" | Effect
! width="220px" | Base ID
|-
| [[File:Antibiotics.png|link=Antibiotics]]
| [[Antibiotics]]
| 0.1
| Fights wound [[infection]]s. Cannot prevent [[Knox Infection|zombification]].
| {{ID|Base.Antibiotics}}
|-
| [[File:PillsAntidepressant.png|link=Antidepressants]]
| [[Antidepressants]]
| 0.2
| Reduces [[unhappiness]] over a sustained period.
| {{ID|Base.PillsAntiDep}}
|-
| [[File:PillsBetablocker.png|link=Beta Blockers]]
| [[Beta Blockers]]
| 0.2
| Reduces [[panic]].
| {{ID|Base.PillsBeta}}
|-
| [[File:Cigarettes.png|link=Cigarettes]]
| [[Cigarettes]]
| 0.005
| Smoke for a slight reduction to [[Moodles#Stress|stress]].
| {{ID|Base.Cigarettes}}
|-
| [[File:PillsPainkiller.png|link=Painkillers]]
| [[Painkillers]]
| 0.2
| Reduces feelings of [[Moodles#In Pain|pain]].
| {{ID|Base.Pills}}
|-
| [[File:PillsSleeping.png|link=Sleeping Tablets]]
| [[Sleeping Tablets]]
| 0.2
| Helps in getting to [[sleep]]. Useful when [[Moodles#Stress|anxious]] or in [[Moodles#In Pain|pain]].
| {{ID|Base.PillsSleepingTablets}}
|-
| [[File:Vitamins.png|link=Vitamins]]
| [[Vitamins]]
| 0.2
| Provides a burst of energy when taken. Reduces [[Moodles#Tired|fatigue]].
| {{ID|Base.PillsVitamins}}
|}
 
===Dressings===
====Bandage====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="500px" | Effect
! width="220px" | Base ID
|-
| [[File:Bandaid.png|link=Adhesive Bandages]]
| [[Adhesive Bandages]]
| 0.1
| Stops [[Moodles#Bleeding|bleeding]] and increases rate of healing.
| {{ID|Base.Bandaid}}
|-
| [[File:Bandage.png|link=Bandage]]
| [[Bandage]]
| 0.1
| Stops [[Moodles#Bleeding|bleeding]] and increases rate of healing.
| {{ID|Base.Bandage}}
|-
| [[File:Bandage.png|link=Bandage|Sterilized Bandage]]
| [[Sterilized Bandage]]
| 0.1
| Stops [[Moodles#Bleeding|bleeding]] and increases rate of healing. Decreases chance of [[infection]].
| {{ID|Base.SterilizedBandage}}
|-
| [[File:BandageDirty.png|link=Bandage|Dirty Bandage]]
| [[Dirty Bandage]]
| 0.1
| Stops [[Moodles#Bleeding|bleeding]]. Increased chance of [[infection]].
| {{ID|Base.DirtyBandage}}
|-
| [[File:Rag.png|link=Ripped Sheets]]
| [[Ripped Sheets]]
| 0.05
| Stops [[Moodles#Bleeding|bleeding]] and increases rate of healing.
| {{ID|Base.RippedSheets}}
|-
| [[File:Rag.png|link=Ripped Sheets|Sterilized Rag]]
| [[Sterilized Rag]]
| 0.05
| Stops [[Moodles#Bleeding|bleeding]] and increases rate of healing. Decreases chance of [[infection]].
| {{ID|Base.AlcoholRippedSheets}}
|-
| [[File:RagDirty.png|link=Ripped Sheets|Dirty Rag]]
| [[Dirty Rag]]
| 0.05
| Stops [[Moodles#Bleeding|bleeding]]. Increased chance of [[infection]].
| {{ID|Base.RippedSheetsDirty}}
|-
| [[File:Splint.png|link=Splint]]
| [[Splint]]
| 1.0
| Aids recovery from [[Health#Types_of_Injuries|broken bones]]. Reduces time taken to heal.
| {{ID|Base.Splint}}
|-
|}
====Disinfectant====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="500px" | Effect
! width="220px" | Base ID
|-
| [[File:AlcoholWipes.png|link=Alcohol Wipes]]
| [[Alcohol Wipes]]
| 0.2
| Used to sterilize wounds and aid recovery from [[infection]].
| {{ID|Base.AlcoholWipes}}
|-
| [[File:Alcohol.png|link=Bottle of Disinfectant]]
| [[Bottle of Disinfectant]]
| 0.3
| Fights wound [[infection]]. Use on [[Bandages]] to improve healing.
| {{ID|Base.Disinfectant}}
|-
| [[File:CottonBalls.png|link=Cotton Balls|Cotton Balls Doused in Alcohol]]
| [[Cotton Balls Doused in Alcohol]]
| 0.1
| Used to sterilize wounds and aid recovery from infection.
| {{ID|Base.AlcoholedCottonBalls}}
|-
|}
 
===Herbal Remedy===
====Herb====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="500px" | Effect
! width="220px" | Base ID
|-
| [[File:BlackSage.png|link=Black Sage]]
| [[Black Sage]]
| 0.1
| Provides mild [[Moodles#In Pain|pain]] relief.
| {{ID|Base.BlackSage}}
|-
| [[File:Comfrey.png|link=Medicinal Herbs|Comfrey]]
| [[Comfrey]]
| 0.1
| Aids recovery from [[Health#Types of Injuries|broken bones]] when applied as a poultice.
| {{ID|Base.Comfrey}}
|-
| [[File:CommonMallow.png|link=Medicinal Herbs|Common Mallow]]
| [[Common Mallow]]
| 0.1
| Eat to relieve [[Moodles#Cold|cold and flu]] symptoms.
| {{ID|Base.CommonMallow}}
|-
| [[File:Ginseng.png|link=Medicinal Herbs|Ginseng]]
| [[Ginseng]]
| 0.1
| Eat to restore [[Moodles#Endurance|endurance]].
| {{ID|Base.Ginseng}}
|-
| [[File:LemonGrass.png|link=Medicinal Herbs|Lemon Grass]]
| [[Lemon Grass]]
| 0.1
| Eat to soothe bouts of [[Moodles#Sick|food poisoning]].
| {{ID|Base.LemonGrass}}
|-
| [[File:Plantain.png|link=Medicinal Herbs|Plantain]]
| [[Plantain]]
| 0.1
| Aids recovery from [[Health#Types of Injuries|wounds]] when applied as a poultice.
| {{ID|Base.Plantain}}
|-
| [[File:WildGarlic.png|link=Medicinal Herbs|Wild Garlic]]
| [[Wild Garlic]]
| 0.1
| Helps to fight against [[infection]] when applied as poultice.
| {{ID|Base.WildGarlic}}
|-
|}
====Poultice====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="500px" | Effect
! width="220px" | Base ID
|-
| [[File:MashedHerbs.png|link=Poultice|Comfrey Poultice]]
| [[Comfrey Poultice]]
| 0.2
| Aids recovery from [[Health#Types of Injuries|broken bones]] when applied as a poultice.
| {{ID|Base.ComfreyCataplasm}}
|-
| [[File:MashedHerbs.png|link=Poultice|Plantain Poultice]]
| [[Plantain Poultice]]
| 0.2
| Aids recovery from [[Health#Types of Injuries|wounds]] when applied as a poultice.
| {{ID|Base.PlantainCataplasm}}
|-
| [[File:MashedHerbs.png|link=Poultice|Wild Garlic Poultice]]
| [[Wild Garlic Poultice]]
| 0.2
| Helps to fight against [[infection]] when applied as poultice.
| {{ID|Base.WildGarlicCataplasm}}
|-
|}
 
==Materials==
===Electrical===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Amplifier.png|link=Amplifier]]
| [[Amplifier]]
| 0.3
| {{ID|Base.Amplifier}}
|-
| [[File:Battery.png|link=Battery]]
| [[Battery]]
| 0.6
| {{ID|Base.Battery}}
|-
| [[File:TimerCrafted.png|link=Crafted Timer]]
| [[Crafted Timer]]
| 0.5
| {{ID|Base.TimerCrafted}}
|-
| [[File:TriggerCrafted.png|link=Crafted Trigger]]
| [[Crafted Trigger]]
| 0.2
| {{ID|Base.TriggerCrafted}}
|-
| [[File:ElectricWire.png|link=Electric Wire]]
| [[Electric Wire]]
| 0.1
| {{ID|Base.ElectricWire}}
|-
| [[File:ElectronicsScrap.png|link=Electronics Scrap]]
| [[Electronics Scrap]]
| 0.1
| {{ID|Base.ElectronicsScrap}}
|-
| [[File:MotionSensor.png|link=Motion Sensor]]
| [[Motion Sensor]]
| 0.1
| {{ID|Base.MotionSensor}}
|-
| [[File:RadioReceiver.png|link=Radio Receiver]]
| [[Radio Receiver]]
| 0.1
| {{ID|Base.RadioReceiver}}
|-
| [[File:RadioTransmitter.png|link=Radio Transmitter]]
| [[Radio Transmitter]]
| 0.1
| {{ID|Base.RadioTransmitter}}
|-
|}
 
====Light Bulbs====
{| class="pztable sortable" style="text-align:center;"
! width="60px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="200px" | Base ID
|-
| [[File:LightBulb.png|link=Light Bulb|Light Bulb]]
| [[Light Bulb|Light Bulb]]
| 0.1
| {{ID|Base.LightBulb}}
|-
| [[File:LightBulbRed.png|link=Light Bulb|Red Light Bulb]]
| [[Light Bulb|Red Light Bulb]]
| 0.1
| {{ID|Base.LightBulbRed}}
|-
| [[File:LightBulbGreen.png|link=Light Bulb|Green Light Bulb]]
| [[Light Bulb|Green Light Bulb]]
| 0.1
| {{ID|Base.LightBulbGreen}}
|-
| [[File:LightBulbBlue.png|link=Light Bulb|Blue Light Bulb]]
| [[Light Bulb|Blue Light Bulb]]
| 0.1
| {{ID|Base.LightBulbBlue}}
|-
| [[File:LightBulbYellow.png|link=Light Bulb|Yellow Light Bulb]]
| [[Light Bulb|Yellow Light Bulb]]
| 0.1
| {{ID|Base.LightBulbYellow}}
|-
| [[File:LightBulbCyan.png|link=Light Bulb|Cyan Light Bulb]]
| [[Light Bulb|Cyan Light Bulb]]
| 0.1
| {{ID|Base.LightBulbCyan}}
|-
| [[File:LightBulbMagenta.png|link=Light Bulb|Magenta Light Bulb]]
| [[Light Bulb|Magenta Light Bulb]]
| 0.1
| {{ID|Base.LightBulbMagenta}}
|-
| [[File:LightBulbOrange.png|link=Light Bulb|Orange Light Bulb]]
| [[Light Bulb|Orange Light Bulb]]
| 0.1
| {{ID|Base.LightBulbOrange}}
|-
| [[File:LightBulbPurple.png|link=Light Bulb|Purple Light Bulb]]
| [[Light Bulb|Purple Light Bulb]]
| 0.1
| {{ID|Base.LightBulbPurple}}
|-
| [[File:LightBulbPink.png|link=Light Bulb|Pink Light Bulb]]
| [[Light Bulb|Pink Light Bulb]]
| 0.1
| {{ID|Base.LightBulbPink}}
|-
|}
 
===Metalwork===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Aluminum.png|link=Aluminum]]
| [[Aluminum]]
| 0.1
| {{ID|Base.Aluminum}}
|-
| [[File:BarbedWire.png|link=Barbed Wire]]
| [[Barbed Wire]]
| 1
| {{ID|Base.BarbedWire}}
|-
| [[File:ScrewsBox.png|link=Screws|Box of Screws]]
| [[Screws|Box of Screws]]
| 0.3
| {{ID|Base.Screws}}
|-
| [[File:Doorhinge.png|link=Door Hinge]]
| [[Door Hinge]]
| 0.3
| {{ID|Base.Hinge}}
|-
| [[File:Doorknob.png|link=Doorknob]]
| [[Doorknob]]
| 0.5
| {{ID|Base.Doorknob}}
|-
| [[File:PaintbucketEmpty.png|link=Empty Paint Bucket]]
| [[Empty Paint Bucket]]
| 0.5
| {{ID|Base.PaintbucketEmpty}}
|-
| [[File:PopEmpty.png|link=Empty Pop Can]]
| [[Empty Pop Can]]
| 0.1
| {{ID|Base.PopEmpty}}
|-
| [[File:TinCanEmpty.png|link=Empty Tin Can]]
| [[Empty Tin Can]]
| 0.2
| {{ID|Base.TinCanEmpty}}
|-
| [[File:MetalBar.png|link=Metal Bar]]
| [[Metal Bar]]
| 1.5
| {{ID|Base.MetalBar}}
|-
| [[File:MetalTube.png|link=Metal Tube]]
| [[Metal Tube]]
| 1
| {{ID|Base.MetalPipe}}
|-
| [[File:Pipe.png|link=Pipe]]
| [[Pipe]]
| 0.3
| {{ID|Base.Pipe}}
|-
| [[File:SheetMetal.png|link=Metal Sheet]]
| [[Metal Sheet]]
| 1.5
| {{ID|Base.SheetMetal}}
|-
| [[File:ScrapMetal.png|link=Scrap Metal]]
| [[Scrap Metal]]
| 0.1
| {{ID|Base.ScrapMetal}}
|-
| [[File:Screws.png|link=Screws]]
| [[Screws]]
| 0.1
| {{ID|Base.Screws}}
|-
| [[File:MetalSheetSmall.png|link=Small Metal Sheet]]
| [[Small Metal Sheet]]
| 0.4
| {{ID|Base.SmallSheetMetal}}
|-
| [[File:UnsableMetal.png|link=Unusable Metal]]
| [[Unusable Metal]]
| 1
| {{ID|Base.UnusableMetal}}
|-
| [[File:WeldingRods.png|link=Welding Rods]]
| [[Welding Rods]]
| 0.3
| {{ID|Base.WeldingRods}}
|-
| [[File:Wire.png|link=Wire]]
| [[Wire]]
| 0.2
| {{ID|Base.Wire}}
|-
|}
 
===Miscellaneous===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Scotchtape.png|link=Adhesive Tape]]
| [[Adhesive Tape]]
| 0.1
| {{ID|Base.Scotchtape}}
|-
| [[File:Concrete_Powder.png|link=Bag of Concrete Powder]]
| [[Bag of Concrete Powder]]
| 5.0
| {{ID|Base.ConcretePowder}}
|-
| [[File:Bag_of_plaster_powder.png|link=Bag of Plaster Powder]]
| [[Bag of Plaster Powder]]
| 5.0
| {{ID|Base.PlasterPowder}}
|-
| [[File:Sparklers.png|link=Box of Sparklers]]
| [[Box of Sparklers]]
| 0.2
| {{ID|Base.Sparklers}}
|-
| [[File:Compost.png|link=Compost Bag]]
| [[Compost Bag]]
| 2.0
| {{ID|Base.CompostBag}}
|-
| [[File:Sandbag.png|link=Dirt Bag]]
| [[Dirt Bag]]
| 2.0
| {{ID|Base.Dirtbag}}
|-
| [[File:DuctTape.png|link=Duct Tape]]
| [[Duct Tape]]
| 0.3
| {{ID|Base.DuctTape}}
|-
| [[File:FishingLine.png|link=Fishing Line]]
| [[Fishing Line]]
| 0.1
| {{ID|Base.FishingLine}}
|-
| [[File:Glue.png|link=Glue]]
| [[Glue]]
| 0.1
| {{ID|Base.Glue}}
|-
| [[File:Gravelbag.png|link=Gravel Bag]]
| [[Gravel Bag]]
| 2.0
| {{ID|Base.Dirtbag}}
|-
| [[File:GunpowderJar.png|link=Gunpowder]]
| [[Gunpowder]]
| 0.1
| {{ID|Base.GunPowder}}
|-
| [[File:Hairspray.png|link=Hairspray]]
| [[Hairspray]]
| 0.2
| {{ID|Base.Hairspray}}
|-
| [[File:Mattress.png|link=Mattress]]
| [[Mattress]]
| 2.0
| {{ID|Base.Mattress}}
|-
| [[File:TZ_IndieStoneNPK.png|link=NPK Fertilizer]]
| [[NPK Fertilizer]]
| 2.0
| {{ID|Base.Fertilizer}}
|-
| [[File:Paperclip.png|link=Paperclip]]
| [[Paperclip]]
| 0.1
| {{ID|Base.Paperclip}}
|-
| [[File:Pillow.png|link=Pillow]]
| [[Pillow]]
| 0.8
| {{ID|Base.Pillow}}
|-
| [[File:Rope.png|link=Rope]]
| [[Rope]]
| 0.3
| {{ID|Base.Rope}}
|-
| [[File:Sandbag.png|link=Sand Bag]]
| [[Sand Bag]]
| 2.0
| {{ID|Base.Sandbag}}
|-
| [[File:Sheet.png|link=Sheet]]
| [[Sheet]]
| 0.8
| {{ID|Base.Sheet}}
|-
| [[File:SheetRope.png|link=Sheet Rope]]
| [[Sheet Rope]]
| 0.8
| {{ID|Base.SheetRope}}
|-
| [[File:Tarp.png|link=Tarp]]
| [[Tarp]]
| 1.0
| {{ID|Base.Tarp}}
|-
| [[File:Tent_peg.png|link=Tent Peg]]
| [[Tent Peg]]
| 0.2
| {{ID|camping.Tent Peg}}
|-
| [[File:Thread.png|link=Thread]]
| [[Thread]]
| 0.1
| {{ID|Base.Thread}}
|-
| [[File:Twine.png|link=Twine]]
| [[Twine]]
| 0.1
| {{ID|Base.Twine}}
|-
| [[File:Woodglue.png|link=Wood Glue]]
| [[Wood Glue]]
| 0.1
| {{ID|Base.Woodglue}}
|-
|}
 
====Paint====
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:Paint_Black.png|32px|link=Paint|Black Paint]]
| [[Paint|Black Paint]]
| 5.0
| {{ID|Base.PaintBlack}}
|-
| [[File:Paint_Blue.png|32px|link=Paint|Blue Paint]]
| [[Paint|Blue Paint]]
| 5.0
| {{ID|Base.PaintBlue}}
|-
| [[File:Paint_Brown.png|32px|link=Paint|Brown Paint]]
| [[Paint|Brown Paint]]
| 5.0
| {{ID|Base.PaintBrown}}
|-
| [[File:Paint_Cyan.png|32px|link=Paint|Cyan Paint]]
| [[Paint|Cyan Paint]]
| 5.0
| {{ID|Base.PaintCyan}}
|-
| [[File:Paint_Green.png|32px|link=Paint|Green Paint]]
| [[Paint|Green Paint]]
| 5.0
| {{ID|Base.PaintGreen}}
|-
| [[File:Paint_Grey.png|32px|link=Paint|Grey Paint]]
| [[Paint|Grey Paint]]
| 5.0
| {{ID|Base.PaintGrey}}
|-
| [[File:Paint_LightBlue.png|32px|link=Paint|Light Blue Paint]]
| [[Paint|Light Blue Paint]]
| 5.0
| {{ID|Base.PaintLightBlue}}
|-
| [[File:Paint_LightBrown.png|32px|link=Paint|Light Brown Paint]]
| [[Paint|Light Brown Paint]]
| 5.0
| {{ID|Base.PaintLightBrown}}
|-
| [[File:Paint_Orange.png|32px|link=Paint|Orange Paint]]
| [[Paint|Orange Paint]]
| 5.0
| {{ID|Base.PaintOrange}}
|-
| [[File:Paint_Pink.png|32px|link=Paint|Pink Paint]]
| [[Paint|Pink Paint]]
| 5.0
| {{ID|Base.PaintPink}}
|-
| [[File:Paint_Purple.png|32px|link=Paint|Purple Paint]]
| [[Paint|Purple Paint]]
| 5.0
| {{ID|Base.PaintPurple}}
|-
| [[File:Paint_Red.png|32px|link=Paint|Red Paint]]
| [[Paint|Red Paint]]
| 5.0
| {{ID|Base.PaintRed}}
|-
| [[File:Paint_Turquoise.png|32px|link=Paint|Turquoise Paint]]
| [[Paint|Turquoise Paint]]
| 5.0
| {{ID|Base.PaintTurquoise}}
|-
| [[File:Paint_White.png|32px|link=Paint|White Paint]]
| [[Paint|White Paint]]
| 5.0
| {{ID|Base.PaintWhite}}
|-
| [[File:Paint_Yellow.png|32px|link=Paint|Yellow Paint]]
| [[Paint|Yellow Paint]]
| 5.0
| {{ID|Base.PaintYellow}}
|-
|}
 
===Woodwork===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="220px" | Base ID
|-
| [[File:NailsBox.png|link=Box of Nails]]
| [[Box of Nails]]
| 0.003
| {{ID|Base.NailsBox}}
|-
| [[File:Drawer.png|link=Drawer]]
| [[Drawer]]
| 3.0
| {{ID|Base.Drawer}}
|-
| [[File:Logs4.png|link=Four Logs Stack]]
| [[Four Logs Stack]]
| 12.0
| {{ID|Base.LogStacks4}}
|-
| [[File:Log.png|link=Log]]
| [[Log]]
| 9.0
| {{ID|Base.Log}}
|-
| [[File:Plank.png|link=Plank]]
| [[Plank]]
| 3.0
| {{ID|Base.Plank}}
|-
| [[File:Nails.png|link=Nails]]
| [[Nails]]
| 0.003
| {{ID|Base.Nails}}
|-
| [[File:TZ_WoodenStick.png|link=Sturdy Stick]]
| [[Sturdy Stick]]
| 0.1
| {{ID|Base.WoodenStick}}
|-
| [[File:Logs3.png|link=Three Logs Stack]]
| [[Three Logs Stack]]
| 9.0
| {{ID|Base.LogStacks3}}
|-
| [[File:Branch.png|link=Tree Branch]]
| [[Tree Branch]]
| 0.2
| {{ID|Base.TreeBranch}}
|-
| [[File:Twigs.png|link=Twigs]]
| [[Twigs]]
| 0.1
| {{ID|Base.Twigs}}
|-
| [[File:Logs2.png|link=Two Logs Stack]]
| [[Two Logs Stack]]
| 6.0
| {{ID|Base.LogStacks2}}
|-
| [[File:UnsableWood.png|link=Unusable Wood]]
| [[Unusable Wood]]
| 1.0
| {{ID|Base.UnusableWood}}
|-
|}
 
==Vehicle==
===General part===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="220px" | Base ID
|-
| [[File:CarBattery.png|link=Car Battery]]
| [[Car Battery]]
| 5
| Standard
| {{ID|Base.CarBattery1}}
|-
| [[File:CarBattery.png|link=Car Battery]]
| [[Car Battery]]
| 5
| Heavy-Duty
| {{ID|Base.CarBattery2}}
|-
| [[File:CarBattery.png|link=Car Battery]]
| [[Car Battery]]
| 5
| Sport
| {{ID|Base.CarBattery3}}
|-
| [[File:EngineDoor.png|link=Hood]]
| [[Hood]]
| 5
| Standard
| {{ID|Base.EngineDoor1}}
|-
| [[File:EngineDoor.png|link=Hood]]
| [[Hood]]
| 5
| Heavy-Duty
| {{ID|Base.EngineDoor2}}
|-
| [[File:EngineDoor.png|link=Hood]]
| [[Hood]]
| 5
| Sport
| {{ID|Base.EngineDoor3}}
|-
| [[File:EngineParts.png|link=Spare Engine Parts]]
| [[Spare Engine Parts]]
| 0.4
| -
| {{ID|Base.EngineParts}}
|-
| [[File:EngineDoor.png|link=Trunk Lid]]
| [[Trunk Lid]]
| 15
| Standard
| {{ID|Base.TrunkDoor1}}
|-
| [[File:EngineDoor.png|link=Trunk Lid]]
| [[Trunk Lid]]
| 15
| Heavy-Duty
| {{ID|Base.TrunkDoor2}}
|-
| [[File:EngineDoor.png|link=Trunk Lid]]
| [[Trunk Lid]]
| 15
| Sport
| {{ID|Base.TrunkDoor3}}
|-
|}
 
===Brake===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Brake force
! width="220px" | Base ID
|-
| [[File:CarBrakes.png|link=Brake|Old Brake]]
| [[Brake|Old Brake]]
| 3
| Standard
| 17
| {{ID|Base.OldBrake1}}
|-
| [[File:CarBrakes.png|link=Brake|Old Brake]]
| [[Brake|Old Brake]]
| 3
| Heavy-Duty
| 20
| {{ID|Base.OldBrake2}}
|-
| [[File:CarBrakes.png|link=Brake|Old Brake]]
| [[Brake|Old Brake]]
| 3
| Sport
| 20
| {{ID|Base.OldBrake3}}
|-
| [[File:CarBrakes.png|link=Brake|Regular Brake]]
| [[Brake|Regular Brake]]
| 3
| Standard
| 20
| {{ID|Base.NormalBrake1}}
|-
| [[File:CarBrakes.png|link=Brake|Regular Brake]]
| [[Brake|Regular Brake]]
| 3
| Heavy-Duty
| 23
| {{ID|Base.NormalBrake2}}
|-
| [[File:CarBrakes.png|link=Brake|Regular Brake]]
| [[Brake|Regular Brake]]
| 3
| Sport
| 23
| {{ID|Base.NormalBrake3}}
|-
| [[File:CarBrakes.png|link=Brake|Performance Brake]]
| [[Brake|Performance Brake]]
| 3
| Standard
| 25
| {{ID|Base.ModernBrake1}}
|-
| [[File:CarBrakes.png|link=Brake|Performance Brake]]
| [[Brake|Performance Brake]]
| 3
| Heavy-Duty
| 28
| {{ID|Base.ModernBrake2}}
|-
| [[File:CarBrakes.png|link=Brake|Performance Brake]]
| [[Brake|Performance Brake]]
| 3
| Sport
| 27
| {{ID|Base.ModernBrake3}}
|-
|}
 
===Door===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="220px" | Base ID
|-
| [[File:CarDoorFront.png|link=Car Door|Front Door]]
| [[Car Door|Front Door]]
| 10
| Standard
| {{ID|Base.FrontCarDoor1}}
|-
| [[File:CarDoorFront.png|link=Car Door|Front Door]]
| [[Car Door|Front Door]]
| 10
| Heavy-Duty
| {{ID|Base.FrontCarDoor2}}
|-
| [[File:CarDoorFront.png|link=Car Door|Front Door]]
| [[Car Door|Front Door]]
| 10
| Sport
| {{ID|Base.FrontCarDoor3}}
|-
| [[File:CarDoorRear.png|link=Car Door|Rear Door]]
| [[Car Door|Rear Door]]
| 10
| Standard
| {{ID|Base.RearCarDoor1}}
|-
| [[File:CarDoorRear.png|link=Car Door|Rear Door]]
| [[Car Door|Rear Door]]
| 10
| Heavy-Duty
| {{ID|Base.RearCarDoor1}}
|-
| [[File:CarDoorRear.png|link=Car Door|Rear Door]]
| [[Car Door|Rear Door]]
| 10
| Sport
| {{ID|Base.RearCarDoor1}}
|-
| [[File:CarDoorRear.png|link=Car Door|Double Rear Door]]
| [[Car Door|Double Rear Door]]
| 20
| Standard
| {{ID|Base.RearCarDoorDouble1}}
|-
| [[File:CarDoorRear.png|link=Car Door|Double Rear Door]]
| [[Car Door|Double Rear Door]]
| 20
| Heavy-Duty
| {{ID|Base.RearCarDoorDouble2}}
|-
| [[File:CarDoorRear.png|link=Car Door|Double Rear Door]]
| [[Car Door|Double Rear Door]]
| 20
| Sport
| {{ID|Base.RearCarDoorDouble3}}
|-
|}
 
===Gas Tank===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Max. Capacity
! width="220px" | Base ID
|-
| [[File:CarGastank.png|link=Gas Tank|Small Gas Tank]]
| [[Gas Tank|Small Gas Tank]]
| 11
| Standard
| 39
| {{ID|Base.SmallGasTank1}}
|-
| [[File:CarGastank.png|link=Gas Tank|Small Gas Tank]]
| [[Gas Tank|Small Gas Tank]]
| 14
| Heavy-Duty
| 55
| {{ID|Base.SmallGasTank2}}
|-
| [[File:CarGastank.png|link=Gas Tank|Small Gas Tank]]
| [[Gas Tank|Small Gas Tank]]
| 10
| Sport
| 35
| {{ID|Base.SmallGasTank3}}
|-
| [[File:CarGastank.png|link=Gas Tank|Standard Gas Tank]]
| [[Gas Tank|Standard Gas Tank]]
| 13
| Standard
| 49
| {{ID|Base.NormalGasTank1}}
|-
| [[File:CarGastank.png|link=Gas Tank|Standard Gas Tank]]
| [[Gas Tank|Standard Gas Tank]]
| 17
| Heavy-Duty
| 65
| {{ID|Base.NormalGasTank2}}
|-
| [[File:CarGastank.png|link=Gas Tank|Standard Gas Tank]]
| [[Gas Tank|Standard Gas Tank]]
| 12
| Sport
| 45
| {{ID|Base.NormalGasTank3}}
|-
| [[File:CarGastank.png|link=Gas Tank|Big Gas Tank]]
| [[Gas Tank|Big Gas Tank]]
| 15
| Standard
| 59
| {{ID|Base.BigGasTank1}}
|-
| [[File:CarGastank.png|link=Gas Tank|Big Gas Tank]]
| [[Gas Tank|Big Gas Tank]]
| 22
| Heavy-Duty
| 75
| {{ID|Base.BigGasTank2}}
|-
| [[File:CarGastank.png|link=Gas Tank|Big Gas Tank]]
| [[Gas Tank|Big Gas Tank]]
| 14
| Sport
| 55
| {{ID|Base.BigGasTank3}}
|-
|}
 
===Muffler===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Noise Reduction
! width="220px" | Base ID
|-
| [[File:CarMuffler.png|link=Muffler|Old Muffler]]
| [[Muffler|Old Muffler]]
| 10
| Standard
| 80
| {{ID|Base.OldCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Old Muffler]]
| [[Muffler|Old Muffler]]
| 10
| Heavy-Duty
| 80
| {{ID|Base.OldCarMuffler2}}
|-
| [[File:CarMuffler.png|link=Muffler|Old Muffler]]
| [[Muffler|Old Muffler]]
| 10
| Sport
| 80
| {{ID|Base.OldCarMuffler3}}
|-
| [[File:CarMuffler.png|link=Muffler|Average Muffler]]
| [[Muffler|Average Muffler]]
| 10
| Standard
| 100
| {{ID|Base.NormalCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Average Muffler]]
| [[Muffler|Average Muffler]]
| 10
| Heavy-Duty
| 100
| {{ID|Base.NormalCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Average Muffler]]
| [[Muffler|Average Muffler]]
| 10
| Sport
| 100
| {{ID|Base.NormalCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Performance Muffler]]
| [[Muffler|Performance Muffler]]
| 10
| Standard
| 120
| {{ID|Base.ModernCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Performance Muffler]]
| [[Muffler|Performance Muffler]]
| 10
| Heavy-Duty
| 120
| {{ID|Base.ModernCarMuffler1}}
|-
| [[File:CarMuffler.png|link=Muffler|Performance Muffler]]
| [[Muffler|Performance Muffler]]
| 10
| Sport
| 120
| {{ID|Base.ModernCarMuffler1}}
|-
|}
 
===Seat===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Max. Capacity
! width="220px" | Base ID
|-
| [[File:CarSeat.png|link=Car Seat|Standard Seat]]
| [[Car Seat|Standard Seat]]
| 15
| Standard
| 20
| {{ID|Base.NormalCarSeat1}}
|-
| [[File:CarSeat.png|link=Car Seat|Standard Seat]]
| [[Car Seat|Standard Seat]]
| 15
| Heavy-Duty
| 20
| {{ID|Base.NormalCarSeat2}}
|-
| [[File:CarSeat.png|link=Car Seat|Standard Seat]]
| [[Car Seat|Standard Seat]]
| 15
| Sport
| 20
| {{ID|Base.NormalCarSeat3}}
|-
| [[File:CarSeat.png|link=Car Seat|Big Seat]]
| [[Car Seat|Big Seat]]
| 20
| Standard
| 30
| {{ID|Base.BigCarSeat1}}
|-
| [[File:CarSeat.png|link=Car Seat|Big Seat]]
| [[Car Seat|Big Seat]]
| 20
| Heavy-Duty
| 30
| {{ID|Base.BigCarSeat2}}
|-
| [[File:CarSeat.png|link=Car Seat|Big Seat]]
| [[Car Seat|Big Seat]]
| 20
| Sport
| 30
| {{ID|Base.BigCarSeat3}}
|-
| [[File:CarSeat.png|link=Car Seat|Sports Seat]]
| [[Car Seat|Sports Seat]]
| 10
| Standard
| 10
| {{ID|Base.SportCarSeat1}}
|-
| [[File:CarSeat.png|link=Car Seat|Sports Seat]]
| [[Car Seat|Sports Seat]]
| 10
| Heavy-Duty
| 10
| {{ID|Base.SportCarSeat2}}
|-
| [[File:CarSeat.png|link=Car Seat|Sports Seat]]
| [[Car Seat|Sports Seat]]
| 10
| Sport
| 10
| {{ID|Base.SportCarSeat3}}
|-
|}
 
===Suspension===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Suspension Damping
! width="100px" | Suspension Compression
! width="150px" | Condition Lower<br><small>(Standard)</small>
! width="150px" | Condition Lower<br><small>(Off-Road)</small>
! width="220px" | Base ID
|-
| [[File:CarSuspension.png|link=Suspension|Regular Suspension]]
| [[Suspension|Regular Suspension]]
| 2
| Standard
| 2.88
| 3.83
| 0.03
| 0.04
| {{ID|Base.NormalSuspension1}}
|-
| [[File:CarSuspension.png|link=Suspension|Regular Suspension]]
| [[Suspension|Regular Suspension]]
| 2
| Heavy-Duty
| 3.88
| 4.83
| 0.03
| 0.15
| {{ID|Base.NormalSuspension2}}
|-
| [[File:CarSuspension.png|link=Suspension|Regular Suspension]]
| [[Suspension|Regular Suspension]]
| 2
| Sport
| 3.4
| 4.1
| 0.03
| 0.4
| {{ID|Base.NormalSuspension3}}
|-
| [[File:CarSuspension.png|link=Suspension|Performance Suspension]]
| [[Suspension|Performance Suspension]]
| 3
| Standard
| 2.88
| 3.83
| 0.02
| 0.03
| {{ID|Base.ModernSuspension1}}
|-
| [[File:CarSuspension.png|link=Suspension|Performance Suspension]]
| [[Suspension|Performance Suspension]]
| 3
| Heavy-Duty
| 3.88
| 4.83
| 0.02
| 0.1
| {{ID|Base.ModernSuspension2}}
|-
| [[File:CarSuspension.png|link=Suspension|Performance Suspension]]
| [[Suspension|Performance Suspension]]
| 3
| Sport
| 3.4
| 4.1
| 0.02
| 0.3
| {{ID|Base.ModernSuspension3}}
|-
|}
 
===Tire===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="100px" | Wheel Friction
! width="220px" | Base ID
|-
| [[File:CarTire.png|link=Tire|Valu-Tire]]
| [[Tire|Valu-Tire]]
| 15
| Standard
| 1.2
| {{ID|Base.OldTire1}}
|-
| [[File:CarTire.png|link=Tire|Valu-Tire]]
| [[Tire|Valu-Tire]]
| 15
| Heavy-Duty
| 1.3
| {{ID|Base.OldTire2}}
|-
| [[File:CarTire.png|link=Tire|Valu-Tire]]
| [[Tire|Valu-Tire]]
| 15
| Sport
| 1.3
| {{ID|Base.OldTire3}}
|-
| [[File:CarTire.png|link=Tire|Regular Tire]]
| [[Tire|Regular Tire]]
| 15
| Standard
| 1.4
| {{ID|Base.NormalTire1}}
|-
| [[File:CarTire.png|link=Tire|Regular Tire]]
| [[Tire|Regular Tire]]
| 15
| Heavy-Duty
| 1.5
| {{ID|Base.NormalTire2}}
|-
| [[File:CarTire.png|link=Tire|Regular Tire]]
| [[Tire|Regular Tire]]
| 15
| Sport
| 1.6
| {{ID|Base.NormalTire3}}
|-
| [[File:CarTire.png|link=Tire|Performance Tire]]
| [[Tire|Performance Tire]]
| 15
| Standard
| 1.6
| {{ID|Base.ModernTire1}}
|-
| [[File:CarTire.png|link=Tire|Performance Tire]]
| [[Tire|Performance Tire]]
| 15
| Heavy-Duty
| 1.6
| {{ID|Base.ModernTire1}}
|-
| [[File:CarTire.png|link=Tire|Performance Tire]]
| [[Tire|Performance Tire]]
| 15
| Sport
| 1.8
| {{ID|Base.ModernTire1}}
|-
|}
 
===Window===
{| class="pztable sortable" style="text-align:center;"
! width="50px" | Icon
! width="200px" | Name
! width="50px" | [[File:Moodle_heavyLoad.png|link=Moodles#Heavy Load|Weight]]
! width="100px" | Vehicle type
! width="220px" | Base ID
|-
| [[File:CarWindshield.png|link=Car Window|Windshield]]
| [[Car Window|Windshield]]
| 8
| Standard
| {{ID|Base.Windshield1}}
|-
| [[File:CarWindshield.png|link=Car Window|Windshield]]
| [[Car Window|Windshield]]
| 8
| Heavy-Duty
| {{ID|Base.Windshield2}}
|-
| [[File:CarWindshield.png|link=Car Window|Windshield]]
| [[Car Window|Windshield]]
| 8
| Sport
| {{ID|Base.Windshield3}}
|-
| [[File:CarWindshield.png|link=Car Window|Rear Windshield]]
| [[Car Window|Rear Windshield]]
| 8
| Standard
| {{ID|Base.RearWindshield1}}
|-
| [[File:CarWindshield.png|link=Car Window|Rear Windshield]]
| [[Car Window|Rear Windshield]]
| 8
| Heavy-Duty
| {{ID|Base.RearWindshield2}}
|-
| [[File:CarWindshield.png|link=Car Window|Rear Windshield]]
| [[Car Window|Rear Windshield]]
| 8
| Sport
| {{ID|Base.RearWindshield3}}
|-
| [[File:SideWindow.png|link=Car Window|Front Window]]
| [[Car Window|Front Window]]
| 3
| Standard
| {{ID|Base.FrontWindow1}}
|-
| [[File:SideWindow.png|link=Car Window|Front Window]]
| [[Car Window|Front Window]]
| 3
| Heavy-Duty
| {{ID|Base.FrontWindow2}}
|-
| [[File:SideWindow.png|link=Car Window|Front Window]]
| [[Car Window|Front Window]]
| 3
| Sport
| {{ID|Base.FrontWindow3}}
|-
| [[File:SideWindow.png|link=Car Window|Rear Window]]
| [[Car Window|Rear Window]]
| 3
| Standard
| {{ID|Base.RearWindow1}}
|-
| [[File:SideWindow.png|link=Car Window|Rear Window]]
| [[Car Window|Rear Window]]
| 3
| Heavy-Duty
| {{ID|Base.RearWindow2}}
|-
| [[File:SideWindow.png|link=Car Window|Rear Window]]
| [[Car Window|Rear Window]]
| 3
| Sport
| {{ID|Base.RearWindow3}}
|-
|}

Latest revision as of 09:40, 29 March 2024

Spiffo rummage.png

Wiki maintenance!

The wiki will be undergoing some maintenance while we modify the default theme.
Notice any oddities or want to provide feedback? Let us know on the discussion page or the pzwiki discord channel.

Be crafty.png

Common.css

/* Mediawiki:Sitenotice */
.sitenotice-card {
    display: flex;
    justify-content: space-between;
    align-items: center
    text-align: center;
    background-color: #f8f9fa;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #eaecf0;
    width: auto;
}

.sitenotice-card > div {
    display: flex;
    flex-direction: column
}

.sitenotice-card .image-container-left {
    margin-right: 1rem
}

.sitenotice-card .image-container-right {
    margin-left: 1rem
}
/* hide images if screen size is less than 720px */
@media screen and (max-width: 719px) {
    .sitenotice-card .image-container-left,
    .sitenotice-card .image-container-right {
        display:none
    }
}

Vector-2022.css

.vector-sitenotice-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitenotice-card {
    box-sizing: border-box;
    max-width: 1000px;
    width: 944px;
}

TODO

  • add class="text-container" for div with the text, so it can be modified per skin.
.sitenotice-card .text-container {
    /* styles go here */
}
  • consider adding <p> or <div> tag with class="title" for styling the title.
.sitenotice-card .text-container .title {
    /* styles go here */
}
  • create an anonnotice for users that aren't logged in
    • wording will be adjusted directing them to create an account to change the theme
  • Once style implemented, modify to advise how to change the theme