Zen's Runes - ZenarchistCode/ZenModPack GitHub Wiki

modicon

What Is This?

This mod adds a bunch of runes to the game based on RuneScape's elemental runes.

It's just a bit of fun, purely a cosmetic item intended for use in Expansion quests/survivor missions/market rares etc.

Types.xml

    <!-- Runes -->
    <type name="ZenRune_Air">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Body">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Chaos">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Cosmic">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Earth">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Fire">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Law">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Mind">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Nature">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
    <type name="ZenRune_Water">
        <lifetime>28800</lifetime>
        <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="0" crafted="1" deloot="0"/>
    </type>
⚠️ **GitHub.com Fallback** ⚠️