Content pack (#83)
* content pack * d * update * Update meta.json * +2 clothing update * +more clothings * remove canvas * blacksmith arpon * +hairs and marking localization
@@ -1,3 +1,4 @@
|
||||
marking-CPHumanFacialHair3Clock = Легкая щетина
|
||||
marking-CPHumanFacialHairAbe = Серьезная щетина
|
||||
marking-CPHumanFacialHairDwarf = Дворф
|
||||
marking-CPHumanFacialHairDwarf = Дворф
|
||||
marking-CPHumanFacialHairGoateeMush = Козлиная бородка с усиками
|
||||
@@ -8,4 +8,5 @@ marking-CPHumanHairBeeHive = Аристократия в крови
|
||||
marking-CPHumanHairBigBraid = Хвост во весь рост
|
||||
marking-CPHumanHairBigDoubleBun = Два пунпона
|
||||
marking-CPHumanHairBigPompadour = Бард
|
||||
marking-CPHumanHairCrazyBald = Безумная проплешина
|
||||
marking-CPHumanHairBob = Неприметливая
|
||||
8
Resources/Locale/ru-RU/_CP14/markings/tiefling-horns.ftl
Normal file
@@ -0,0 +1,8 @@
|
||||
marking-CPTieflingHorns = Извилистые
|
||||
marking-CPTieflingHorns2 = Прилежность
|
||||
marking-CPTieflingHorns3 = Вертикаль власти
|
||||
marking-CPTieflingHorns3Broken = Сломанная вертикаль
|
||||
marking-CPTieflingHorns4 = Мелочь
|
||||
marking-CPTieflingHorns5 = Дьявол
|
||||
marking-CPTieflingHorns5Broken = Сломленный дьявол
|
||||
marking-CPTieflingHorns6 = Барашек
|
||||
2
Resources/Locale/ru-RU/_CP14/markings/tiefling-tails.ftl
Normal file
@@ -0,0 +1,2 @@
|
||||
marking-CPTieflingTail = Хвост
|
||||
marking-CPTieflingTailSpades = Заостренный хвост
|
||||
3
Resources/Locale/ru-RU/_CP14/tiles/tiles.ftl
Normal file
@@ -0,0 +1,3 @@
|
||||
cp-tiles-planet-grass = травяной покров
|
||||
cp-tiles-planet-stone = камень
|
||||
cp-tiles-planet-dirt = земля
|
||||
62
Resources/Prototypes/_CP14/Entities/Clothing/Cloak/cloak.yml
Normal file
@@ -0,0 +1,62 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingCloakBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 1
|
||||
unequipDelay: 1
|
||||
slots:
|
||||
- cloak
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingCloakBase
|
||||
id: CPClothingCloakArmoredRed
|
||||
name: бронированная красная накидка
|
||||
description: Огромные металлические наплечники дают дополнительную защиту от отрубания головы.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/redguardarmor.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/redguardarmor.rsi
|
||||
- type: Armor #same as regular sec armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.70
|
||||
Slash: 0.70
|
||||
Piercing: 0.70
|
||||
Heat: 0.80
|
||||
|
||||
- type: entity
|
||||
parent:
|
||||
- CPClothingCloakBase
|
||||
- ClothingSlotBase
|
||||
id: CPClothingCloakBlacksmithArpon
|
||||
name: фартук кузнеца
|
||||
description: Свободные кожанные полоски, все еще фактически являющиеся одеждой.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/blacksmith_apron.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/blacksmith_apron.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingCloakBase
|
||||
id: CPClothingCloakHoodieYellow
|
||||
name: желтый короткий плащ с капюшоном
|
||||
description: Защищает ваши плечи и голову от холода и интереса противоположного пола.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Cloak/yellowhoodie.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Cloak/yellowhoodie.rsi
|
||||
- type: ToggleableClothing
|
||||
clothingPrototype: CPClothingHeadHoodieYellow
|
||||
requiredSlot:
|
||||
- cloak
|
||||
slot: head
|
||||
- type: ContainerContainer
|
||||
containers:
|
||||
toggleable-clothing: !type:ContainerSlot {}
|
||||
@@ -0,0 +1,30 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingHeadBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 0.3
|
||||
unequipDelay: 0.3
|
||||
slots:
|
||||
- HEAD
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Small
|
||||
storedRotation: -90
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingHeadBase
|
||||
id: CPClothingHeadHoodieYellow
|
||||
noSpawn: true
|
||||
name: желтый капюшон
|
||||
description: Вы получаете +2 к броскам скрытности от внимания противоположного пола.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Head/yellowhoodie.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Head/yellowhoodie.rsi
|
||||
- type: Tag
|
||||
tags:
|
||||
- HidesHair
|
||||
@@ -1,30 +0,0 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingCloakBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 1
|
||||
unequipDelay: 1
|
||||
slots:
|
||||
- cloak
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingCloakBase
|
||||
id: CPClothingOuterArmoredCloak
|
||||
name: бронированная накидка
|
||||
description: Огромные металлические наплечники дают дополнительную защиту от отрубания головы.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/OuterClothing/redguardarmor.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/OuterClothing/redguardarmor.rsi
|
||||
- type: Armor #same as regular sec armor
|
||||
modifiers:
|
||||
coefficients:
|
||||
Blunt: 0.70
|
||||
Slash: 0.70
|
||||
Piercing: 0.70
|
||||
Heat: 0.80
|
||||
23
Resources/Prototypes/_CP14/Entities/Clothing/Pants/pants.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingPantsBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 1
|
||||
unequipDelay: 1
|
||||
slots:
|
||||
- pants
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingPantsBase
|
||||
id: CPClothingPantsHarlequinRed
|
||||
name: красно-желтые штаны арлекина
|
||||
description: С одной стороны кроваво красные, с другой стороны солнечно желтые. Дуальность жизни и смерти всегда хороший повод для шуток.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Pants/harlequin.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Pants/harlequin.rsi
|
||||
24
Resources/Prototypes/_CP14/Entities/Clothing/Shirt/shirt.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingShirtBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 1
|
||||
unequipDelay: 1
|
||||
slots:
|
||||
- shirt
|
||||
- type: Sprite
|
||||
state: icon
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingShirtBase
|
||||
id: CPClothingShirtHarlequineRed
|
||||
name: красная рубаха арлекина
|
||||
description: На ней не видно пятен крови, которые остаются после неудачных шуток.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Shirt/harlequine_red.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Shirt/harlequine_red.rsi
|
||||
|
||||
25
Resources/Prototypes/_CP14/Entities/Clothing/Shoes/shoes.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- type: entity
|
||||
abstract: true
|
||||
parent: Clothing
|
||||
id: CPClothingShoesBase
|
||||
components:
|
||||
- type: Clothing
|
||||
equipDelay: 1
|
||||
unequipDelay: 1
|
||||
slots:
|
||||
- FEET
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
|
||||
- type: entity
|
||||
parent: CPClothingShoesBase
|
||||
id: CPClothingShoesBlack
|
||||
name: простые черные ботинки
|
||||
description: Влагу они не удержат, но это лучше чем ходить босиком.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Clothing/Shoes/black.rsi
|
||||
- type: Clothing
|
||||
sprite: _CP14/Clothing/Shoes/black.rsi
|
||||
@@ -20,4 +20,12 @@
|
||||
markingCategory: FacialHair
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/human_facial_hair.rsi
|
||||
state: dwarf
|
||||
state: dwarf
|
||||
|
||||
- type: marking
|
||||
id: CPHumanFacialHairGoateeMush
|
||||
bodyPart: FacialHair
|
||||
markingCategory: FacialHair
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/human_facial_hair.rsi
|
||||
state: goateemush
|
||||
@@ -78,6 +78,14 @@
|
||||
- sprite: _CP14/Mobs/Customization/human_hair.rsi
|
||||
state: braid
|
||||
|
||||
- type: marking
|
||||
id: CPHumanHairCrazyBald
|
||||
bodyPart: Hair
|
||||
markingCategory: Hair
|
||||
sprites:
|
||||
- sprite: _CP14/Mobs/Customization/human_hair.rsi
|
||||
state: crazybald
|
||||
|
||||
- type: marking
|
||||
id: CPHumanHairBigDoubleBun
|
||||
bodyPart: Hair
|
||||
|
||||
@@ -10,7 +10,10 @@
|
||||
- type: startingGear
|
||||
id: CPTestGear
|
||||
equipment:
|
||||
cloak: CPClothingOuterArmoredCloak
|
||||
cloak: CPClothingCloakHoodieYellow
|
||||
shirt: CPClothingShirtHarlequineRed
|
||||
pants: CPClothingPantsHarlequinRed
|
||||
shoes: CPClothingShoesBlack
|
||||
innerClothingSkirt: ClothingUniformJumpskirtCargo
|
||||
satchel: ClothingBackpackSatchelCargoFilled
|
||||
duffelbag: ClothingBackpackDuffelCargoFilled
|
||||
@@ -1,8 +1,36 @@
|
||||
- type: tile
|
||||
id: FloorPlanetGrassCP
|
||||
name: травяной покров
|
||||
sprite: /Textures/_CP14/Tiles/Grass/grass.png
|
||||
variants: 8
|
||||
id: CPFloorPlanetGrass
|
||||
name: cp-tiles-planet-grass
|
||||
sprite: /Textures/Tiles/Planet/Grass/grass.png
|
||||
variants: 4
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 1
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/Tiles/Planet/Grass/single_edge.png
|
||||
NorthEast: /Textures/Tiles/Planet/Grass/single_edge.png
|
||||
NorthWest: /Textures/Tiles/Planet/Grass/single_edge.png
|
||||
SouthWest: /Textures/Tiles/Planet/Grass/single_edge.png
|
||||
South: /Textures/Tiles/Planet/Grass/double_edge.png
|
||||
East: /Textures/Tiles/Planet/Grass/double_edge.png
|
||||
North: /Textures/Tiles/Planet/Grass/double_edge.png
|
||||
West: /Textures/Tiles/Planet/Grass/double_edge.png
|
||||
baseTurf: CPFloorPlanetDirt
|
||||
isSubfloor: true
|
||||
footstepSounds:
|
||||
collection: FootstepGrass
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
indestructible: true
|
||||
|
||||
- type: tile
|
||||
id: CPFloorPlanetStone
|
||||
name: cp-tiles-planet-stone
|
||||
sprite: /Textures/_CP14/Tiles/cave.png
|
||||
variants: 14
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
@@ -12,20 +40,46 @@
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
edgeSpritePriority: 1
|
||||
edgeSprites:
|
||||
SouthEast: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
NorthEast: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
NorthWest: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
SouthWest: /Textures/_CP14/Tiles/Grass/single_edge.png
|
||||
South: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
East: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
North: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
West: /Textures/_CP14/Tiles/Grass/double_edge.png
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
baseTurf: FloorPlanetGrass
|
||||
isSubfloor: true
|
||||
footstepSounds:
|
||||
collection: FootstepGrass
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
indestructible: true
|
||||
|
||||
- type: tile
|
||||
id: CPFloorPlanetDirt
|
||||
name: cp-tiles-planet-dirt
|
||||
sprite: /Textures/_CP14/Tiles/cavedrought.png
|
||||
variants: 16
|
||||
placementVariants:
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
- 1.0
|
||||
baseTurf: FloorPlanetGrass
|
||||
isSubfloor: true
|
||||
footstepSounds:
|
||||
collection: FootstepAsteroid
|
||||
heatCapacity: 10000
|
||||
weather: true
|
||||
indestructible: true
|
||||
|
After Width: | Height: | Size: 780 B |
|
After Width: | Height: | Size: 419 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by TheShuEd",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 714 B |
|
After Width: | Height: | Size: 778 B |
|
After Width: | Height: | Size: 388 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-CLOAK",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 638 B |
BIN
Resources/Textures/_CP14/Clothing/Head/yellowhoodie.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 231 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-HELMET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 824 B |
BIN
Resources/Textures/_CP14/Clothing/Pants/harlequin.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 395 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-PANTS",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 489 B |
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-SHIRT",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 671 B |
BIN
Resources/Textures/_CP14/Clothing/Shoes/black.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 344 B |
18
Resources/Textures/_CP14/Clothing/Shoes/black.rsi/meta.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "CrystallPunk14, by KBAS5",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "equipped-FEET",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 254 B |
@@ -4,7 +4,7 @@
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi, adapted by TheShuEd. goateemush by TheShuEd",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"states": [
|
||||
{
|
||||
@@ -18,6 +18,10 @@
|
||||
{
|
||||
"name": "dwarf",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "goateemush",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 382 B |
@@ -4,7 +4,7 @@
|
||||
"x": 48,
|
||||
"y": 48
|
||||
},
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi ,resprited by Alekshhh, a modified by potato1234x, uneven and tailed is drawn by Ubaser, adapted to CrystallPunk by TheShuEd",
|
||||
"copyright": "Taken from https://github.com/tgstation/tgstation/blob/05ec94e46349c35e29ca91e5e97d0c88ae26ad44/icons/mob/species/human/human_face.dmi ,resprited by Alekshhh, a modified by potato1234x, uneven and tailed is drawn by Ubaser, adapted to CrystallPunk by TheShuEd. Crazybald by TheShuEd",
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"states": [
|
||||
{
|
||||
@@ -47,6 +47,10 @@
|
||||
"name": "braid",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "crazybald",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "doublebun",
|
||||
"directions": 4
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC0-1.0",
|
||||
"copyright": "Made pace Station 14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wood_1"
|
||||
},
|
||||
{
|
||||
"name": "wood_2"
|
||||
},
|
||||
{
|
||||
"name": "wood_3"
|
||||
},
|
||||
{
|
||||
"name": "wood_4"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/_CP14/Structures/Floors/wood.rsi/wood_1.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/_CP14/Structures/Floors/wood.rsi/wood_2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/_CP14/Structures/Floors/wood.rsi/wood_3.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
Resources/Textures/_CP14/Structures/Floors/wood.rsi/wood_4.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC0-1.0",
|
||||
"copyright": "Made pace Station 14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "wood_big_1"
|
||||
},
|
||||
{
|
||||
"name": "wood_big_2"
|
||||
},
|
||||
{
|
||||
"name": "wood_big_3"
|
||||
},
|
||||
{
|
||||
"name": "wood_big_4"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 945 B |
|
After Width: | Height: | Size: 945 B |
@@ -1,7 +0,0 @@
|
||||
- files:
|
||||
- grass.png
|
||||
- double_edge.png
|
||||
- single_edge.png
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "https://github.com/discordia-space/CEV-Eris/commit/026ee3250ac1de938b503e3eb46ad73dd9c3ca82, recolored by TheShuEd for CrystallPunk14"
|
||||
source: "https://github.com/discordia-space/CEV-Eris/commit/026ee3250ac1de938b503e3eb46ad73dd9c3ca82"
|
||||
|
Before Width: | Height: | Size: 740 B |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 588 B |
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
Resources/Textures/_CP14/Tiles/cave.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
Resources/Textures/_CP14/Tiles/cavedrought.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |