Credit Card: Difference between revisions

From PZwiki
m (Automated capitalisation)
m (Removing trailing whitespace(s))
Line 18: Line 18:


==Usage==
==Usage==
A credit card has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.  
A credit card has no use, being added purely for the purpose of clutter, creating more realism for the {{T|player}} when looting.


==Distribution==
==Distribution==
Credit cards can be found on [[corpse]]s and in [[purse]]s.  
Credit cards can be found on [[corpse]]s and in [[purse]]s.


==Gallery==
==Gallery==

Revision as of 06:49, 28 February 2024

Template:Header/sandbox2

UI Tick.png
This page has been revised for the current stable version (41.78.16).
Help by adding any missing content. [edit]
Credit Card
CreditCard Model.png
General
Category
Junk
Encumbrance
Moodle Icon HeavyLoad.png
0.1
Technical
Item ID
Base.CreditCard

A credit card is currently a useless item, and often considered as junk.

Usage

A credit card has no use, being added purely for the purpose of clutter, creating more realism for the player when looting.

Distribution

Credit cards can be found on corpses and in purses.

Gallery

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 CreditCard
{
    DisplayCategory = Junk,
    Weight = 0.1,
    Type = Normal,
    DisplayName = CreditCard,
    Icon = CreditCard,
    WorldStaticModel = CreditCard,
}

See also