finished moving all core unit CFGs into racial subfolders.

This commit is contained in:
J.W. Bjerk 2007-05-26 14:31:57 +00:00
parent ebba40c133
commit 25c19479ba
94 changed files with 16 additions and 10 deletions

View file

@ -1,6 +1,9 @@
Version 1.3.3+svn:
* graphics
* added sickle and scythe attack icons
* added weapon-shop tent and oak tree
* units
* added a wolf "monster"
Version 1.3.3:
* campaigns:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -18,9 +18,9 @@
usage=fighter
unit_description= _ "The Dark Assassin appears and disappears at a moment's notice. No one knows where he came from or why he acts the way he does, but the trail of death he leaves in his wake is unmistakeable."
[attack]
name=dagger
description= _"dagger"
icon=attacks/dagger-undead.png
name=scythe
description= _"scythe"
icon=attacks/scythe.png
type=blade
range=melee
damage=9

View file

@ -19,9 +19,9 @@
unit_description= _ "The Dark Assassin appears and disappears at a moment's notice. No one knows where he came from or why he acts the way he does, but the trail of death he leaves in his wake is unmistakeable."
hide_help=true
[attack]
name=dagger
description= _"dagger"
icon=attacks/dagger-undead.png
name=scythe
description= _"scythe"
icon=attacks/scythe.png
type=blade
range=melee
damage=10

View file

@ -19,9 +19,9 @@
unit_description= _ "The Dark Assassin appears and disappears at a moment's notice. No one knows where he came from or why he acts the way he does, but the trail of death he leaves in his wake is unmistakeable."
hide_help=true
[attack]
name=dagger
description= _"dagger"
icon=attacks/dagger-undead.png
name=scythe
description= _"scythe"
icon=attacks/scythe.png
type=blade
range=melee
damage=10

View file

@ -9,13 +9,16 @@
[+units]
{core/units}
# subfolders for units
{core/units/boats/}
{core/units/drakes/}
{core/units/dwarves/}
{core/units/elves/}
{core/units/goblin/}
{core/units/goblins/}
{core/units/humans/}
{core/units/merfolk/}
{core/units/monsters/}
{core/units/nagas/}
{core/units/ogres/}
{core/units/orcs/}
{core/units/saurians/}
{core/units/trolls/}