New resource icons...

This commit is contained in:
Ognjen Milan Robovic 2024-05-07 03:58:41 -04:00
parent 5bc6a1c81d
commit 6472192efc
10 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ package chad is
("Richard Martin Stallman ", faction.dwarf, attribute.offense, skill.leadership, resource.wood),
("Ognjen Milan Robovic ", faction.gnoll, attribute.stamina, skill.archery, resource.leather),
("Wouter van Oortmerssen ", faction.kobold, attribute.speed, skill.medicine, resource.stone),
("John Warner Backus ", faction.goblin, attribute.wisdom, skill.sorcery, resource.crystal),
("John Warner Backus ", faction.goblin, attribute.wisdom, skill.sorcery, resource.gem),
("Marina Ann Hantzis ", faction.imp, attribute.reach, skill.necromancy, resource.gold)
);

View File

@ -32,7 +32,7 @@ package faction is
("Gnoll Kingdom ", attribute.stamina, skill.logistics, resource.leather),
("Kobold Kingdom ", attribute.offense, skill.tactics, resource.metal),
("Goblin Kingdom ", attribute.reach, skill.exploration, resource.wood),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.crystal),
("Imp Kingdom ", attribute.wisdom, skill.sorcery, resource.gem),
("Neutral ", attribute.offense, skill.archery, resource.gold)
);

View File

@ -9,7 +9,7 @@ package resource is
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
type enumeration is (
gold, wood, stone, metal, leather, crystal
gold, wood, stone, metal, leather, gem
);
------------------------------------------------------------------------------------------
@ -32,7 +32,7 @@ package resource is
("Stone ", 0, "Stone is essential building block for most constructions in this world. "),
("Metal ", 0, "Metal as a resource is mixture of commonly found metalic elements. "),
("Leather ", 0, "Leather is general purpose resource, used for armours and decorations. "),
("Crystal ", 0, "Crystal as a resource is same as metal, just mixture of various gems. ")
("Gem ", 0, "Gem as a resource is same as metal, just mixture of various gems. ")
);
------------------------------------------------------------------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 525 B

BIN
sprite/resource/gem.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1018 B

After

Width:  |  Height:  |  Size: 287 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

After

Width:  |  Height:  |  Size: 271 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 554 B

After

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 313 B