changeset 388:c6f0e3e72e86

add some levels
author Neil Muller <drnlmuller@gmail.com>
date Thu, 29 Oct 2009 20:54:32 +0000
parents a0bd30dee476
children 463802281182
files data/levels/easy.conf data/levels/easy.tga data/levels/three_months.conf data/levels/two_weeks.conf data/levels/unlimited.conf
diffstat 5 files changed, 51 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/levels/easy.conf	Thu Oct 29 20:54:32 2009 +0000
@@ -0,0 +1,18 @@
+[Level]
+map = easy.tga
+level name = Very easy
+goal = Avoid dying
+turn limit = 7
+
+[Game values]
+Starting cash = 2000
+sell price chicken = 20
+sell price egg = 20
+sell price dead fox = 50
+
+[Fox probablities]
+Fox = 90
+Greedy Fox = 1
+Ninja Fox = 5
+Sapper Fox = 3
+Rinkhals = 1
Binary file data/levels/easy.tga has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/levels/three_months.conf	Thu Oct 29 20:54:32 2009 +0000
@@ -0,0 +1,11 @@
+[Level]
+map = farm.tga
+level name = Three Months
+goal = Survive for three months
+turn limit = 90
+
+[Game values]
+# Needed so level will load, we just use the game defaults
+
+[Fox probablities]
+# Needed so level will load, we just use the game defaults
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/levels/two_weeks.conf	Thu Oct 29 20:54:32 2009 +0000
@@ -0,0 +1,11 @@
+[Level]
+map = farm.tga
+level name = Two Weeks
+goal = Survive for two weeks
+turn limit = 14
+
+[Game values]
+# Needed so level will load, we just use the game defaults
+
+[Fox probablities]
+# Needed so level will load, we just use the game defaults
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/levels/unlimited.conf	Thu Oct 29 20:54:32 2009 +0000
@@ -0,0 +1,11 @@
+[Level]
+map = farm.tga
+level name = Unlimited
+goal = Destroy the foxes naural habitat by cutting down all the trees and then survive the final onsault
+turn limit = -1
+
+[Game values]
+# Needed so level will load, we just use the game defaults
+
+[Fox probablities]
+# Needed so level will load, we just use the game defaults