Skip to content

Commit

Permalink
Update Chibi Ultica 2022-02-28
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman committed Feb 28, 2022
1 parent ec6184a commit e4d04aa
Show file tree
Hide file tree
Showing 11 changed files with 8,820 additions and 8,437 deletions.
Binary file modified gfx/ChibiUltica/ChibiLargeMonsterMagiclysm.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 modified gfx/ChibiUltica/ChibiNormalCharacter.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 modified gfx/ChibiUltica/ChibiNormalMonster.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 modified gfx/ChibiUltica/ChibiTallMonster.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 modified gfx/ChibiUltica/ChibiTallOverlay.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 modified gfx/ChibiUltica/incomplete.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 modified gfx/ChibiUltica/large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
156 changes: 156 additions & 0 deletions gfx/ChibiUltica/layering.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,156 @@
{
"variants": [
{
"context": "f_desk",
"item_variants": [
{
"item": "laptop",
"sprite": [{"id": "desk_laptop", "weight": 1}],
"layer": 90
},
{
"item": "pen",
"sprite": [{"id": "desk_pen_1", "weight": 2}, {"id": "desk_pen_2", "weight": 2}],
"layer": 95
},
{
"item": "can_drink",
"sprite": [{"id": "desk_can_drink", "weight": 2}],
"layer": 100
}
]
},
{
"context": "f_oven",
"item_variants": [
{
"item": "pan",
"sprite": [{"id": "oven_pan_1", "weight": 1}, {"id": "oven_pan_2", "weight": 1}],
"layer": 100
}
]
},
{
"context": "f_brazier",
"item_variants": [
{
"item": "2x4",
"sprite": [{"id": "brazier_2x4", "weight": 1}],
"layer": 90
},
{
"item": "log",
"sprite": [{"id": "brazier_log", "weight": 1}],
"layer": 100
}
],
"field_variants": [
{
"field": "fd_smoke",
"sprite": [{"id": "fd_smoke_overlay", "weight":2}]
}
]
},
{
"context": "f_toilet",
"item_variants": [
{
"item": "water",
"sprite": [{"id": "toilet_water", "weight": 1}],
"layer": 90
},
{
"item": "water_clean",
"sprite": [{"id": "toilet_water", "weight": 1}],
"layer": 90
}
]
},
{
"context": "f_fireplace",
"item_variants": [
{
"item": "log",
"sprite": [{"id": "fireplace_log", "weight": 1}],
"layer": 100
}
]
},
{
"context": "f_cupboard",
"item_variants": [
{
"item": "battery_charger",
"sprite": [{"id": "cupboard_battery_charger", "weight": 1}],
"layer": 90
},
{
"item": "box_small",
"sprite": [{"id": "cupboard_box_small", "weight": 1}],
"layer": 90
},
{
"item": "candle",
"sprite": [{"id": "cupboard_candle", "weight": 1}],
"layer": 90
},
{
"item": "matches",
"sprite": [{"id": "cupboard_matches", "weight": 1}],
"layer": 90
}
]
},
{
"context": "f_sink",
"item_variants": [
{
"item": "box_small",
"sprite": [{"id": "sink_box_small", "weight": 1}],
"layer": 90
},
{
"item": "brush",
"sprite": [{"id": "sink_brush", "weight": 1}],
"layer": 90
},
{
"item": "dish_towel",
"sprite": [{"id": "sink_dish_towel", "weight": 1}],
"layer": 90
},
{
"item": "sponge",
"sprite": [{"id": "sink_sponge", "weight": 1}],
"layer": 90
}
]
},
{
"context": "f_30gal_firebarrel",
"field_variants": [
{
"field": "fd_fire",
"sprite": [{"id": "f_30gal_firebarrel_fd_fire", "weight": 2}]
},
{
"field": "fd_smoke",
"sprite": [{"id": "fd_smoke_overlay", "weight":2}]
}
]
},
{
"context": "f_55gal_firebarrel",
"field_variants": [
{
"field": "fd_fire",
"sprite": [{"id": "f_55gal_firebarrel_fd_fire", "weight": 2}]
},
{
"field": "fd_smoke",
"sprite": [{"id": "fd_smoke_overlay", "weight":2}]
}
]
}
]
}
Binary file modified gfx/ChibiUltica/normal.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 modified gfx/ChibiUltica/small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17,101 changes: 8,664 additions & 8,437 deletions gfx/ChibiUltica/tile_config.json

Large diffs are not rendered by default.

0 comments on commit e4d04aa

Please sign in to comment.