User:Calvy/sandbox2: Difference between revisions

From PZwiki
(Undo revision 319527 by CalvyBot (talk))
Tags: Undo Reverted
m (Update table)
 
(25 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Header|Project Zomboid|Items|Weapons|Firearms|Ammo}}
🔵 = Not started (Waiting for B42 release) 🟢 = Started 🟠 = On hold 🔴 = Complete
{{Page version|41.78.16}}
{{Infobox item
|name=.223 Round
|model=RifleAmmo_Model.png
|icon=RifleAmmo223loose.png
|icon_name=.223 Round
|model2=RifleAmmoBox_Model.png
|icon2=RifleAmmo223.png
|icon_name2=Box of .223 Rounds
|category=Ammo
|weapon1=VarmintRifle
|weight=0.02
|weight_text=(single)
|weight2=0.6
|weight_text2=(box)
|capacity=40
|item_id=Base.223Bullets
|item_id2=Base.223Box
}}
A '''.223 round''' is a type of ammo for [[firearms]].


==Usage==
{| class="wikitable theme-red"
The '''.223 round''' is chambered for the [[MSR700 Rifle|MSR700 rifle]].
! colspan="4" | Subprojects
 
==Crafting==
40 rounds can be merged into a '''box of .223 bullets''', being much lighter than individual rounds.
This ammunition can be disassembled to created [[gunpowder]].
{{Crafting/sandbox2
|gunpowder
|223_round
|box_of_.223_rounds
}}
 
==Distribution==
The loot distributions can be found in the table(s) below.
 
{| class="mw-collapsible mw-collapsed wikitable theme-red" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}" style="text-align:center; min-width:24em;"
! colspan="4" | Containers
|-
|-
! Building/Room
! Status
! Container
! Task
! style="width: 3.2em;" | Rolls
! Description
! style="width: 3.2em;" | Chance
! Sub-project leader
|-
|-
|rowspan="2"|SafehouseLoot
| 🔵
|[[counter]]
| [[Animal]]s
|4
| Update existing, and create new articles relating to [[Animals]], hunting, fishing raising livestock, and processing their products.<br>Deploy new infobox and navbox for animals.
|1
| -
|-
|-
|[[counter]]
| 🔵
|4
| [[:Category:Locations|Locations]]
|1
| Update existing and add new [[:Category:Locations|locations]].
| [[PZwiki:Project Locations and Maps|Project Locations and Maps]]
|-
|-
|armysurplus
| 🔵
|[[displaycase]]
| [[Weapons]]
|4
| Update all existing and add new [[weapons]].
|1
| -
|-
|-
|rowspan="5"|gunstore
| 🔵
|[[counter]]
| [[Template:Recipe list|Recipes]]
|4
| Update all existing and add new [[Template:Recipe list|recipes]].
|1
| -
|-
|-
|[[locker]]
| 🔵
|4
| [[Clothing]]
|1
| Update all existing and add new [[clothing]].
| -
|-
|-
|[[locker]]
| 🔵
|4
| [[Blacksmith]]ing
|2
| Create articles for the new [[blacksmith]] skill.
| [[PZwiki:Project Spiffo's Construction Crew|Project Spiffo's Construction Crew]]
|-
|-
|[[locker]]
| 🔵
|4
| [[PZwiki:Project Lore|Lore]]
|1
| Update and create articles with accurate lore information, including the addition of new lore media.
| [[PZwiki:Project Lore|Project Lore]]
|-
|-
|[[locker]]
| 🔵
|4
| [[Clothing]]
|2
| Update all existing and add new [[:Category:Clothing|clothing]] items.
|}.223 rounds can be found in houses, police stations, medical centers, [[vehicles]], and even on zombies.
| -
|}


==Trivia==
{| class="wikitable theme-red"
*.223 rounds seen in game are loosely based on the real life [[Wikipedia:.223 Remington|.223 Remington]] round. This round also served as the basis for [[5.56mm Round|5.56mm NATO]]. While practically considered interchangeable, the .223 Remington and 5.56mm NATO were tested and certified using different analysis and sampling procedures, resulting in the NATO cartridge reporting to having a higher cartridge pressure than the .223 Remington. While .223 Remington chambered rifles are routinely fired with 5.56mm NATO ammunition, and no instance of failure, damage, or injury have ever been determined to be caused by chambering 5.56mm in a .223 rifle, it is generally considered unsafe.
! colspan="3" | Article maintenance
 
|-
==Code==
! Status
{{CodeBox|''.223 Round'' [[File:RifleAmmo223loose.png]]<br>
! Task
{{CodeSnip
! Users
  | lang = java
|-
  | line = true
| 🔵
  | start = 6463
| Automatically update code boxes using a bot.
  | source = items_weapons.txt
| [[User:Calvy|Calvy]]<br>[[User:CalvyBot|CalvyBot]]
  | retrieved = true
|-
  | version = 41.78.16
| 🔵
  | code =
| Automatically update distribution tables using a bot.
item 223Bullets
| [[User:Calvy|Calvy]]<br>[[User:CalvyBot|CalvyBot]]
    {
|-
        DisplayCategory = Ammo,
| 🔵
        Count = 5,
| Update all required templates not part of subprojects.
        Weight = 0.02,
| -
        AlwaysWelcomeGift = TRUE,
|}
        Type = Normal,
        DisplayName = .223 Ammo,
        Icon = RifleAmmo223loose,
        MetalValue = 1,
        WorldStaticModel = RifleAmmo,
    }
}}
''Box of .223 Bullets'' [[File:RifleAmmo223.png]]<br>
{{CodeSnip
  | lang = java
  | line = true
  | start = 6476
  | source = items_weapons.txt
  | retrieved = true
  | version = 41.78.16
  | code =
item 223Box
    {
        DisplayCategory = Ammo,
        Weight = 0.6,
        AlwaysWelcomeGift = TRUE,
        Type = Normal,
        DisplayName = Box of .223 Bullets,
        Icon = RifleAmmo223,
        MetalValue = 40,
        WorldStaticModel = RifleAmmoBox,
        PlaceOneSound = BoxOfRoundsPlaceOne,
        PlaceMultipleSound = BoxOfRoundsPlaceAll,
    }
}}
}}
 
==See also==
*[[5.56mm Round]]
*[[.308 Round]]
*[[Shotgun Shells]]
{{Navbox items|firearms}}

Latest revision as of 11:29, 2 May 2024

🔵 = Not started (Waiting for B42 release) 🟢 = Started 🟠 = On hold 🔴 = Complete

Subprojects
Status Task Description Sub-project leader
🔵 Animals Update existing, and create new articles relating to Animal, hunting, fishing raising livestock, and processing their products.
Deploy new infobox and navbox for animals.
-
🔵 Locations Update existing and add new locations. Project Locations and Maps
🔵 Weapons Update all existing and add new weapons. -
🔵 Recipes Update all existing and add new recipes. -
🔵 Clothing Update all existing and add new clothing. -
🔵 Blacksmithing Create articles for the new blacksmith skill. Project Spiffo's Construction Crew
🔵 Lore Update and create articles with accurate lore information, including the addition of new lore media. Project Lore
🔵 Clothing Update all existing and add new clothing items. -
Article maintenance
Status Task Users
🔵 Automatically update code boxes using a bot. Calvy
CalvyBot
🔵 Automatically update distribution tables using a bot. Calvy
CalvyBot
🔵 Update all required templates not part of subprojects. -