Adds job icons to the job list.

This commit is contained in:
Pieter-Jan Briers
2020-01-24 16:31:18 +01:00
parent 1dd4a5b48b
commit f95c5b7921
52 changed files with 370 additions and 9 deletions

View File

@@ -6,3 +6,6 @@
startingGear: AssistantGear
department:
- Cargo
icon: "CargoTechnician"

View File

@@ -6,6 +6,8 @@
department:
- Civilian
icon: "Assistant"
access:
- maintenance

View File

@@ -6,6 +6,8 @@
department:
- Civilian
icon: "Clown"
- type: startingGear
id: ClownGear
equipment:

View File

@@ -6,6 +6,8 @@
department:
- Civilian
icon: "Janitor"
access:
- service
- maintenance

View File

@@ -7,6 +7,8 @@
department:
- Command
icon: "Captain"
access:
# All of em.
# Could probably do with some kind of wildcard or whatever to automate this.

View File

@@ -8,6 +8,8 @@
- Command
- Civilian
icon: "HeadOfPersonnel"
access:
- command
- idCard

View File

@@ -8,6 +8,8 @@
- Command
- Engineering
icon: "ChiefEngineer"
access:
- maintenance
- engineering

View File

@@ -7,6 +7,8 @@
department:
- Engineering
icon: "StationEngineer"
access:
- maintenance
- engineering

View File

@@ -10,6 +10,8 @@
- Command
- Medical
icon: "ChiefMedicalOfficer"
access:
- medical
- command

View File

@@ -7,5 +7,7 @@
department:
- Medical
icon: "MedicalDoctor"
access:
- medical

View File

@@ -8,6 +8,8 @@
- Command
- Science
icon: "ResearchDirector"
access:
- research
- command

View File

@@ -7,5 +7,7 @@
department:
- Science
icon: "Scientist"
access:
- research

View File

@@ -8,6 +8,8 @@
- Command
- Security
icon: "HeadOfSecurity"
access:
- command
- security

View File

@@ -7,6 +7,8 @@
department:
- Security
icon: "SecurityOfficer"
access:
- security
- maintenance

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 114 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 135 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

View File

@@ -0,0 +1,315 @@
{
"version": 1,
"size": {
"x": 8,
"y": 8
},
"states": [
{
"name": "Detective",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "QuarterMaster",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Botanist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "AtmosphericTechnician",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Nanotrasen",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Prisoner",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Janitor",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Chemist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "StationEngineer",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "SecurityOfficer",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "NoId",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "ChiefMedicalOfficer",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Roboticist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Chaplain",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Lawyer",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Unknown",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Librarian",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "CargoTechnician",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Scientist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Geneticist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Clown",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Captain",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "HeadOfPersonnel",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Virologist",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "ShaftMiner",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Assistant",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "ChiefEngineer",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Bartender",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "HeadOfSecurity",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "MedicalDoctor",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Chef",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Warden",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "ResearchDirector",
"directions": 1,
"delays": [
[
1.0
]
]
},
{
"name": "Mime",
"directions": 1,
"delays": [
[
1.0
]
]
}
]
}