-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from jakobharder/devel/gamestart
add game mode, ai players toggles to start menu
- Loading branch information
Showing
58 changed files
with
702 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,258 @@ | ||
image=gfx/dummy.png | ||
|
||
[item_maggots] | ||
class=food | ||
burngfx=0 | ||
food=3 | ||
heal=12 | ||
|
||
[item_rats] | ||
class=food | ||
burngfx=1 | ||
food=5 | ||
heal=20 | ||
|
||
[item_snake] | ||
class=food | ||
burngfx=2 | ||
food=7 | ||
heal=28 | ||
|
||
[item_meat] | ||
class=nodrop | ||
burngfx=3 | ||
food=9 | ||
heal=36 | ||
|
||
[item_water_bottle] | ||
class=water | ||
burngfx=4 | ||
water=2 | ||
empty=item_bottle | ||
|
||
[item_bottle] | ||
class=bottle | ||
burngfx=5 | ||
full=item_water_bottle | ||
|
||
[item_full_canteen] | ||
class=nodrop | ||
burngfx=6 | ||
water=3 | ||
empty=item_empty_canteen | ||
|
||
[item_empty_canteen] | ||
class=bottle rare | ||
burngfx=7 | ||
full=item_full_canteen | ||
|
||
[item_full_wineskin] | ||
class=nodrop | ||
burngfx=8 | ||
water=5 | ||
empty=item_empty_wineskin | ||
|
||
[item_empty_wineskin] | ||
class=nodrop | ||
burngfx=9 | ||
full=item_full_wineskin | ||
|
||
[item_knife] | ||
class=weapon production | ||
burngfx=10 | ||
damage=25 | ||
|
||
[item_axe] | ||
class=weapon rare | ||
burngfx=11 | ||
damage=33 | ||
|
||
[item_pitchfork] | ||
class=weapon rare | ||
burngfx=12 | ||
damage=38 | ||
|
||
[item_loaded_rifle] | ||
class=weapon nodrop | ||
burngfx=13 | ||
damage=55 | ||
empty=item_loaded_rifle_1 | ||
ammo=1 | ||
|
||
[item_unloaded_rifle] | ||
class=weapon nodrop | ||
burngfx=14 | ||
|
||
[item_mine] | ||
class=special rare | ||
burngfx=15 | ||
|
||
[item_rat_trap] | ||
class=nodrop | ||
burngfx=16 | ||
|
||
[item_trap] | ||
class=nodrop | ||
burngfx=17 | ||
|
||
[item_snake_trap] | ||
class=nodrop | ||
burngfx=18 | ||
|
||
[item_hand_pump] | ||
class=pump special | ||
burngfx=19 | ||
|
||
[item_industrial_pump] | ||
class=nodrop | ||
burngfx=20 | ||
|
||
[item_mine_detector] | ||
class=nodrop | ||
burngfx=21 | ||
|
||
[item_two_way_radio] | ||
class=nodrop | ||
burngfx=22 | ||
|
||
[item_broken_pump] | ||
class=pump_parts | ||
burngfx=23 | ||
|
||
[item_spare_parts] | ||
class=pump_parts | ||
burngfx=24 | ||
|
||
[item_defective_mine_detector] | ||
class=special rare | ||
burngfx=25 | ||
|
||
[item_defective_two_way_radio] | ||
class=special rare | ||
burngfx=26 | ||
|
||
[item_electrical_odds_and_ends] | ||
class=material rare | ||
burngfx=27 | ||
|
||
[item_batteries] | ||
class=material rare | ||
burngfx=28 | ||
|
||
[item_lcd_display] | ||
class=special rare | ||
burngfx=29 | ||
|
||
[item_wire] | ||
class=material | ||
burngfx=30 | ||
|
||
[item_woodpile] | ||
class=material | ||
burngfx=31 | ||
|
||
[item_screws] | ||
class=material | ||
burngfx=32 | ||
|
||
[item_tin] | ||
class=material | ||
burngfx=33 | ||
|
||
[item_spring] | ||
class=material | ||
burngfx=34 | ||
|
||
[item_hose] | ||
class=material | ||
burngfx=35 | ||
|
||
[item_rags] | ||
class=material | ||
burngfx=36 | ||
|
||
[item_iron_pipe] | ||
class=pump_parts | ||
burngfx=37 | ||
|
||
[item_ammunition] | ||
class=weapon | ||
burngfx=38 | ||
|
||
[item_gas_mask] | ||
class=protection special rare | ||
burngfx=39 | ||
protection=protection@gas??100 | ||
|
||
[item_protective_suit] | ||
class=protection | ||
burngfx=40 | ||
protection=protection@radiation??100 protection@gas??100 | ||
|
||
[item_gloves] | ||
class=protection_parts | ||
burngfx=41 | ||
|
||
[item_protective_overall] | ||
class=protection_parts rare | ||
burngfx=42 | ||
|
||
[item_boots] | ||
class=protection_parts | ||
burngfx=43 | ||
|
||
[item_rope] | ||
class=key | ||
burngfx=44 | ||
|
||
[item_iron_bars] | ||
class=useless | ||
burngfx=45 | ||
|
||
[item_bones] | ||
class=useless | ||
burngfx=46 | ||
|
||
[item_skull] | ||
class=useless | ||
burngfx=47 | ||
|
||
[item_gas_canister] | ||
class=useless rare | ||
burngfx=48 | ||
|
||
[item_gold] | ||
class=useless | ||
burngfx=49 | ||
|
||
[item_tools] | ||
class=special | ||
burngfx=50 | ||
|
||
[item_bible] | ||
class=useless rare | ||
burngfx=51 | ||
|
||
[item_fur] | ||
class=useless | ||
burngfx=52 | ||
|
||
[item_leather_jacket] | ||
class=useless | ||
burngfx=53 | ||
|
||
[item_tires] | ||
class=useless | ||
burngfx=54 | ||
|
||
[item_steel_helmet] | ||
class=useless | ||
burngfx=55 | ||
|
||
[item_sweater] | ||
class=useless | ||
burngfx=56 | ||
|
||
[item_pants] | ||
class=useless | ||
burngfx=57 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
title=Classic | ||
title=Burntime |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.