Guerilla Radio Vol. 3

From PZwiki
Project ZomboidItemsLiteratureRecipe magazinesGuerilla Radio Vol. 3
UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Guerilla Radio Vol. 3
MagazineGuerilla3 Model.png
General
Category
Literature
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Properties
Consumed
False
Recipes learned
Total volumes
volumes
Technical
Item ID
Radio.RadioMag3

The Guerilla Radio vol. 3 is a literature item. Despite being a literature item, it cannot be found where books usually spawn, instead only appearing in engineer houses and vehicles, as well as the trunks of radio vans.

Usage

The Guerilla Radio vol. 3 can be read, teaching the player crafting recipes about radio communication.

Learned recipes

Crafting

Product Ingredients Tools Requirements Workstation XP
HamRadioCivilian.png
Makeshift Radio
ElectronicsScrap.png Scrap Electronics ×4
Amplifier.png Amplifier ×1
LightBulb.png Light Bulb ×1
LightBulbGreen.png Green Light Bulb ×1
RadioReceiver.png Radio Transmitter ×1
ElectricWire.png Electric Wire ×3
Aluminum.png Aluminum ×4
Screwdriver.png
Screwdriver

MagazineMechanics.png
Guerilla Radio Vol. 3
none none

Location

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

RadioMag3 distributionShow / 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
Electrician crate 3.98%
Electrician metal_shelves 3.98%
closet crate 3.98%
electronicsstorage shelves 19.27%
electronicsstore counter 19.27%
electronicsstore shelves 19.27%
garagestorage crate 3.98%
storageunit crate 3.98%

Variants

Trivia

History

Radio.RadioMag3

Version Description
38.30 Released on or before this version.

Help PZwiki by adding to this history.

Code

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

Source: ProjectZomboid\media\scripts\items_radio.txt

Retrieved: Build 41.78.16
item RadioMag3
    {
        DisplayCategory = SkillBook,
        Weight	=	0.1,
        Type	=	Literature,
        DisplayName	=	Guerilla Radio Vol. 3,
        Icon	=	MagazineMechanics,
        TeachedRecipes  =   Craft Makeshift HAM Radio,
        ReplaceOnUse    =   RadioMag3,
        StaticModel = Magazine,
        WorldStaticModel = MagazineRadio3Ground,
    }

See also