Toy Bear: Difference between revisions

From PZwiki
(added quote)
m (Insert empty line above each {{Navbox}})
 
(26 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{languages}}
{{Header|Project Zomboid|Items|Miscellaneous items|Junk}}
{{header|The Game World|Items|type=default|version=Version 40|incver=6}}
{{Page version|41.78.16}}
{{Infobox normal
{{Infobox item
|display_name=Toy Bear
|name=Toy Bear
|name_colour=default
|model=ToyBear_Model.png
|name_text_colour=default
|icon=ToyBear.png
|image = ToyBear_120px.png
|category=Junk
|weight = 0.2
|weight=0.2
|function = ''None''
|function=''None''
|class_name=Base.ToyBear
|item_id=Base.ToyBear
}}{{quote|text=Now I'd like you to meet my good friend Tooks Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?|author=[[Television]] advert}}
}}
A '''toy bear''' is a useless miscellaneous [[item]].
{{Quote|text=Now I'd like you to meet my good friend [[Tooks]] Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?|author=[[Television]] advert}}
A '''toy bear''' is a useless miscellaneous [[Items|item]].


==Usage==
==Usage==
Line 16: Line 17:


==Distribution==
==Distribution==
The loot distributions can be found in the table(s) below.
<!--BOT FLAG|ToyBear|41.78.16-->
{{clear}}
<div class="togglebox theme-red">
    <div>ToyBear distribution
        <span class="mw-customtoggle-togglebox-ToyBear" title="{{int:show}} / {{int:hide}}" style="float:right; padding-right:30px; padding-top:4px; font-size:0.7em; font-weight:normal;">{{int:show}} / {{int:hide}}</span></div>
    <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-ToyBear">
    <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
    {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
    |+ {{ll|Containers}}
    ! Building / Room
    ! Container
    ! Rolls
    ! Chance
    |-
    | bedroom
    | {{ll|crate}}
    | 1
    | 1.0
    |-
    | bedroom
    | {{ll|wardrobe}}
    | 4
    | 6.0
    |-
    | closet
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | daycare
    | {{ll|counter}}
    | 4
    | 6.0
    |-
    | daycare
    | {{ll|desk}}
    | 4
    | 6.0
    |-
    | daycare
    | {{ll|metal_shelves}}
    | 4
    | 6.0
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 20.0
    |-
    | garagestorage
    | {{ll|crate}}
    | 4
    | 10.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 20.0
    |-
    | generalstore
    | {{ll|shelves}}
    | 4
    | 10.0
    |-
    | prisoncells
    | {{ll|wardrobe}}
    | 4
    | 4.0
    |}
</div>
    </div><div style="clear:both;"></div>
    </div></div><div class="toggle large mw-customtoggle-togglebox-ToyBear" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|ToyBear|41.78.16-->
Toy bears can be found in gift and toy stores.
Toy bears can be found in gift and toy stores.
{{clear}}
 
==Code==
==Code==
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
{{CodeBox|
{{Retrieved|version=40|incver=6}}
{{CodeSnip
<pre> item ToyBear
  | lang = java
Weight = 0.2,
  | line = true
Type = Normal,
  | start = 1855
DisplayName = Toy Bear,
  | source = newitems.txt
Icon = ToyBear,</pre>
  | retrieved = true
  | version = 41.78.16
  | code =
item ToyBear
{
    DisplayCategory = Junk,
Weight = 0.2,
Type = Normal,
DisplayName = Toy Bear,
Icon = ToyBear,
WorldStaticModel = ToyBear,
}
}}
}}


==See also==
==See also==
*[[Spiffo (item)]]
*[[Spiffo (item)]]
*[[Doll]]
*[[Doll]]
{{Navbox items|junk}}

Latest revision as of 15:58, 25 April 2024

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Toy Bear
ToyBear Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.2
Function
None
Technical
Item ID
Base.ToyBear
Now I'd like you to meet my good friend Tooks Bear. Tooks Bear is the friendliest, smiliest, bounciest bear in town. You know why you'll like him the most? He's only $49.99 plus postage and packing. All I have to do is press this little button on his paw and... "I'm Tooks Bear! Let's go on an adventure!" We sure will Tooks! For $49.99 who'd resist?
Television advert

A toy bear is a useless miscellaneous item.

Usage

There is currently no use for the toy bear.

Distribution

The loot distributions can be found in the table(s) below.

ToyBear distribution Show / Hide
Containers
Building / Room Container Rolls Chance
bedroom crate 1 1.0
bedroom wardrobe 4 6.0
closet crate 4 10.0
daycare counter 4 6.0
daycare desk 4 6.0
daycare metal_shelves 4 6.0
garagestorage crate 4 20.0
garagestorage crate 4 10.0
generalstore shelves 4 20.0
generalstore shelves 4 10.0
prisoncells wardrobe 4 4.0

Toy bears can be found in gift and toy stores.

Code

Code icon.png Code snippet! This section contains source code from Project ZomboidShow / Hide

Source: ProjectZomboid\media\scripts\newitems.txt

Retrieved: Build 41.78.16
item ToyBear
	{
	    DisplayCategory = Junk,
		Weight	=	0.2,
		Type	=	Normal,
		DisplayName	=	Toy Bear,
		Icon	=	ToyBear,
		WorldStaticModel = ToyBear,
	}

See also