forked from I-am-Erk/CDDA-Tilesets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[HM] Finalize HollowMoon setup (I-am-Erk#623)
* Add compose workflow and expand pr_validator * Move generic.png to template folder * fix zombie skull and zombie soldier folder structure * Run script to create the missing seasonal variants * Fix compose errors * Fix some json, offsets and background of trees * Fix some sprite with wrong background
- Loading branch information
Showing
5,510 changed files
with
233 additions
and
96 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# preforms CI builds using compose.py from | ||
# https://github.com/CleverRaven/Cataclysm-DDA | ||
# | ||
# This action is triggerd by any PR against the master branch as well | ||
# as on any push to the master branch itself | ||
# that changes any file in gfx/HollowMoon folder | ||
name: HollowMoon composer | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
paths: | ||
- 'gfx/HollowMoon/**' | ||
- '.github/workflows/hm_build.yml' | ||
pull_request: | ||
branches: | ||
- master | ||
paths: | ||
- 'gfx/HollowMoon/**' | ||
- '.github/workflows/hm_build.yml' | ||
|
||
jobs: | ||
build: | ||
name: CI Build | ||
runs-on: ubuntu-latest | ||
container: alpine:latest | ||
steps: | ||
- name: Install Dependencies | ||
run: | | ||
apk add --no-cache musl-dev gcc vips-dev python3-dev zip py3-pip py3-wheel | ||
pip3 install pyvips | ||
- name: Checkout Code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Build | ||
id: build | ||
run: | | ||
mkdir build && cd build | ||
wget -q https://raw.githubusercontent.com/CleverRaven/Cataclysm-DDA/master/tools/gfx_tools/compose.py \ | ||
|| echo "Error: Failed to get compose.py" | ||
cd .. | ||
python3 build/compose.py --use-all --obsolete-fillers gfx/HollowMoon | ||
cd build | ||
artifact_name=HollowMoon-$(echo $GITHUB_SHA | cut -c -8) | ||
tileset_dir=../gfx/HollowMoon | ||
mkdir $artifact_name | ||
mv $tileset_dir/*.png $artifact_name | ||
mv $tileset_dir/tile_config.json $artifact_name | ||
mv $tileset_dir/tileset.txt $artifact_name | ||
echo ::set-output name=artifact_name::$artifact_name | ||
- name: Upload Artifacts | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: ${{ steps.build.outputs.artifact_name }} | ||
path: build/${{ steps.build.outputs.artifact_name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.44 KB
gfx/HollowMoon/pngs_giant_64x64/terrain/t_grass_giant/t_grass_giant.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.73 KB
gfx/HollowMoon/pngs_giant_64x64/terrain/t_grass_giant/t_grass_giant_autumn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.61 KB
gfx/HollowMoon/pngs_giant_64x64/terrain/t_grass_giant/t_grass_giant_summer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.66 KB
gfx/HollowMoon/pngs_giant_64x64/terrain/t_grass_giant/t_grass_giant_winter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 25 additions & 5 deletions
30
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree/t_tree.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
[ | ||
{ "id": "t_tree", "fg": "t_tree", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_season_autumn", "fg": "t_tree_autumn", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_season_winter", "fg": "t_tree_winter", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_season_summer", "fg": "t_tree_summer", "bg": [], "rotates": false } | ||
] | ||
{ | ||
"id": "t_tree", | ||
"fg": "t_tree", | ||
"bg": [ "t_grass_giant" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_season_autumn", | ||
"fg": "t_tree_autumn", | ||
"bg": [ "t_grass_giant_autumn" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_season_winter", | ||
"fg": "t_tree_winter", | ||
"bg": [ "t_grass_giant_winter" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_season_summer", | ||
"fg": "t_tree_summer", | ||
"bg": [ "t_grass_giant_summer" ], | ||
"rotates": false | ||
} | ||
] |
30 changes: 25 additions & 5 deletions
30
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,26 @@ | ||
[ | ||
{ "id": "t_tree_oak", "fg": "t_tree_oak", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_oak_season_autumn", "fg": "t_tree_oak_autumn", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_oak_season_winter", "fg": "t_tree_oak_winter", "bg": [], "rotates": false }, | ||
{ "id": "t_tree_oak_season_summer", "fg": "t_tree_oak_summer", "bg": [], "rotates": false } | ||
] | ||
{ | ||
"id": "t_tree_oak_season_spring", | ||
"fg": "t_tree_oak_season_spring", | ||
"bg": [ "t_grass_giant" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_oak_season_autumn", | ||
"fg": "t_tree_oak_season_autumn", | ||
"bg": [ "t_grass_giant_autumn" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_oak_season_winter", | ||
"fg": "t_tree_oak_season_winter", | ||
"bg": [ "t_grass_giant_winter" ], | ||
"rotates": false | ||
}, | ||
{ | ||
"id": "t_tree_oak_season_summer", | ||
"fg": "t_tree_oak_season_summer", | ||
"bg": [ "t_grass_giant_summer" ], | ||
"rotates": false | ||
} | ||
] |
Binary file removed
BIN
-431 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_autumn.png
Binary file not shown.
Binary file added
BIN
+436 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_season_autumn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+837 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_season_spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+434 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_season_summer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+436 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_season_winter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-430 Bytes
gfx/HollowMoon/pngs_giant_64x64/terrain/t_tree_oak/t_tree_oak_summer.png
Binary file not shown.
Binary file removed
BIN
-742 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_blob_brain/generic.png
Binary file not shown.
Binary file added
BIN
+693 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_blob_brain/mon_blob_brain_season_autumn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+696 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_blob_brain/mon_blob_brain_season_spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+688 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_blob_brain/mon_blob_brain_season_summer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+678 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_blob_brain/mon_blob_brain_season_winter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.01 KB
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_demon_spider_queen/generic.png
Binary file not shown.
Binary file added
BIN
+1.04 KB
..._48x48/monsters/mon_demon_spider_queen/mon_demon_spider_queen_season_autumn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.06 KB
..._48x48/monsters/mon_demon_spider_queen/mon_demon_spider_queen_season_spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.02 KB
..._48x48/monsters/mon_demon_spider_queen/mon_demon_spider_queen_season_summer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.04 KB
..._48x48/monsters/mon_demon_spider_queen/mon_demon_spider_queen_season_winter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added
BIN
+1.17 KB
...owMoon/pngs_huge_48x48/monsters/mon_jabberwock/mon_jabberwock_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.17 KB
...owMoon/pngs_huge_48x48/monsters/mon_jabberwock/mon_jabberwock_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+1.12 KB
...owMoon/pngs_huge_48x48/monsters/mon_jabberwock/mon_jabberwock_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+1.1 KB
...owMoon/pngs_huge_48x48/monsters/mon_jabberwock/mon_jabberwock_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-864 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_leech_blossom/generic.png
Diff not rendered.
Binary file added
BIN
+858 Bytes
.../pngs_huge_48x48/monsters/mon_leech_blossom/mon_leech_blossom_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+875 Bytes
.../pngs_huge_48x48/monsters/mon_leech_blossom/mon_leech_blossom_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+854 Bytes
.../pngs_huge_48x48/monsters/mon_leech_blossom/mon_leech_blossom_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+849 Bytes
.../pngs_huge_48x48/monsters/mon_leech_blossom/mon_leech_blossom_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-869 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_mi_go_myrmidon/generic.png
Diff not rendered.
Binary file added
BIN
+834 Bytes
...ngs_huge_48x48/monsters/mon_mi_go_myrmidon/mon_mi_go_myrmidon_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+833 Bytes
...ngs_huge_48x48/monsters/mon_mi_go_myrmidon/mon_mi_go_myrmidon_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+811 Bytes
...ngs_huge_48x48/monsters/mon_mi_go_myrmidon/mon_mi_go_myrmidon_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+818 Bytes
...ngs_huge_48x48/monsters/mon_mi_go_myrmidon/mon_mi_go_myrmidon_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+642 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_moose/mon_moose_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+638 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_moose/mon_moose_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+638 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_moose/mon_moose_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+615 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_moose/mon_moose_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-733 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_mutant_evolved/generic.png
Diff not rendered.
Binary file added
BIN
+733 Bytes
...ngs_huge_48x48/monsters/mon_mutant_evolved/mon_mutant_evolved_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+729 Bytes
...ngs_huge_48x48/monsters/mon_mutant_evolved/mon_mutant_evolved_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+730 Bytes
...ngs_huge_48x48/monsters/mon_mutant_evolved/mon_mutant_evolved_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+703 Bytes
...ngs_huge_48x48/monsters/mon_mutant_evolved/mon_mutant_evolved_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-882 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_skeleton_hulk/generic.png
Diff not rendered.
Binary file added
BIN
+892 Bytes
.../pngs_huge_48x48/monsters/mon_skeleton_hulk/mon_skeleton_hulk_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+903 Bytes
.../pngs_huge_48x48/monsters/mon_skeleton_hulk/mon_skeleton_hulk_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+897 Bytes
.../pngs_huge_48x48/monsters/mon_skeleton_hulk/mon_skeleton_hulk_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+833 Bytes
.../pngs_huge_48x48/monsters/mon_skeleton_hulk/mon_skeleton_hulk_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-909 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_skeleton_hulk_fungus/generic.png
Diff not rendered.
Binary file added
BIN
+948 Bytes
...48/monsters/mon_skeleton_hulk_fungus/mon_skeleton_hulk_fungus_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+933 Bytes
...48/monsters/mon_skeleton_hulk_fungus/mon_skeleton_hulk_fungus_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+923 Bytes
...48/monsters/mon_skeleton_hulk_fungus/mon_skeleton_hulk_fungus_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+896 Bytes
...48/monsters/mon_skeleton_hulk_fungus/mon_skeleton_hulk_fungus_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-1019 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_sludge_crawler/generic.png
Diff not rendered.
Binary file added
BIN
+1013 Bytes
...ngs_huge_48x48/monsters/mon_sludge_crawler/mon_sludge_crawler_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1016 Bytes
...ngs_huge_48x48/monsters/mon_sludge_crawler/mon_sludge_crawler_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+1005 Bytes
...ngs_huge_48x48/monsters/mon_sludge_crawler/mon_sludge_crawler_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+1002 Bytes
...ngs_huge_48x48/monsters/mon_sludge_crawler/mon_sludge_crawler_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-916 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_slug_giant/generic.png
Diff not rendered.
Binary file added
BIN
+958 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_slug_giant/mon_slug_giant_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+961 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_slug_giant/mon_slug_giant_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+947 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_slug_giant/mon_slug_giant_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+937 Bytes
...owMoon/pngs_huge_48x48/monsters/mon_slug_giant/mon_slug_giant_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+790 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_tankbot/mon_tankbot_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+806 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_tankbot/mon_tankbot_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+796 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_tankbot/mon_tankbot_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+783 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_tankbot/mon_tankbot_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-998 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_triffid_heart/generic.png
Diff not rendered.
Binary file added
BIN
+991 Bytes
.../pngs_huge_48x48/monsters/mon_triffid_heart/mon_triffid_heart_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+998 Bytes
.../pngs_huge_48x48/monsters/mon_triffid_heart/mon_triffid_heart_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+1002 Bytes
.../pngs_huge_48x48/monsters/mon_triffid_heart/mon_triffid_heart_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+996 Bytes
.../pngs_huge_48x48/monsters/mon_triffid_heart/mon_triffid_heart_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-775 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_zombie_hulk/generic.png
Diff not rendered.
Binary file added
BIN
+764 Bytes
...Moon/pngs_huge_48x48/monsters/mon_zombie_hulk/mon_zombie_hulk_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+773 Bytes
...Moon/pngs_huge_48x48/monsters/mon_zombie_hulk/mon_zombie_hulk_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+764 Bytes
...Moon/pngs_huge_48x48/monsters/mon_zombie_hulk/mon_zombie_hulk_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+748 Bytes
...Moon/pngs_huge_48x48/monsters/mon_zombie_hulk/mon_zombie_hulk_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-739 Bytes
gfx/HollowMoon/pngs_huge_48x48/monsters/mon_zombie_kevlar_2/generic.png
Diff not rendered.
Binary file added
BIN
+711 Bytes
...s_huge_48x48/monsters/mon_zombie_kevlar_2/mon_zombie_kevlar_2_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+711 Bytes
...s_huge_48x48/monsters/mon_zombie_kevlar_2/mon_zombie_kevlar_2_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+708 Bytes
...s_huge_48x48/monsters/mon_zombie_kevlar_2/mon_zombie_kevlar_2_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+679 Bytes
...s_huge_48x48/monsters/mon_zombie_kevlar_2/mon_zombie_kevlar_2_season_winter.png
Oops, something went wrong.
Binary file added
BIN
+392 Bytes
...rge_32x32/items/bot_turret_searchlight/bot_turret_searchlight_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+789 Bytes
...rge_32x32/items/bot_turret_searchlight/bot_turret_searchlight_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+373 Bytes
...rge_32x32/items/bot_turret_searchlight/bot_turret_searchlight_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+377 Bytes
...rge_32x32/items/bot_turret_searchlight/bot_turret_searchlight_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-783 Bytes
gfx/HollowMoon/pngs_large_32x32/items/bot_turret_searchlight/generic.png
Diff not rendered.
Binary file removed
BIN
-701 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_albino_penguin/generic.png
Diff not rendered.
Binary file added
BIN
+293 Bytes
...gs_large_32x32/monsters/mon_albino_penguin/mon_albino_penguin_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+692 Bytes
...gs_large_32x32/monsters/mon_albino_penguin/mon_albino_penguin_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+272 Bytes
...gs_large_32x32/monsters/mon_albino_penguin/mon_albino_penguin_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+263 Bytes
...gs_large_32x32/monsters/mon_albino_penguin/mon_albino_penguin_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+454 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_bear/mon_bear_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+852 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_bear/mon_bear_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+444 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_bear/mon_bear_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+433 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_bear/mon_bear_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+811 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_biollante/mon_biollante_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.19 KB
...lowMoon/pngs_large_32x32/monsters/mon_biollante/mon_biollante_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+819 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_biollante/mon_biollante_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+820 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_biollante/mon_biollante_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-1.02 KB
gfx/HollowMoon/pngs_large_32x32/monsters/mon_chickenbot/generic.png
Diff not rendered.
Binary file added
BIN
+655 Bytes
...wMoon/pngs_large_32x32/monsters/mon_chickenbot/mon_chickenbot_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.02 KB
...wMoon/pngs_large_32x32/monsters/mon_chickenbot/mon_chickenbot_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+638 Bytes
...wMoon/pngs_large_32x32/monsters/mon_chickenbot/mon_chickenbot_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+620 Bytes
...wMoon/pngs_large_32x32/monsters/mon_chickenbot/mon_chickenbot_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+340 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_cow/mon_cow_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+749 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_cow/mon_cow_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+332 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_cow/mon_cow_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+319 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_cow/mon_cow_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+702 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_dark_wyrm/mon_dark_wyrm_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.13 KB
...lowMoon/pngs_large_32x32/monsters/mon_dark_wyrm/mon_dark_wyrm_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+704 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_dark_wyrm/mon_dark_wyrm_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+690 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_dark_wyrm/mon_dark_wyrm_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+334 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_deer/mon_deer_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+748 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_deer/mon_deer_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+326 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_deer/mon_deer_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+315 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_deer/mon_deer_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-813 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_flesh_angel/generic.png
Diff not rendered.
Binary file added
BIN
+390 Bytes
...oon/pngs_large_32x32/monsters/mon_flesh_angel/mon_flesh_angel_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+802 Bytes
...oon/pngs_large_32x32/monsters/mon_flesh_angel/mon_flesh_angel_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+380 Bytes
...oon/pngs_large_32x32/monsters/mon_flesh_angel/mon_flesh_angel_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+356 Bytes
...oon/pngs_large_32x32/monsters/mon_flesh_angel/mon_flesh_angel_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-811 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_frog_giant/generic.png
Diff not rendered.
Binary file added
BIN
+405 Bytes
...wMoon/pngs_large_32x32/monsters/mon_frog_giant/mon_frog_giant_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+803 Bytes
...wMoon/pngs_large_32x32/monsters/mon_frog_giant/mon_frog_giant_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+402 Bytes
...wMoon/pngs_large_32x32/monsters/mon_frog_giant/mon_frog_giant_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+380 Bytes
...wMoon/pngs_large_32x32/monsters/mon_frog_giant/mon_frog_giant_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-923 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_giant_crayfish/generic.png
Diff not rendered.
Binary file added
BIN
+532 Bytes
...gs_large_32x32/monsters/mon_giant_crayfish/mon_giant_crayfish_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+935 Bytes
...gs_large_32x32/monsters/mon_giant_crayfish/mon_giant_crayfish_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+533 Bytes
...gs_large_32x32/monsters/mon_giant_crayfish/mon_giant_crayfish_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+517 Bytes
...gs_large_32x32/monsters/mon_giant_crayfish/mon_giant_crayfish_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+406 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_gozu/mon_gozu_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+804 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_gozu/mon_gozu_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+379 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_gozu/mon_gozu_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+386 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_gozu/mon_gozu_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-1002 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_hound_tindalos/generic.png
Diff not rendered.
Binary file added
BIN
+606 Bytes
...gs_large_32x32/monsters/mon_hound_tindalos/mon_hound_tindalos_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1006 Bytes
...gs_large_32x32/monsters/mon_hound_tindalos/mon_hound_tindalos_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+603 Bytes
...gs_large_32x32/monsters/mon_hound_tindalos/mon_hound_tindalos_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+603 Bytes
...gs_large_32x32/monsters/mon_hound_tindalos/mon_hound_tindalos_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+522 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go/mon_mi_go_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+919 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go/mon_mi_go_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go/mon_mi_go_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+503 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go/mon_mi_go_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-959 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go_guard/generic.png
Diff not rendered.
Binary file added
BIN
+573 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_guard/mon_mi_go_guard_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+981 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_guard/mon_mi_go_guard_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+563 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_guard/mon_mi_go_guard_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+573 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_guard/mon_mi_go_guard_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-947 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go_scout/generic.png
Diff not rendered.
Binary file added
BIN
+557 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_scout/mon_mi_go_scout_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+962 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_scout/mon_mi_go_scout_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+535 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_scout/mon_mi_go_scout_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+526 Bytes
...oon/pngs_large_32x32/monsters/mon_mi_go_scout/mon_mi_go_scout_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-1011 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go_slaver/generic.png
Diff not rendered.
Binary file added
BIN
+611 Bytes
...n/pngs_large_32x32/monsters/mon_mi_go_slaver/mon_mi_go_slaver_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1008 Bytes
...n/pngs_large_32x32/monsters/mon_mi_go_slaver/mon_mi_go_slaver_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+588 Bytes
...n/pngs_large_32x32/monsters/mon_mi_go_slaver/mon_mi_go_slaver_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+586 Bytes
...n/pngs_large_32x32/monsters/mon_mi_go_slaver/mon_mi_go_slaver_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-923 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mi_go_surgeon/generic.png
Diff not rendered.
Binary file added
BIN
+522 Bytes
...pngs_large_32x32/monsters/mon_mi_go_surgeon/mon_mi_go_surgeon_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+921 Bytes
...pngs_large_32x32/monsters/mon_mi_go_surgeon/mon_mi_go_surgeon_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+530 Bytes
...pngs_large_32x32/monsters/mon_mi_go_surgeon/mon_mi_go_surgeon_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+493 Bytes
...pngs_large_32x32/monsters/mon_mi_go_surgeon/mon_mi_go_surgeon_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-871 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_mutant_experimental/generic.png
Diff not rendered.
Binary file added
BIN
+496 Bytes
...2x32/monsters/mon_mutant_experimental/mon_mutant_experimental_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+891 Bytes
...2x32/monsters/mon_mutant_experimental/mon_mutant_experimental_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+483 Bytes
...2x32/monsters/mon_mutant_experimental/mon_mutant_experimental_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+477 Bytes
...2x32/monsters/mon_mutant_experimental/mon_mutant_experimental_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+356 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_one_eye/mon_one_eye_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+753 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_one_eye/mon_one_eye_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+347 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_one_eye/mon_one_eye_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+346 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_one_eye/mon_one_eye_season_winter.png
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Binary file added
BIN
+573 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_secubot/mon_secubot_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+974 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_secubot/mon_secubot_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+567 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_secubot/mon_secubot_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+545 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_secubot/mon_secubot_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-938 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_skeleton_brute/generic.png
Diff not rendered.
Binary file added
BIN
+564 Bytes
...gs_large_32x32/monsters/mon_skeleton_brute/mon_skeleton_brute_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+955 Bytes
...gs_large_32x32/monsters/mon_skeleton_brute/mon_skeleton_brute_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+537 Bytes
...gs_large_32x32/monsters/mon_skeleton_brute/mon_skeleton_brute_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+535 Bytes
...gs_large_32x32/monsters/mon_skeleton_brute/mon_skeleton_brute_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-961 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_talon_m202a1/generic.png
Diff not rendered.
Binary file added
BIN
+562 Bytes
...n/pngs_large_32x32/monsters/mon_talon_m202a1/mon_talon_m202a1_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+960 Bytes
...n/pngs_large_32x32/monsters/mon_talon_m202a1/mon_talon_m202a1_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+555 Bytes
...n/pngs_large_32x32/monsters/mon_talon_m202a1/mon_talon_m202a1_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+548 Bytes
...n/pngs_large_32x32/monsters/mon_talon_m202a1/mon_talon_m202a1_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-1.06 KB
gfx/HollowMoon/pngs_large_32x32/monsters/mon_triffid_queen/generic.png
Diff not rendered.
Binary file added
BIN
+692 Bytes
...pngs_large_32x32/monsters/mon_triffid_queen/mon_triffid_queen_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.06 KB
...pngs_large_32x32/monsters/mon_triffid_queen/mon_triffid_queen_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+674 Bytes
...pngs_large_32x32/monsters/mon_triffid_queen/mon_triffid_queen_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+674 Bytes
...pngs_large_32x32/monsters/mon_triffid_queen/mon_triffid_queen_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+596 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_tripod/mon_tripod_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1023 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_tripod/mon_tripod_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+589 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_tripod/mon_tripod_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+541 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_tripod/mon_tripod_season_winter.png
Oops, something went wrong.
Binary file removed
BIN
-805 Bytes
gfx/HollowMoon/pngs_large_32x32/monsters/mon_turret_searchlight/generic.png
Diff not rendered.
Binary file added
BIN
+413 Bytes
..._32x32/monsters/mon_turret_searchlight/mon_turret_searchlight_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+812 Bytes
..._32x32/monsters/mon_turret_searchlight/mon_turret_searchlight_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+396 Bytes
..._32x32/monsters/mon_turret_searchlight/mon_turret_searchlight_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+398 Bytes
..._32x32/monsters/mon_turret_searchlight/mon_turret_searchlight_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+695 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_vinebeast/mon_vinebeast_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+1.09 KB
...lowMoon/pngs_large_32x32/monsters/mon_vinebeast/mon_vinebeast_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+696 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_vinebeast/mon_vinebeast_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+689 Bytes
...lowMoon/pngs_large_32x32/monsters/mon_vinebeast/mon_vinebeast_season_winter.png
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file removed
BIN
-631 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_casing/40mm_casing.png
Diff not rendered.
Binary file added
BIN
+231 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_casing/40mm_casing_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+628 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_casing/40mm_casing_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+224 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_casing/40mm_casing_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+227 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_casing/40mm_casing_season_winter.png
Oops, something went wrong.
Binary file added
BIN
+227 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_grenade/40mm_grenade_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+623 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_grenade/40mm_grenade_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+218 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_grenade/40mm_grenade_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+227 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/40mm_grenade/40mm_grenade_season_winter.png
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Binary file added
BIN
+237 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/9mm_casing/9mm_casing_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+639 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/9mm_casing/9mm_casing_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+235 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/9mm_casing/9mm_casing_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+217 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/9mm_casing/9mm_casing_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+245 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt223/belt223_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+646 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt223/belt223_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+243 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt223/belt223_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+234 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt223/belt223_season_winter.png
Oops, something went wrong.
Binary file added
BIN
+247 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt308/belt308_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+649 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt308/belt308_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+246 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt308/belt308_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+238 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt308/belt308_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+271 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt30mm/belt30mm_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+670 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt30mm/belt30mm_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+261 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt30mm/belt30mm_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+240 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt30mm/belt30mm_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+223 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt40mm/belt40mm_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+637 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt40mm/belt40mm_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+231 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt40mm/belt40mm_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+222 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt40mm/belt40mm_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+259 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt50/belt50_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+663 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt50/belt50_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+254 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt50/belt50_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+247 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/belt50/belt50_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+234 Bytes
...llowMoon/pngs_normal_24x24/ammo/blun_flechette/blun_flechette_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+633 Bytes
...llowMoon/pngs_normal_24x24/ammo/blun_flechette/blun_flechette_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+229 Bytes
...llowMoon/pngs_normal_24x24/ammo/blun_flechette/blun_flechette_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+237 Bytes
...llowMoon/pngs_normal_24x24/ammo/blun_flechette/blun_flechette_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+283 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_shot/blun_shot_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+679 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_shot/blun_shot_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+286 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_shot/blun_shot_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+269 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_shot/blun_shot_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+273 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_slug/blun_slug_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+654 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_slug/blun_slug_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+261 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_slug/blun_slug_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+236 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/blun_slug/blun_slug_season_winter.png
Oops, something went wrong.
Diff not rendered.
Diff not rendered.
Binary file added
BIN
+354 Bytes
...llowMoon/pngs_normal_24x24/ammo/mn_classic_kit/mn_classic_kit_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+764 Bytes
...llowMoon/pngs_normal_24x24/ammo/mn_classic_kit/mn_classic_kit_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+361 Bytes
...llowMoon/pngs_normal_24x24/ammo/mn_classic_kit/mn_classic_kit_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+356 Bytes
...llowMoon/pngs_normal_24x24/ammo/mn_classic_kit/mn_classic_kit_season_winter.png
Oops, something went wrong.
Diff not rendered.
Binary file added
BIN
+371 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/mn_ebr_kit/mn_ebr_kit_season_autumn.png
Oops, something went wrong.
Binary file added
BIN
+774 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/mn_ebr_kit/mn_ebr_kit_season_spring.png
Oops, something went wrong.
Binary file added
BIN
+365 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/mn_ebr_kit/mn_ebr_kit_season_summer.png
Oops, something went wrong.
Binary file added
BIN
+368 Bytes
gfx/HollowMoon/pngs_normal_24x24/ammo/mn_ebr_kit/mn_ebr_kit_season_winter.png
Oops, something went wrong.
Diff not rendered.
Oops, something went wrong.