Credit Card

From PZwiki
Revision as of 07:51, 25 June 2023 by Vaileasys (talk | contribs) (added model to infobox + update to 41.78.16)
The Game WorldItemsCredit Card

Template:Infobox normalA 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

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

    item CreditCard
    {
        DisplayCategory = Junk,
        Weight	=	0.1,
        Type	=	Normal,
        DisplayName	=	CreditCard,
        Icon	=	CreditCard,
        WorldStaticModel = CreditCard,
    }

See also