From e3a66514d57ff4acf2f02df7d86bd2cf8be0e730 Mon Sep 17 00:00:00 2001 From: Reimar Date: Tue, 8 Dec 2015 11:31:35 +0100 Subject: initial commit --- data/ships/user/UserShip_template.txt | 17 +++++++++++++++++ data/ships/user/UserShip_template.txt~ | 16 ++++++++++++++++ data/ships/user/hornet.txt | 20 ++++++++++++++++++++ data/ships/user/hornet.txt~ | 20 ++++++++++++++++++++ data/ships/user/small_fighter.txt | 17 +++++++++++++++++ data/ships/user/small_fighter.txt~ | 17 +++++++++++++++++ data/ships/user/userships.txt | 2 ++ data/ships/user/userships.txt~ | 1 + 8 files changed, 110 insertions(+) create mode 100644 data/ships/user/UserShip_template.txt create mode 100644 data/ships/user/UserShip_template.txt~ create mode 100644 data/ships/user/hornet.txt create mode 100644 data/ships/user/hornet.txt~ create mode 100644 data/ships/user/small_fighter.txt create mode 100644 data/ships/user/small_fighter.txt~ create mode 100644 data/ships/user/userships.txt create mode 100644 data/ships/user/userships.txt~ (limited to 'data/ships/user') diff --git a/data/ships/user/UserShip_template.txt b/data/ships/user/UserShip_template.txt new file mode 100644 index 0000000..ed29661 --- /dev/null +++ b/data/ships/user/UserShip_template.txt @@ -0,0 +1,17 @@ +small Fighter #name +data/images/small_fighter.bmp #path of imagefile +300 #cost +10 #maxhp +50 #armor +200 #moveSpeed +200 #handling +10 #maxEnergy +2 #energyProduction +5 #collisionSize +2 #number of weapons +4 4 #relative Position of weapon +3 #maxSize of attached weapon +data/fireball.txt #path of weapon +4 4 #relative Position of weapon +3 #maxSize of attached weapon +data/fireball.txt #path of weapon diff --git a/data/ships/user/UserShip_template.txt~ b/data/ships/user/UserShip_template.txt~ new file mode 100644 index 0000000..8512129 --- /dev/null +++ b/data/ships/user/UserShip_template.txt~ @@ -0,0 +1,16 @@ +small Fighter #name +data/images/small_fighter.bmp #path of imagefile +10 #maxhp +50 #armor +200 #moveSpeed +200 #handling +10 #maxEnergy +2 #energyProduction +5 #collisionSize +2 #number of weapons +4 4 #relative Position of weapon +3 #maxSize of attached weapon +data/fireball.txt #path of weapon +4 4 #relative Position of weapon +3 #maxSize of attached weapon +data/fireball.txt #path of weapon diff --git a/data/ships/user/hornet.txt b/data/ships/user/hornet.txt new file mode 100644 index 0000000..d33c78c --- /dev/null +++ b/data/ships/user/hornet.txt @@ -0,0 +1,20 @@ +Hornet +data/images/hornet.bmp +750 +23 +25 +270 +250 +40 +4.5 +6 +3 +6 -6 +3 +data/weapons/empty.txt +-6 -6 +3 +data/weapons/empty.txt +0 -3 +3 +data/weapons/empty.txt diff --git a/data/ships/user/hornet.txt~ b/data/ships/user/hornet.txt~ new file mode 100644 index 0000000..c427bb2 --- /dev/null +++ b/data/ships/user/hornet.txt~ @@ -0,0 +1,20 @@ +Hornet +data/images/hornet.bmp +0 +23 +25 +270 +250 +40 +4.5 +6 +3 +6 -6 +3 +data/weapons/empty.txt +-6 -6 +3 +data/weapons/empty.txt +0 -3 +3 +data/weapons/empty.txt diff --git a/data/ships/user/small_fighter.txt b/data/ships/user/small_fighter.txt new file mode 100644 index 0000000..0501c22 --- /dev/null +++ b/data/ships/user/small_fighter.txt @@ -0,0 +1,17 @@ +Small Fighter +data/images/small_fighter.bmp +0 +15 +10 +190 +300 +10 +3 +5 +2 +4 -2 +3 +data/weapons/beamer2.txt +-4 -2 +3 +data/weapons/empty.txt diff --git a/data/ships/user/small_fighter.txt~ b/data/ships/user/small_fighter.txt~ new file mode 100644 index 0000000..0501c22 --- /dev/null +++ b/data/ships/user/small_fighter.txt~ @@ -0,0 +1,17 @@ +Small Fighter +data/images/small_fighter.bmp +0 +15 +10 +190 +300 +10 +3 +5 +2 +4 -2 +3 +data/weapons/beamer2.txt +-4 -2 +3 +data/weapons/empty.txt diff --git a/data/ships/user/userships.txt b/data/ships/user/userships.txt new file mode 100644 index 0000000..d3e1633 --- /dev/null +++ b/data/ships/user/userships.txt @@ -0,0 +1,2 @@ +small_fighter.txt +hornet.txt diff --git a/data/ships/user/userships.txt~ b/data/ships/user/userships.txt~ new file mode 100644 index 0000000..d44c218 --- /dev/null +++ b/data/ships/user/userships.txt~ @@ -0,0 +1 @@ +small_fighter.txt -- cgit v1.2.3