aboutsummaryrefslogtreecommitdiff
path: root/build/content
diff options
context:
space:
mode:
authorjacopograndi <jak.sk8@hotmail.it>2021-08-19 18:46:51 +0200
committerjacopograndi <jak.sk8@hotmail.it>2021-08-19 18:46:51 +0200
commita8bcacc95045102e67f2feabbdddf79535837554 (patch)
tree5781dd4cb2fe66b67deab84ff4641b7e21b9c174 /build/content
forgot to make repo until now
Diffstat (limited to 'build/content')
-rw-r--r--build/content/entities.json11
-rw-r--r--build/content/gf.bmpbin0 -> 28474 bytes
-rw-r--r--build/content/sprites.bmpbin0 -> 199734 bytes
-rw-r--r--build/content/tiles.json24
4 files changed, 35 insertions, 0 deletions
diff --git a/build/content/entities.json b/build/content/entities.json
new file mode 100644
index 0000000..52b7147
--- /dev/null
+++ b/build/content/entities.json
@@ -0,0 +1,11 @@
+[
+ {
+ "name": "Militia",
+ "move" : 7,
+ "spritebounds": [ 96, 16 ]
+ },{
+ "name": "Light Cavalry",
+ "move" : 10,
+ "spritebounds": [ 112, 64 ]
+ }
+] \ No newline at end of file
diff --git a/build/content/gf.bmp b/build/content/gf.bmp
new file mode 100644
index 0000000..dbe9758
--- /dev/null
+++ b/build/content/gf.bmp
Binary files differ
diff --git a/build/content/sprites.bmp b/build/content/sprites.bmp
new file mode 100644
index 0000000..f23ead4
--- /dev/null
+++ b/build/content/sprites.bmp
Binary files differ
diff --git a/build/content/tiles.json b/build/content/tiles.json
new file mode 100644
index 0000000..bb34075
--- /dev/null
+++ b/build/content/tiles.json
@@ -0,0 +1,24 @@
+[
+ {
+ "name": "Plains",
+ "move_cost": 2,
+ "sight_cost": 2,
+ "range_bonus": 0,
+ "defence_bonus": 0.2,
+ "spritebounds": [ 0, 16 ]
+ },{
+ "name": "Mountain",
+ "move_cost": 4,
+ "sight_cost": 4,
+ "range_bonus": 1,
+ "defence_bonus": 0.4,
+ "spritebounds": [ 16, 16 ]
+ },{
+ "name": "Forest",
+ "move_cost": 3,
+ "sight_cost": 4,
+ "range_bonus": -1,
+ "defence_bonus": 0.2,
+ "spritebounds": [ 80, 16 ]
+ }
+] \ No newline at end of file