SquadJS
SquadJS copied to clipboard
Include icon and spawnerSize in squad-server\layers\layer.js
Current:
{
"name": "HX60 Transport",
"classname": "BP_Aussie_Util_Truck_C",
"count": 1,
"spawnDelay": 6,
"respawnDelay": 3
}
Updated:
{
"name": "HX60 Transport",
"classname": "BP_Aussie_Util_Truck_C",
"count": 1,
"spawnDelay": 6,
"respawnDelay": 3,
"icon": "map_truck_transport",
"spawnerSize": "APC"
}
@fantinodavide there is a major change that is occurring with the pipeline that I haven’t gotten to attack yet as I need QA testing. Will you make sure your change works with the new version please?
https://raw.githubusercontent.com/Squad-Wiki/squad-wiki-pipeline-map-data/pipeline-2.0/completed_output/_Current%20Version/finished.json
Reminder before this is closed for no response.
changes are partially compatible with the new version of the layer list, the spawner_size property is the only one missing, and even if it wouldn't throw errors, the spawnerSize property would be set to null. @werewolfboy13
@fantinodavide Spawner Size is going to be added soon (see https://github.com/Squad-Wiki/squad-wiki-pipeline-map-data/commit/b308d4204d5e0d67abcd3f7a0406bca251862446). I didn’t like how I did an unrelated change so I’m going to be fixing that before merging to main.
Closing due to a new PR being opened soon to resolve https://github.com/Team-Silver-Sphere/SquadJS/issues/353