-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ultica "Firefly, heavy cable, press, crucible, tire iron" (#832)
* mon_firefly * crucible * tire_iron * jumper_cable_heavy * corrugated metal wall as a recolor * hand press * golf club * tents look like rollmats * tourist table
- Loading branch information
Showing
29 changed files
with
65 additions
and
8 deletions.
There are no files selected for viewing
Binary file added
BIN
+893 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/furniture/by_int_ua/f_tourist_table.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.46 KB
gfx/UltimateCataclysm/pngs_normal_32x32/items/by_int_ua/jumper_cable_heavy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 5 additions & 7 deletions
12
gfx/UltimateCataclysm/pngs_normal_32x32/items/rollmats/rollmats.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,12 +1,10 @@ | ||
[ | ||
{ | ||
"id": "fur_rollmat", | ||
"fg": "fur_rollmat", | ||
"bg": "" | ||
"id": ["fur_rollmat", "broketent", "largebroketent"], | ||
"fg": "fur_rollmat" | ||
}, | ||
{ | ||
"id": "rollmat", | ||
"fg": "rollmat", | ||
"bg": "" | ||
"id": ["rollmat", "tent_kit", "large_tent_kit"], | ||
"fg": "rollmat" | ||
} | ||
] | ||
] |
2 changes: 2 additions & 0 deletions
2
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/firefly/credits.txt
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,2 @@ | ||
Shape by Solomonhn https://www.blendswap.com/blend/10755 | ||
Updated materials and rendering by int_ua |
5 changes: 5 additions & 0 deletions
5
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/firefly/mon_firefly.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"id": "mon_firefly", | ||
"fg": "mon_firefly", | ||
"bg": "shadow_32x32_small" | ||
} |
Binary file added
BIN
+1.21 KB
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/firefly/mon_firefly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion
2
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/rabbit/credits.txt
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,2 +1,2 @@ | ||
sr_cwya (shape) | ||
intua (colors) | ||
int_ua (colors) |
52 changes: 52 additions & 0 deletions
52
...eCataclysm/pngs_normal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated.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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"id": "t_wall_metal_corrugated", | ||
"fg": "t_wall_metal_corrugated_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_wall_metal_corrugated_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_wall_metal_corrugated_corner_nw", | ||
"t_wall_metal_corrugated_corner_sw", | ||
"t_wall_metal_corrugated_corner_se", | ||
"t_wall_metal_corrugated_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_wall_metal_corrugated_t_connection_n", | ||
"t_wall_metal_corrugated_t_connection_w", | ||
"t_wall_metal_corrugated_t_connection_s", | ||
"t_wall_metal_corrugated_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_wall_metal_corrugated_edge_ns", | ||
"t_wall_metal_corrugated_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_wall_metal_corrugated_end_piece_n", | ||
"t_wall_metal_corrugated_end_piece_w", | ||
"t_wall_metal_corrugated_end_piece_s", | ||
"t_wall_metal_corrugated_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"t_wall_metal_corrugated_unconnected", | ||
"t_wall_metal_corrugated_unconnected" | ||
] | ||
} | ||
] | ||
} |
Binary file added
BIN
+983 Bytes
...normal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_center.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.05 KB
...mal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_corner_ne.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.03 KB
...mal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_corner_nw.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
+902 Bytes
...mal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_corner_se.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
+883 Bytes
...mal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_corner_sw.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
+621 Bytes
...ormal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_edge_ew.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.07 KB
...ormal_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_edge_ns.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
+898 Bytes
...l_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_end_piece_e.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.08 KB
...l_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_end_piece_n.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.1 KB
...l_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_end_piece_s.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
+826 Bytes
...l_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_end_piece_w.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.11 KB
...2x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_t_connection_e.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
+970 Bytes
...2x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_t_connection_n.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
+635 Bytes
...2x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_t_connection_s.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.07 KB
...2x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_t_connection_w.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.1 KB
...l_32x32/terrain/t_wall_metal_corrugated/t_wall_metal_corrugated_unconnected.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
+142 Bytes
gfx/UltimateCataclysm/pngs_small_20x20/items/by_int_ua/golf_club.png
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
+308 Bytes
gfx/UltimateCataclysm/pngs_small_20x20/items/by_int_ua/tourist_table.png
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.