Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

SSV Andromeda #9

Merged
merged 41 commits into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
0e30a25
SSV Andromeda
NervalARS Jul 20, 2023
6374e76
Mejoras en atmos
NervalARS Jul 20, 2023
f28568c
Fixes
NervalARS Jul 21, 2023
5323f23
Fixes varios
NervalARS Jul 21, 2023
097701d
Habia que corregir un tile de area
NervalARS Jul 21, 2023
8b2a8d4
Revert "Habia que corregir un tile de area"
NervalARS Jul 21, 2023
d4ca24a
Ahora si la correcion sin modificar archivos de configuracion
NervalARS Jul 21, 2023
25505d1
Arreglos y decoraciones
NervalARS Jul 22, 2023
0efcf99
Ajustes y Fixes
NervalARS Jul 23, 2023
a501004
Mejoras
NervalARS Jul 23, 2023
b8c3976
Saga apruevame el PR AAAAAAAAAAA
NervalARS Jul 23, 2023
1b24c29
Apruebame el pr CTM
NervalARS Jul 23, 2023
60ef31a
Listo
NervalARS Jul 23, 2023
a9793f5
Fix area
NervalARS Jul 24, 2023
63fd309
Merge branch 'master' into pr/9
SagaStars Jul 25, 2023
15d9a36
Se añadieron firelocks que faltaban
NervalARS Jul 25, 2023
2af7570
Merge branch 'newshipclass' of https://github.com/NervalARS/Shiptest …
NervalARS Jul 25, 2023
1d90f2f
ahora los ductos estan mas bonitos
NervalARS Jul 25, 2023
cbf7dc1
Fixes y demas
NervalARS Jul 25, 2023
fc86f36
Fixes la venganza
NervalARS Jul 25, 2023
72929f3
Fix de areas del motor
NervalARS Jul 25, 2023
32f7688
He movido unos botones de los motores para que quede mas lindo
NervalARS Jul 26, 2023
96c08b2
Fixes y demas
NervalARS Jul 26, 2023
d5265a7
Fix sensor incinerator
NervalARS Jul 26, 2023
73f03d9
Ajustes
NervalARS Jul 27, 2023
0d6c044
Se ha modificado el suelo de los motores
NervalARS Jul 27, 2023
18e30c5
Se han borrado camaras
NervalARS Jul 27, 2023
ea0edc4
Balanceo
NervalARS Jul 27, 2023
e1b108e
Balanceo y demas
NervalARS Jul 27, 2023
c0dd31f
Ajustes y cambios a pedido de kokolo
NervalARS Jul 28, 2023
1734492
Ajustes de sabre
NervalARS Jul 28, 2023
ed721ad
Un cambio tonto
NervalARS Jul 28, 2023
1bd87ec
Dale el aprove
NervalARS Jul 29, 2023
c1caeb5
Ya esta fuera las escopetas
NervalARS Jul 29, 2023
97a9892
Ultimos fix (porfavor)
NervalARS Jul 29, 2023
3e3aacc
Fix areas
NervalARS Jul 31, 2023
38e8190
Pequeño fix en las coms
NervalARS Jul 31, 2023
e023373
fix
NervalARS Aug 3, 2023
d9bba85
fix varios
NervalARS Aug 3, 2023
a4be2be
fixes
NervalARS Aug 3, 2023
3f30bbd
faltaba retirar un beacon
NervalARS Aug 3, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions _maps/HISPANIAconfigs/syndicate_andromeda.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"prefix": "SSV",
"namelists": [
"GORLEX",
"NATURAL_AGGRESSIVE",
"BEASTS",
"WEAPONS"
],
"map_name": "Andromeda-class Cruiser",
"map_short_name": "Andromeda-class",
"description": "The Andromeda class is a 4th generation ship, prototype of the Twinkleshine, which sought to replace the Komodoro Class. It is a powerful ship but still with half-built facilities.",
"tags": ["Telecoms", "Combat", "Engineering"],
"map_path": "_maps/shuttles/shiptestHISPANIA/syndicate_andromeda.dmm",
"map_id": "syndicate_andromeda",
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/captain/syndicate/gorlex",
"officer": true,
"slots": 1
},
"Lieutenant": {
"outfit": "/datum/outfit/job/hos/syndicate",
"officer": true,
"slots": 1
},
"Medical officer": {
"outfit": "/datum/outfit/job/doctor/syndicate_komodo",
"slots": 1
},
"Engineering Officer": {
"outfit": "/datum/outfit/job/engineer/syndicate/gorlex",
"slots": 3
},
"Trooper": {
"outfit": "/datum/outfit/job/security/syndicate/gorlex",
"slots": 2
},
"Ensign": {
"outfit": "/datum/outfit/job/assistant/syndicate/gorlex",
"slots": 3
},
"First official": {
"outfit": "/datum/outfit/job/head_of_personnel/syndicate",
"slots": 1
}
},
"enabled": true
}
Loading
Loading