A lot of random changes that I am lazy to say...
@ -15,7 +15,7 @@ package item is
|
||||
|
||||
type enumeration is (
|
||||
iron_chestplate, iron_greaves, iron_gauntlets, iron_helmet, iron_sword,
|
||||
golden_necklace, iron_round_shield,
|
||||
golden_necklace, iron_shield,
|
||||
grey_tunic, white_tunic, black_tunic, red_tunic, green_tunic, blue_tunic,
|
||||
yellow_tunic, orange_tunic, cyan_tunic, lime_tunic, pink_tunic, purple_tunic
|
||||
);
|
||||
@ -41,7 +41,7 @@ package item is
|
||||
("Iron Helmet ", head, (0, 1, 0, 0, 0, 0), faction.gnoll, effect.none),
|
||||
("Iron Sword ", main_hand, (1, 0, 0, 0, 1, 2), faction.gnoll, effect.none),
|
||||
("Golden Necklace ", neck, (0, 0, 0, 0, 0, 0), faction.fairy, effect.none),
|
||||
("Iron Round Shield ", off_hand, (0, 2, 0, 0, 0, 1), faction.gnoll, effect.none),
|
||||
("Iron Shield ", off_hand, (0, 2, 0, 0, 0, 1), faction.gnoll, effect.none),
|
||||
("Grey Tunic ", full_body, (0, 1, 0, 1, 0, 0), faction.neutral, effect.none),
|
||||
("White Tunic ", full_body, (0, 1, 0, 1, 0, 0), faction.neutral, effect.none),
|
||||
("Black Tunic ", full_body, (0, 1, 0, 1, 0, 0), faction.neutral, effect.none),
|
||||
|
@ -169,7 +169,7 @@ begin
|
||||
--
|
||||
menu_render;
|
||||
--
|
||||
ui.draw_fill_bar (64, core.window_height - 56, 320, 0.7);
|
||||
--~ui.draw_fill_bar (64, core.window_height - 56, 320, 0.7);
|
||||
--
|
||||
chad.draw_pepe;
|
||||
--
|
||||
|
@ -13,7 +13,7 @@ package unit is
|
||||
);
|
||||
|
||||
type enumeration is (
|
||||
dwarf_male, fairy_male, gnoll_male, goblin_male, imp_male, kobold_male
|
||||
dwarf_base, fairy_base, gnoll_base, goblin_base, imp_base, kobold_base
|
||||
);
|
||||
|
||||
------------------------------------------------------------------------------------------
|
||||
|
BIN
sprite/item/chest/bronze_chestplate.png
Normal file
After Width: | Height: | Size: 437 B |
BIN
sprite/item/chest/chainmail_chestplate.png
Normal file
After Width: | Height: | Size: 450 B |
BIN
sprite/item/chest/leather_chestplate.png
Normal file
After Width: | Height: | Size: 403 B |
BIN
sprite/item/feet/bronze_greaves.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
sprite/item/feet/chainmail_greaves.png
Normal file
After Width: | Height: | Size: 291 B |
BIN
sprite/item/feet/leather_greaves.png
Normal file
After Width: | Height: | Size: 282 B |
BIN
sprite/item/hands/bronze_gauntlets.png
Normal file
After Width: | Height: | Size: 317 B |
BIN
sprite/item/hands/chainmail_gauntlets.png
Normal file
After Width: | Height: | Size: 327 B |
BIN
sprite/item/hands/leather_gauntlets.png
Normal file
After Width: | Height: | Size: 326 B |
BIN
sprite/item/head/bronze_helmet.png
Normal file
After Width: | Height: | Size: 536 B |
BIN
sprite/item/head/chainmail_helmet.png
Normal file
After Width: | Height: | Size: 619 B |
BIN
sprite/item/head/leather_helmet.png
Normal file
After Width: | Height: | Size: 465 B |
Before Width: | Height: | Size: 840 B After Width: | Height: | Size: 840 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 876 B After Width: | Height: | Size: 876 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 837 B After Width: | Height: | Size: 837 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 836 B After Width: | Height: | Size: 836 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/dwarf_base.png
Normal file
After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/fairy_base.png
Normal file
After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/gnoll_base.png
Normal file
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/goblin_base.png
Normal file
After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/imp_base.png
Normal file
After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/icon/kobold_base.png
Normal file
After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 836 B After Width: | Height: | Size: 836 B |
Before Width: | Height: | Size: 343 B |
Before Width: | Height: | Size: 851 B After Width: | Height: | Size: 851 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/dwarf_base.png
Normal file
After Width: | Height: | Size: 383 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/fairy_base.png
Normal file
After Width: | Height: | Size: 402 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/gnoll_base.png
Normal file
After Width: | Height: | Size: 377 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/goblin_base.png
Normal file
After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/imp_base.png
Normal file
After Width: | Height: | Size: 382 B |
Before Width: | Height: | Size: 343 B |
BIN
sprite/unit/view/kobold_base.png
Normal file
After Width: | Height: | Size: 379 B |
Before Width: | Height: | Size: 343 B |