Code Search for Developers
 
 
  

items-configuration.xml from Riot in Emerald city at Krugle


Show items-configuration.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE items-configuration SYSTEM "data/grammars/items.dtd">

<items-configuration>
    <item type="monkey-spring">
        <size width="2" height="2"/>
        <image name="stolenicon1"/>
        <equippable place="HEAD"/>
    </item>

    <item type="sport-billy-bag">
        <size width="5" height="6"/>
        <image name="backpack"/>
        <equippable place="TORSO_BACK"/>
        <container name="Main pocket">
            <size width="15" height="15"/>
        </container>
    </item>

    <item type="lonac">
        <size width="6" height="6"/>
        <image name="lonac"/>
        <container name="Inside">
            <size width="5" height="5"/>
        </container>
    </item>

    <item type="gun">
        <size width="5" height="4"/>
        <image name="gun"/>
        <equippable place="PELVIS"/>
    </item>

    <item type="loncic">
        <size width="5" height="5"/>
        <image name="loncic"/>
        <container name="Inside">
            <size width="4" height="4"/>
        </container>
    </item>

    <item type="credit-card">
        <size width="2" height="2"/>
        <image name="credit-card"/>
    </item>

    <item type="wallet">
        <size width="2" height="2"/>
        <image name="wallet"/>
        <container name="Wallet">
            <size width="8" height="2"/>
        </container>
    </item>

    <item type="coverall">
        <size width="3" height="5"/>
        <image name="coverall"/>
        <equippable place="TORSO"/>
        <container name="Coverall">
            <size width="2" height="2"/>
        </container>

        <container name="L.Pocket">
            <size width="3" height="4"/>
        </container>

        <container name="R.Pocket">
            <size width="3" height="4"/>
        </container>
    </item>

    <item type="leather-boots">
        <size width="3" height="3"/>
        <image name="leather-boots"/>
        <equippable place="FEET"/>
    </item>

    <item type="backpack">
        <size width="4" height="5"/>
        <image name="backpack"/>
        <equippable place="TORSO_BACK"/>
        <container name="Main pocket">
            <size width="10" height="10"/>
        </container>
        <container name="Back pocket">
            <size width="8" height="9"/>
        </container>
    </item>
</items-configuration>



See more files for this project here

Riot in Emerald city

Cyberpunk third-person 2100. noir RPG thriller using JMonkey. Its going to be mix between Bloodnet, Neuromancer, DeusEx in gameplay, with pieces of Uplink and many other mini-games for dealing with variety of tasks (lockpicking, hacking...)

Project homepage: http://sourceforge.net/projects/riot-in-ecity
Programming language(s): Java,XML
License: other

  grammars/
    apartments.dtd
    image-data.dtd
    items.dtd
    storage.dtd
    storage.g
    users.dtd
  alpha-room.xml
  exe-man.props
  images.xml
  items-configuration.xml
  riot-theme.mid
  shellbuiltin-man.props
  test-room.xml
  test-storage.xml
  test-storages.ss
  test-users.xml