Ray‐Bans - ZenarchistCode/ZenModPack GitHub Wiki

download

What Is This?

This mod adds wearable ray-ban sunglasses to the game.

Types.xml

    <!-- Raybans -->
    <type name="ZenRaybans_Black">
        <nominal>6</nominal>
        <lifetime>14400</lifetime>
        <restock>3600</restock>
        <min>5</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="clothes"/>
        <tag name="shelves"/>
        <usage name="Village"/>
    </type>
        <type name="ZenRaybans_Red">
        <nominal>2</nominal>
        <lifetime>14400</lifetime>
        <restock>3600</restock>
        <min>1</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="clothes"/>
        <tag name="shelves"/>
        <usage name="Village"/>
    </type>
        <type name="ZenRaybans_Blue">
        <nominal>2</nominal>
        <lifetime>14400</lifetime>
        <restock>3600</restock>
        <min>1</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="clothes"/>
        <tag name="shelves"/>
        <usage name="Village"/>
    </type>
        <type name="ZenRaybans_Green">
        <nominal>2</nominal>
        <lifetime>14400</lifetime>
        <restock>3600</restock>
        <min>1</min>
        <quantmin>-1</quantmin>
        <quantmax>-1</quantmax>
        <cost>100</cost>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="0" deloot="0"/>
        <category name="clothes"/>
        <tag name="shelves"/>
        <usage name="Village"/>
    </type>
⚠️ **GitHub.com Fallback** ⚠️