Skip to content

Commit

Permalink
Microchasm's tiles: add tiles for missing Sil 1.3 regular objects
Browse files Browse the repository at this point in the history
Those are jewelled crowns, filthy rags, broken swords, deathblades, and sceptres.  Put them on a new row, 0x90, since the other row with enough empty space is currently all terrain tiles.  Leave the first tile in 0x90 empty for now so it could be used for the pile indicator.  Resolves a portion of the first part of #608 .
  • Loading branch information
backwardsEric authored and NickMcConnell committed Nov 5, 2024
1 parent 548ef71 commit 5d5b6d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Binary file modified lib/tiles/microchasm/16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 7 additions & 12 deletions lib/tiles/microchasm/graf-mcm.prf
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,7 @@ object:crown:Massive Iron Crown:0x85:0x9C

##### Armor #####

# Reusing robe's tile here; should have its own.
object:soft armor:Filthy Rag:0x85:0x84
object:soft armor:Filthy Rag:0x90:0x82
object:soft armor:Robe:0x85:0x84
object:soft armor:Leather Armour:0x85:0x8C
object:soft armor:Studded Leather:0x85:0x8D
Expand All @@ -212,13 +211,11 @@ object:shield:Mithril Shield:0x85:0x93

##### Edged Weapons #####

# Reusing dagger's tile here; should have its own.
object:sword:Broken Sword:0x86:0x80
object:sword:Broken Sword:0x90:0x83
object:sword:Dagger:0x86:0x80
object:sword:Curved Sword:0x86:0x81
object:sword:Shortsword:0x86:0x82
# Reusing longsword's tile here; should have its own.
object:sword:Deathblade:0x86:0x83
object:sword:Deathblade:0x90:0x84
object:sword:Longsword:0x86:0x83
object:sword:Bastard Sword:0x86:0x87
object:sword:Greatsword:0x86:0x85
Expand All @@ -244,8 +241,7 @@ object:polearm:Great Axe:0x86:0x8F

object:hafted:Quarterstaff:0x86:0x88
object:hafted:War Hammer:0x86:0x8C
# Reusing aspen staff's tile; should have its own.
object:hafted:Sceptre:0x84:0x8F
object:hafted:Sceptre:0x90:0x85



Expand All @@ -264,8 +260,7 @@ object:helm:Great Helm:0x85:0x98
object:helm:Dwarf Mask:0x85:0x9A
object:helm:Mithril Helm:0x85:0x99
object:crown:Crown:0x81:0x89
# Reusing crown's tile here; should have its own.
object:crown:Jewelled Crown:0x81:0x89
object:crown:Jewelled Crown:0x90:0x81



Expand Down Expand Up @@ -456,15 +451,15 @@ monster:Ruby serpent:0x88:0x9D
monster:Creeping horror:0x88:0x8D
monster:Ringrauko:0x8A:0x85
# Currently chosen to match the tile for the deathblade object.
monster:Deathblade:0x86:0x83
monster:Deathblade:0x90:0x84
monster:Delthaur, Balrog of Terror:0x8A:0x8B
monster:Nan, the Giant:0x89:0x94
monster:Cave troll:0x89:0x8E
monster:Emerald serpent:0x88:0x9E
monster:Oathwraith:0x87:0x94
monster:Cat warrior:0x89:0x95
# Currently chosen to match the tile for the deathblade object.
monster:The Deathblade 'Delmereth':0x86:0x83
monster:The Deathblade 'Delmereth':0x90:0x84
monster:Amethyst serpent:0x88:0x9F
monster:Kemenrauko:0x8A:0x86
monster:Grotesque:0x86:0x99
Expand Down

0 comments on commit 5d5b6d3

Please sign in to comment.