From fac99a00b26d617ca185d2546dd97f26a8e693b8 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Tue, 14 Nov 2023 12:56:15 -0600 Subject: [PATCH] feat (interface): new UDP external tileset sprite for signs (#3670) * feat (interface): new UPD external tileset sprite for signs * Update external_tileset.md --- .../External_Tileset_DP_Normal.json | 3 ++- .../External_Tileset_DP_Normal.png | Bin 33382 -> 42296 bytes .../reference/graphics/external_tileset.md | 8 +++++++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/data/json/external_tileset/External_Tileset_DP_Normal.json b/data/json/external_tileset/External_Tileset_DP_Normal.json index d25b8d76ac5..b799eceadbf 100644 --- a/data/json/external_tileset/External_Tileset_DP_Normal.json +++ b/data/json/external_tileset/External_Tileset_DP_Normal.json @@ -55,5 +55,6 @@ { "id": "armguard_bronze", "fg": 44 }, - { "id": "overlay_worn_armguard_bronze", "fg": 45 } + { "id": "overlay_worn_armguard_bronze", "fg": 45 }, + { "id": "f_sign", "fg": 47 } ], "sprite_width": 32, "sprite_height": 32 diff --git a/doc/src/content/docs/en/mod/json/reference/graphics/external_tileset.md b/doc/src/content/docs/en/mod/json/reference/graphics/external_tileset.md index 0f11c64a3a8..68adcf2625b 100644 --- a/doc/src/content/docs/en/mod/json/reference/graphics/external_tileset.md +++ b/doc/src/content/docs/en/mod/json/reference/graphics/external_tileset.md @@ -35,6 +35,8 @@ Links to relevant pull requests, for content covered below: [#3221](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3221) - Rewired street lights: [#3273](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3273) - Alternative ear/tail mutation: [#3340](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3340) +- New trees: [#3626](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3626) +- Alternative sign sprite: [#3670](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3670) ## Undead People @@ -72,8 +74,9 @@ Ultica are planned for the future. - Buckler, including worn and wielded. Item specific to BN. - Battle masks, iron and bronze, including worn sprites. Items specific to BN. - Bronze arm guards, including worn sprites. Item specific to BN. +- Cacao pods. Item specific to BN. -### External_Tileset_DP_Large.png +### External_Tileset_DP_Tall.png - Off state for utility light. Ability to switch on and off specific to BN. - Alien nerve cluster, furniture added to mi-go locations in BN. @@ -82,6 +85,9 @@ Ultica are planned for the future. - Cherry tree uses summer sprite (plus cherry blossom coloration), summer sprite depicted without berries, due to harvest season being moved in BN. - Rewired street light, including active state. Furniture specific to BN. +- Cocoa tree. Terrain specific to BN. +- Cocoa plant. Terrain specific to BN. +- Override for sign sprite. Removes lettering on the front specific to DDA. ### alternative_mutation_tileset.png -- 2.42.0