You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
246 lines
10 KiB
XML
246 lines
10 KiB
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<config>
|
||
|
<images>
|
||
|
<image name="eatable_cookie" src="res/items/cookie.png"/>
|
||
|
<image name="eatable_muffin" src="res/items/muffin.png"/>
|
||
|
<image name="eatable_cake" src="res/items/cake.png"/>
|
||
|
<image name="eatable_chili" src="res/items/chili.png"/>
|
||
|
<image name="eatable_garlic" src="res/items/garlic.png"/>
|
||
|
<image name="eatable_bubblegum" src="res/items/bubblegum.png"/>
|
||
|
<image name="eatable_banana" src="res/items/banana.png"/>
|
||
|
<image name="eatable_pizza" src="res/items/pizza.png"/>
|
||
|
<image name="eatable_battery" src="res/items/battery.png"/>
|
||
|
<image name="eatable_magic_mushroom" src="res/items/magic_mushroom.png"/>
|
||
|
<image name="usable_bubblegum" src="res/items/usable_bubblegum.png"/>
|
||
|
<image name="usable_banana" src="res/items/usable_banana.png"/>
|
||
|
<image name="usable_candle" src="res/items/usable_candle.png"/>
|
||
|
<image name="usable_bubblegum_icon" src="res/items/usable_bubblegum_icon.png"/>
|
||
|
<image name="usable_banana_icon" src="res/items/usable_banana_icon.png"/>
|
||
|
<image name="usable_candle_icon" src="res/items/usable_candle_icon.png"/>
|
||
|
<image name="pizza_icon" src="res/items/pizza_icon.png"/>
|
||
|
<image name="garlic_icon" src="res/items/garlic_icon.png"/>
|
||
|
<image name="mushroom_icon" src="res/items/mushroom_icon.png"/>
|
||
|
<image name="chili_icon" src="res/items/chili_icon.png"/>
|
||
|
<image name="teambuff_pizza_1" src="res/items/teambuff_pizza_1.png"/>
|
||
|
<image name="playerAlphaMap" src="res/maps/Alphamap_hard2.png"/>
|
||
|
<image name="winscreen" src="res/interface/winscreen.png"/>
|
||
|
<image name="losescreen" src="res/interface/losescreen.png"/>
|
||
|
|
||
|
<image name="teambuff_pizza_2" src="res/items/teambuff_pizza_2.png"/>
|
||
|
<image name="teambuff_pizza_3" src="res/items/teambuff_pizza_3.png"/>
|
||
|
<image name="teambuff_pizza_4" src="res/items/teambuff_pizza_4.png"/>
|
||
|
<image name="teambuff_pizza_5" src="res/items/teambuff_pizza_5.png"/>
|
||
|
<image name="teambuff_pizza_6" src="res/items/teambuff_pizza_6.png"/>
|
||
|
<image name="teambuff_pizza_7" src="res/items/teambuff_pizza_7.png"/>
|
||
|
<image name="teambuff_pizza_8" src="res/items/teambuff_pizza_8.png"/>
|
||
|
<image name="hud_underlay_map" src="res/interface/HUD_underlay_map.png"/>
|
||
|
<image name="hud_underlay_pizza" src="res/interface/HUD_underlay_pizza.png"/>
|
||
|
<image name="hud_underlay_score" src="res/interface/HUD_underlay_score.png"/>
|
||
|
<image name="menu_ref_image" src="res/menu/bg_root.png"/>
|
||
|
|
||
|
<image name="menu_ref_image" src="res/menu/bg_root.png"/>
|
||
|
</images>
|
||
|
|
||
|
<animations>
|
||
|
<animation name="player_team0" src="res/player/team0.png" width="130" height="120" frames="12" frametime="40" loop="true"/>
|
||
|
<animation name="player_team1" src="res/player/team1.png" width="130" height="120" frames="12" frametime="40" loop="true" />
|
||
|
<animation name="player_team2" src="res/player/team2.png" width="130" height="120" frames="12" frametime="40" loop="true" />
|
||
|
<animation name="player_team3" src="res/player/team3.png" width="130" height="120" frames="12" frametime="40" loop="true" />
|
||
|
<animation name="player_halucinating" src="res/player/halucinating.png" width="130" height="120" frames="12" frametime="40" loop="true" />
|
||
|
<animation name="player_eaten" src="res/player/eaten.png" width="120" height="120" frames="9" frametime="140" loop="false" />
|
||
|
<animation name="player_starved" src="res/player/starved.png" width="120" height="120" frames="9" frametime="140" loop="false" />
|
||
|
<animation name="player_wiggle" src="res/player/wiggle.png" width="130" height="120" frames="14" frametime="40" loop="true" />
|
||
|
<animation name="player_wiggle2" src="res/player/wiggle2.png" width="130" height="120" frames="14" frametime="40" loop="true" />
|
||
|
<animation name="teambuff_pizza" src="res/items/teambuff_pizza_animation.png" width="90" height="90" frames="2" frametime="200" loop="true" />
|
||
|
</animations>
|
||
|
|
||
|
<sounds>
|
||
|
<sound name="eatable_generic">
|
||
|
<src value="res/audio/eatable_generic.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="effect_chili">
|
||
|
<src value="res/audio/effect_chili.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="effect_banana">
|
||
|
<src value="res/audio/effect_banana.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="player_eat_player">
|
||
|
<src value="res/audio/player/player_eat_player.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="countdown_three">
|
||
|
<src value="res/audio/countdown/three.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="countdown_two">
|
||
|
<src value="res/audio/countdown/two.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="countdown_one">
|
||
|
<src value="res/audio/countdown/one.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="countdown_go">
|
||
|
<src value="res/audio/countdown/go.ogg"/>
|
||
|
</sound>
|
||
|
<sound name="player_swallow">
|
||
|
<src value="res/audio/player/swallow.ogg"/>
|
||
|
</sound>
|
||
|
</sounds>
|
||
|
|
||
|
<musics>
|
||
|
<music name="menu" src="res/audio/music/menu.ogg"/>
|
||
|
<music name="gameplay" src="res/audio/music/gameplay.ogg"/>
|
||
|
</musics>
|
||
|
|
||
|
<fonts>
|
||
|
<font name="quartz_40" file="res/fonts/quartz_40.fnt" image="res/fonts/quartz_40_0.tga"/>
|
||
|
<font name="quartz_50" file="res/fonts/quartz_50.fnt" image="res/fonts/quartz_50_0.tga"/>
|
||
|
<font name="verdana_24" file="res/fonts/verdana_24.fnt" image="res/fonts/verdana_24_0.tga"/>
|
||
|
<font name="verdana_32" file="res/fonts/verdana_32.fnt" image="res/fonts/verdana_32_0.tga"/>
|
||
|
<font name="verdana_32_inverted" file="res/fonts/verdana_32.fnt" image="res/fonts/verdana_32_inverted_0.tga"/>
|
||
|
<font name="verdana_46" file="res/fonts/verdana_46.fnt" image="res/fonts/verdana_46_0.tga"/>
|
||
|
<font name="verdana_90" file="res/fonts/verdana_90.fnt" image="res/fonts/verdana_90_0.tga"/>
|
||
|
</fonts>
|
||
|
|
||
|
<maps>
|
||
|
<map name="HumpNRun" src="res/maps/HumpNRun.tmx"/>
|
||
|
<map name="Crossmap (Huge)" src="res/maps/crossmap.tmx"/>
|
||
|
<map name="Awesomo" src="res/maps/awesomo.tmx"/>
|
||
|
<map name="MirrorMirror" src="res/maps/mirrormirror.tmx"/>
|
||
|
<map name="Arena" src="res/maps/arena.tmx"/>
|
||
|
<!-- <map name="Confrontation" src="res/maps/confrontation.tmx"/>-->
|
||
|
<map name="MapDesTodes" src="res/maps/MapDesTodes.tmx"/>
|
||
|
<map name="Necropolis" src="res/maps/necropolis.tmx"/>
|
||
|
<map name="Quadro Uno" src="res/maps/quadro_uno.tmx"/>
|
||
|
</maps>
|
||
|
|
||
|
<effects>
|
||
|
<effect bit="1" name="fire" type="particle" value="res/particles/fire.xml" free="true"/>
|
||
|
<effect bit="2" name="green_smoke" type="particle" value="res/particles/greenSmoke.xml"
|
||
|
free="false" />
|
||
|
<effect bit="3" name="banana" type="particle" value="res/particles/banana.xml" free="true"/>
|
||
|
<effect bit="4" name="halucination" type="animation" value="player_halucinating" />
|
||
|
</effects>
|
||
|
|
||
|
<floatValues>
|
||
|
<value name="player_speed" value="350"/>
|
||
|
<value name="player_dead_speed" value="500"/>
|
||
|
<value name="player_size" value="24"/>
|
||
|
<value name="player_size_min" value="8"/>
|
||
|
<value name="player_size_max" value="48"/>
|
||
|
<value name="player_sight_distance" value="400"/>
|
||
|
<value name="player_shrink_pixels" value="1"/>
|
||
|
<value name="player_inventory_size" value="5"/>
|
||
|
<value name="candle_shrink_pixels" value="20"/>
|
||
|
<value name="candle_sight_distance" value="400"/>
|
||
|
<value name="tile_size" value="24"/>
|
||
|
<value name="time_to_next_item_chance" value="500"/>
|
||
|
<value name="chance_for_new_item" value="50"/>
|
||
|
<value name="chance_for_new_item_reduced" value="30"/>
|
||
|
<value name="player_grow_factor" value="0.3"/>
|
||
|
<value name="winlimit" value="20"/>
|
||
|
</floatValues>
|
||
|
|
||
|
<stringValues>
|
||
|
<!-- todo: use these colors instead of hardcoded ones -->
|
||
|
<value name="team_color0" value="#0000FF"/>
|
||
|
<value name="team_color1" value="#FF0000"/>
|
||
|
<value name="team_color2" value="#FFFF00"/>
|
||
|
<value name="team_color3" value="#00FF00"/>
|
||
|
</stringValues>
|
||
|
|
||
|
<eatables>
|
||
|
<eatable type="cookie" frequency="5">
|
||
|
<image name="eatable_cookie"/>
|
||
|
<energy value="10"/>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="muffin" frequency="5">
|
||
|
<image name="eatable_muffin"/>
|
||
|
<energy value="10"/>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="cake" frequency="3">
|
||
|
<image name="eatable_cake"/>
|
||
|
<energy value="20"/>
|
||
|
<sound name="eatable_generic"/>
|
||
|
<usable type="candle"/>
|
||
|
</eatable>
|
||
|
<eatable type="chili" frequency="3">
|
||
|
<image name="eatable_chili"/>
|
||
|
<energy value="0"/>
|
||
|
<powerups>
|
||
|
<powerup type="speed" value="1.5" lifetime="5000" effect="fire"/>
|
||
|
<powerup type="size" value="-2" lifetime="2000"/>
|
||
|
</powerups>
|
||
|
<sound name="effect_chili"/>
|
||
|
</eatable>
|
||
|
<eatable type="garlic" frequency="3">
|
||
|
<image name="eatable_garlic"/>
|
||
|
<energy value="0"/>
|
||
|
<powerups>
|
||
|
<powerup type="immunity" value="0" lifetime="5000" effect="green_smoke"/>
|
||
|
</powerups>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="gumbox" frequency="3">
|
||
|
<image name="eatable_bubblegum"/>
|
||
|
<energy value="5"/>
|
||
|
<sound name="eatable_generic"/>
|
||
|
<usable type="bubblegum"/>
|
||
|
</eatable>
|
||
|
<eatable type="banana" frequency="3">
|
||
|
<image name="eatable_banana"/>
|
||
|
<energy value="0"/>
|
||
|
<sound name="eatable_generic"/>
|
||
|
<usable type="bananapeel"/>
|
||
|
</eatable>
|
||
|
<eatable type="pizza" frequency="1">
|
||
|
<image name="eatable_pizza"/>
|
||
|
<energy value="15"/>
|
||
|
<powerups>
|
||
|
<powerup type="adds_a_pizza_slice" value="0" lifetime="0"/>
|
||
|
</powerups>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="magic_mushroom" frequency="1">
|
||
|
<image name="eatable_magic_mushroom"/>
|
||
|
<energy value="5"/>
|
||
|
<powerups>
|
||
|
<powerup type="halucination" value="1.0" lifetime="20000" effect="halucination"/>
|
||
|
</powerups>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="bubblegum" frequency="0">
|
||
|
<image name='usable_bubblegum'/>
|
||
|
<energy value="0"/>
|
||
|
<powerups>
|
||
|
<powerup lifetime="2000" value="0.3" type="speed"/>
|
||
|
</powerups>
|
||
|
<sound name="eatable_generic"/>
|
||
|
</eatable>
|
||
|
<eatable type="bananapeel" frequency="0">
|
||
|
<energy value="0"/>
|
||
|
<image name="usable_banana"/>
|
||
|
<sound name="effect_banana"/>
|
||
|
<powerups>
|
||
|
<powerup lifetime="2000" type="slipped" value="1" effect="banana"/>
|
||
|
</powerups>
|
||
|
</eatable>
|
||
|
</eatables>
|
||
|
|
||
|
<usables>
|
||
|
<usable type="bubblegum">
|
||
|
<image name="usable_bubblegum_icon"/>
|
||
|
<sound name="player_swallow"/>
|
||
|
<action type="drop" value="bubblegum"/>
|
||
|
</usable>
|
||
|
<usable type="bananapeel">
|
||
|
<image name="usable_banana_icon"/>
|
||
|
<sound name="player_swallow"/>
|
||
|
<action type="drop" value="bananapeel"/>
|
||
|
</usable>
|
||
|
<usable type="candle">
|
||
|
<image name="usable_candle_icon"/>
|
||
|
<sound name="player_swallow"/>
|
||
|
<action type="candle" value=""/>
|
||
|
</usable>
|
||
|
</usables>
|
||
|
</config>
|