cool hat, delete cave arena (#256)

* hat and glasses

* delete cave arena

* Update default.yml
This commit is contained in:
Ed
2024-06-17 23:48:42 +03:00
committed by GitHub
parent 02b7fe5933
commit 4c12b6e7c6
20 changed files with 125 additions and 14092 deletions

View File

@@ -67,7 +67,6 @@ namespace Content.IntegrationTests.Tests
//"Oasis"
//CrystallPunk maps
"CaveArena",
"AlchemyTest"
};

File diff suppressed because it is too large Load Diff

View File

@@ -25,8 +25,8 @@
- type: entity
parent: CP14ClothingEyesBase
id: CP14ClothingEyesGoldGlasses
name: gold glasses
id: CP14ClothingEyesGlasses
name: glasses
description: Aristocratic, fancy.
components:
- type: Foldable
@@ -60,6 +60,18 @@
sprite: _CP14/Clothing/Eyes/alchemy_glasses.rsi
- type: SolutionScanner
- type: entity
parent: CP14ClothingEyesBase
id: CP14ClothingEyesAlchemyMonocle
name: alchemy monocle
description: Special magic infused monocle that allow you to clearly see the composition of any mixtures.
components:
- type: Sprite
sprite: _CP14/Clothing/Eyes/alchemy_monocle.rsi
- type: Clothing
sprite: _CP14/Clothing/Eyes/alchemy_monocle.rsi
- type: SolutionScanner
- type: entity
parent: CP14ClothingEyesBase
id: CP14ClothingEyesThaumaturgyGlasses

View File

@@ -23,4 +23,26 @@
- type: Sprite
sprite: _CP14/Clothing/Head/metalheadband.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/metalheadband.rsi
sprite: _CP14/Clothing/Head/metalheadband.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadTriangularHat
name: triangular hat
description: a big, pointy hat for those who like to look smart.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/triangularhat.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/triangularhat.rsi
- type: entity
parent: CP14ClothingHeadBase
id: CP14ClothingHeadTriangularHatGolden
name: golden triangular hat
description: a big, pointy hat for those who like to look smart. Decorated with a gold hoop.
components:
- type: Sprite
sprite: _CP14/Clothing/Head/triangularhat_golden.rsi
- type: Clothing
sprite: _CP14/Clothing/Head/triangularhat_golden.rsi

View File

@@ -51,22 +51,22 @@
# Eyes
- type: loadout
id: CP14Monocle
equipment: CP14Monocle
id: CP14ClothingEyesMonocle
equipment: CP14ClothingEyesMonocle
- type: startingGear
id: CP14Monocle
id: CP14ClothingEyesMonocle
equipment:
eyes: CP14ClothingEyesMonocle
- type: loadout
id: CP14GoldGlasses
equipment: CP14GoldGlasses
id: CP14ClothingEyesGlasses
equipment: CP14ClothingEyesGlasses
- type: startingGear
id: CP14GoldGlasses
id: CP14ClothingEyesGlasses
equipment:
eyes: CP14ClothingEyesGoldGlasses
eyes: CP14ClothingEyesGlasses
# Gloves
@@ -82,14 +82,32 @@
# Head
- type: loadout
id: CP14MetalHeadband
equipment: CP14MetalHeadband
id: CP14ClothingHeadMetalHeadband
equipment: CP14ClothingHeadMetalHeadband
- type: startingGear
id: CP14MetalHeadband
id: CP14ClothingHeadMetalHeadband
equipment:
head: CP14ClothingHeadMetalHeadband
- type: loadout
id: CP14ClothingHeadTriangularHat
equipment: CP14ClothingHeadTriangularHat
- type: startingGear
id: CP14ClothingHeadTriangularHat
equipment:
head: CP14ClothingHeadTriangularHat
- type: loadout
id: CP14ClothingHeadTriangularHatGolden
equipment: CP14ClothingHeadTriangularHatGolden
- type: startingGear
id: CP14ClothingHeadTriangularHatGolden
equipment:
head: CP14ClothingHeadTriangularHatGolden
# Mask
- type: loadout

View File

@@ -14,8 +14,8 @@
name: cp14-loadout-test-eyes
minLimit: 0
loadouts:
- CP14Monocle
- CP14GoldGlasses
- CP14ClothingEyesMonocle
- CP14ClothingEyesGlasses
- type: loadoutGroup
id: CP14TestGloves
@@ -29,7 +29,9 @@
name: cp14-loadout-test-head
minLimit: 0
loadouts:
- CP14MetalHeadband
- CP14ClothingHeadMetalHeadband
- CP14ClothingHeadTriangularHat
- CP14ClothingHeadTriangularHatGolden
- type: loadoutGroup
id: CP14TestMask

View File

@@ -1,5 +1,4 @@
- type: gameMapPool
id: CP14DefaultMapPool
maps:
- CaveArena
- AlchemyTest

View File

@@ -1,18 +1,3 @@
- type: gameMap
id: CaveArena
mapName: Cave Arena
mapPath: /Maps/_CP14/cave-arena.yml
minPlayers: 0
stations:
CaveArena:
stationProto: StandardStationArena
components:
- type: StationNameSetup
mapNameTemplate: "Cave Arena"
- type: StationJobs
availableJobs:
CP14Adventurer: [ -1, -1 ]
- type: gameMap
id: AlchemyTest
mapName: Alchemy test

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "Created by KBAS5 and modified by TheShuEd & Jaraten",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-EYES",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 277 B

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

After

Width:  |  Height:  |  Size: 253 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by KBAS5",
"copyright": "CrystallPunk14, by KBAS5, edited by TheShuEd",
"size": {
"x": 32,
"y": 32

Binary file not shown.

After

Width:  |  Height:  |  Size: 952 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 412 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 443 B

View File

@@ -0,0 +1,18 @@
{
"version": 1,
"license": "All rights reserved for the CrystallPunk14 project only",
"copyright": "CrystallPunk14, by TheShuEd",
"size": {
"x": 48,
"y": 48
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-HELMET",
"directions": 4
}
]
}