8th Birthday: Difference between revisions

From PZwiki
(→‎Distribution: Manual update)
(Add code)
 
(3 intermediate revisions by one other user not shown)
Line 24: Line 24:


<!--BOT FLAG|VHS_Home|41.78.16-->
<!--BOT FLAG|VHS_Home|41.78.16-->
{{Clear}}
<div class="togglebox theme-red">
<div class="togglebox theme-red">
     <div>VHS_Home distribution
     <div>VHS_Home distribution
         <span class="mw-customtoggle-togglebox-VHS_Home" 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>
         <span class="mw-customtoggle-togglebox-VHS_Home" 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-VHS_Home">
     <div class="mw-collapsible mw-collapsed" id="mw-customcollapsible-togglebox-VHS_Home">
     <div class="toggle-content"><div style="display: flex;"><div style="float:left;">
     Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the [[lucky]] and [[unlucky]] traits.    <div class="toggle-content">
     {| class="wikitable theme-red" style="margin-right:15px; width:95%;"
<div class="pz-container">
<div id="containers" style="flex-basis:30%">
     {| class="wikitable theme-red" style="margin-right: 15px; width: 95%;"
     |+ {{ll|Containers}}
     |+ {{ll|Containers}}
     ! Building / Room
     ! Building/Room
     ! Container
     ! Container
     ! Rolls
     ! Effective chance
    ! Chance
     |-
     |-
     | livingroom
     | livingroom
     | {{ll|shelves}}
     | {{ll|shelves}}
     | 4
     | 10.78%
    | 4
     |}
     |}
</div>
</div>
     </div><div style="clear:both;"></div>
     </div><div style="clear: both;"></div>
     </div></div><div class="toggle large mw-customtoggle-togglebox-VHS_Home" title="{{int:show}}/{{int:hide}}"></div></div>
     </div></div><div class="toggle large mw-customtoggle-togglebox-VHS_Home" title="{{int:show}}/{{int:hide}}"></div></div>
<!--END BOT FLAG|VHS_Home|41.78.16-->
<!--END BOT FLAG|VHS_Home|41.78.16-->
Line 56: Line 57:
Blow out the candles!<br>
Blow out the candles!<br>
Who wants some cake!?<br>}}
Who wants some cake!?<br>}}
}}
==Code==
{{CodeBox|
{{CodeSnip
  | lang = java
  | line = true
  | start = 4500
  | source = newitems.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item VHS_Home
    {
        DisplayCategory = Entertainment,
        Type = Normal,
        DisplayName = VHS-Home,
        Icon = Cassette3,
        Weight = 0.1,
        MediaCategory      = Home-VHS,
        WorldStaticModel = VHSBox3,
    }
}}
}}
}}


==See also==
==See also==
{{Navbox items|electronic_media}}
{{Navbox items|electronic_media}}

Latest revision as of 09:49, 2 May 2024

Project ZomboidLoreMediaVHS tapesHome VHS8th Birthday
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Home VHS: 8th Birthday
VHSBox3 Model.png
General
Category
Entertainment
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Effect
BoredomMoodle Icon Bored.png
-5
Technical
Item ID
Base.VHS_Home

8th Birthday is a unique VHS providing some lore.

Usage

The VHS can be used with an appropriate television to play the dialog of...

The player can reduce boredom by -5 for each line of dialog when in the vicinity of a television playing the VHS.

Distribution

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

VHS_Home distribution Show / Hide
Effective chance calculations are based off of default loot settings, and median zombie density. The higher the density of zombies in an area, the higher the effective chance of an item spawning. Chance is also influenced by the lucky and unlucky traits.
Containers
Building/Room Container Effective chance
livingroom shelves 10.78%

Transcript

Cassette3.png

Person:

♫ Happy Birthday to you! ♫
♫ Happy Birthday dear... ♫
♫ ... Timmy! ♫
We love you sweetheart.
Blow out the candles!
Who wants some cake!?

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 VHS_Home
    {
        DisplayCategory = Entertainment,
        Type				= Normal,
        DisplayName			= VHS-Home,
        Icon				= Cassette3,
        Weight				= 0.1,
        MediaCategory       = Home-VHS,
        WorldStaticModel = VHSBox3,
    }

See also