Fiberglass Stock: Difference between revisions

From PZwiki
No edit summary
(added header and new infobox)
Line 1: Line 1:
{{languages}}{{Notice|Short}}
{{languages}}
{{header|The Game World|Items|Weapons|Firearms|Weapon Parts|type=Weapon|version=Version 40|incver=43}}
{{Infobox weapon mod
|display_name = Fiberglass Stock
|name_colour = Weapon
|name_text_colour = Weapon
|image = RifleFibreglassStock_128px.png
|image_width = 128px
<!--GENERAL-->
|weight = 1.0
|weapon = [[File:RifleHunting.png|link=Hunting Rifle]] [[File:RifleVarmint.png|link=Varmint Rifle]]
|part_type = Stock
<!--MODIFIERS-->
|weight_mod = -0.5
|accuracy_mod = 8
<!--TECHNICAL DETAILS-->
|class_name = Base.FiberglassStock
}}{{quote|text=Weapon attachment. Decreases firearm weight and increases accuracy.|author=In-game tooltip}}A '''fiberglass stock''' is a weapon mod.


{{Consumables
==Usage==
|image = MODFiberglassStock.png
Decreases the weight of the weapon while also increasing the accuracy.
|weight = 1
}}
==Description==


Can be added to guns using a [[screwdriver]].
Can be added to guns using a [[screwdriver]].


==Compatible Weapons==
==Compatible Weapons==
[[File:VarmintRifle.png|32px|link=Varmint Rifle|Varmint Rifle]] [[Varmint Rifle|Varmint Rifle]]<br>
*[[File:RifleVarmint.png|link=Varmint Rifle]] [[Varmint Rifle]]
[[File:HuntingRifle.png|32px|link=Hunting Rifle|Hunting Rifle]] [[Hunting Rifle|Hunting Rifle]]
*[[File:RifleHunting.png|link=Hunting Rifle]] [[Hunting Rifle]]
 
== Code ==
== Code ==
<nowiki>item FiberglassStock
'''''From newitems.txt (Project Zomboid directory/media/scripts/)'''''
    {
{{Retrieved|version=40|incver=43}}
        Type = WeaponPart,
<pre> item FiberglassStock
        DisplayName = Fiberglass Stock,
Type = WeaponPart,
        Icon = RifleFibreglassStock,
DisplayName = Fiberglass Stock,
        Weight = 1,
Icon = RifleFibreglassStock,
        WeightModifier = -0.5,
Weight = 1,
        HitChanceModifier = 8,
WeightModifier = -0.5,
        MountOn = HuntingRifle; VarmintRifle,
HitChanceModifier = 8,
        PartType = Stock,
MountOn = HuntingRifle; VarmintRifle,
        Tooltip = Tooltip_FiberglassStock,
PartType = Stock,
    }</nowiki>
Tooltip = Tooltip_FiberglassStock,</pre>
 
== History ==
 
{| class="wikitable" width="550" style="text-align:center;"
|-
! Alpha || 
|-
| - || -
|}
 
==See Also==
* [[Items#Firearm Modifications|Firearm Modifications]]


==See also==
* [[Weapon mods]]
* [[Weapons]]


{{Navbox/Weapons}}
{{Navbox/Weapons}}
[[Category:weapons]]
[[Category:Weapon Parts]]

Revision as of 15:50, 2 June 2019

The Game WorldItemsWeaponsFirearmsWeapon PartsFiberglass Stock
Fiberglass Stock
Fiberglass Stock
General
Category Weapon mod
Encumbrance
Heavy Load
1.0
Weapon(s) RifleHunting.png RifleVarmint.png
Part type Stock
Modifiers
Encumbrance -0.5
Accuracy 8
Technical details
Item ID Base.FiberglassStock
Weapon attachment. Decreases firearm weight and increases accuracy.
— In-game tooltip

A fiberglass stock is a weapon mod.

Usage

Decreases the weight of the weapon while also increasing the accuracy.

Can be added to guns using a screwdriver.

Compatible Weapons

Code

From newitems.txt (Project Zomboid directory/media/scripts/) Retrieved: Build 40.43

	item FiberglassStock
		Type 			= WeaponPart,
		DisplayName 		= Fiberglass Stock,
		Icon 			= RifleFibreglassStock,
		Weight 			= 1,
		WeightModifier 		= -0.5,
		HitChanceModifier 	= 8,
		MountOn 		= HuntingRifle; VarmintRifle,
		PartType 		= Stock,
		Tooltip 		= Tooltip_FiberglassStock,

See also

Template:Navbox/Weapons