Check in SpaceInvader's art, remove a no longer used script.
This commit is contained in:
parent
4cbc84c441
commit
6cd4215e50
8 changed files with 3 additions and 20 deletions
Binary file not shown.
After Width: | Height: | Size: 57 KiB |
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
|
@ -1,13 +0,0 @@
|
|||
#!/usr/bin/env python
|
||||
#
|
||||
import sys
|
||||
|
||||
for filename in sys.argv[1:]:
|
||||
contents = open(filename).read().split("\n")
|
||||
while "," not in contents[0]:
|
||||
contents.pop(0)
|
||||
width = contents[0].count(",")
|
||||
if not contents[0].strip().endswith(","):
|
||||
width += 1
|
||||
height = len(filter(lambda x: "," in x, contents))
|
||||
print "***", filename, width, height, width/5, height/5
|
|
@ -26,8 +26,8 @@
|
|||
[side]
|
||||
type="Dwarvish Fighter"
|
||||
description="Aiglondur"
|
||||
profile=portraits/aiglondur.png
|
||||
side="1"
|
||||
#profile=portraits/Aiglondur.png # FIXME
|
||||
canrecruit="1"
|
||||
[modifications]
|
||||
{TRAIT_RESILIENT}
|
||||
|
|
|
@ -304,12 +304,6 @@
|
|||
role=Scout
|
||||
[/recall]
|
||||
|
||||
# Bit of kluge here; give this dwarf a non-default portrait in order
|
||||
# to avoid clashing with the default portrait Aiglondur has. When
|
||||
# Aiglondur gets his own portrait, this one can be removed.
|
||||
# And we can make the gryphon rider eligible for this role.
|
||||
{MODIFY_UNIT role=Scout profile portraits/James_Woo/dwarf-guard.png}
|
||||
|
||||
[set_variable]
|
||||
name=indigs_sighted
|
||||
value=0
|
||||
|
|
|
@ -180,6 +180,7 @@
|
|||
[unit]
|
||||
type=Arch Mage
|
||||
description=Ratheln
|
||||
profile=portraits/ratheln.png
|
||||
user_description= _ "Ratheln"
|
||||
side=1
|
||||
[modifications]
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
type="Lich"
|
||||
description="Karrag"
|
||||
user_description=_"Karrag"
|
||||
profile=portraits/karrag.png
|
||||
canrecruit="1"
|
||||
side="2"
|
||||
colour=black
|
||||
|
|
Loading…
Add table
Reference in a new issue