Paintings part 3

This commit is contained in:
Vos
2025-11-16 13:31:07 -06:00
parent dcc58d0658
commit f67c90b69a
26 changed files with 97 additions and 0 deletions
@@ -50,12 +50,37 @@
"painting.acesbs.fire.author": "AceTheWildfire",
"painting.acesbs.writings.title": "Writings on the Wall",
"painting.acesbs.writings.author": "AceTheWildfire",
"painting.acesbs.stained.title": "Temple of Love",
"painting.acesbs.stained.author": "Sovaeris",
"painting.acesbs.soul_flame.title": "White Soul Flame",
"painting.acesbs.soul_flame.author": "Sovaeris",
"painting.acesbs.nebula.title": "Nebula",
"painting.acesbs.nebula.author": "Sovaeris",
"painting.acesbs.end_of_the_dusty_trail.title": "End of the Dusty Trail",
"painting.acesbs.end_of_the_dusty_trail.author": "Sovaeris",
"painting.acesbs.dreamer.title": "Dreamer (Large)",
"painting.acesbs.dreamer.author": "Sovaeris",
"painting.acesbs.dreamer_small.title": "Dreamer (Small)",
"painting.acesbs.dreamer_small.author": "Sovaeris",
"painting.acesbs.goth_a_lotl.title": "Goth-a-lotl",
"painting.acesbs.goth_a_lotl.author": "Sovaeris",
"painting.acesbs.host.title": "Host",
"painting.acesbs.host.author": "Sovaeris",
"painting.acesbs.i_was_pretty_once.title": "I Was Pretty Once.",
"painting.acesbs.i_was_pretty_once.author": "Sovaeris",
"painting.acesbs.love_nathan.title": "Love, Nathan",
"painting.acesbs.love_nathan.author": "Sovaeris",
"painting.acesbs.mini_horns.title": "Mini Horns",
"painting.acesbs.mini_horns.author": "Sovaeris",
"painting.acesbs.once_was_mine.title": "Once Was Mine",
"painting.acesbs.once_was_mine.author": "Sovaeris",
"painting.acesbs.pure.title": "Pure",
"painting.acesbs.pure.author": "Sovaeris",
"painting.acesbs.sky.title": "Sky",
"painting.acesbs.sky.author": "Sovaeris",
"painting.acesbs.star_gaze.title": "Star Gaze",
"painting.acesbs.star_gaze.author": "Sovaeris",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern",
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:dreamer",
"height": 4,
"width": 4
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:dreamer_small",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:end_of_the_dusty_trail",
"height": 4,
"width": 4
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:goth_a_lotl",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:host",
"height": 4,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:i_was_pretty_once",
"height": 3,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:love_nathan",
"height": 2,
"width": 1
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:mini_horns",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:once_was_mine",
"height": 2,
"width": 4
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:pure",
"height": 2,
"width": 2
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:sky",
"height": 1,
"width": 1
}
@@ -0,0 +1,5 @@
{
"asset_id": "acesbs:star_gaze",
"height": 4,
"width": 4
}
@@ -5,6 +5,18 @@
"acesbs:writings",
"acesbs:soul_flame",
"acesbs:nebula",
"acesbs:end_of_the_dusty_trail",
"acesbs:star_gaze",
"acesbs:dreamer",
"acesbs:dreamer_small",
"acesbs:goth_a_lotl",
"acesbs:i_was_pretty_once",
"acesbs:love_nathan",
"acesbs:mini_horns",
"acesbs:once_was_mine",
"acesbs:pure",
"acesbs:sky",
"acesbs:host",
"acesbs:stained"
]
}