your indentation is all wrongmake sure your text editor uses a fixed width font, i suggest notepad++ as it supports yaml format natively.compare this version:
Try this: https://falkooxc2.pythonanywhere.com/rulcheckClick where it says Open rulfile, then copy/paste your ruleset there (delete first what's already in the validator). Save and close, then test your ruleset. It will tell you precisely where the syntax issues are located.
facilities: - type: STR_Micro_RADAR_SYSTEMmapName: XBASE_04 - type: STR_Micro_Radar_SystemspriteShape: 201buildCost: 20000buildTime: 5monthlyCost: 1000radarRange: 500radarChance: 5mapName: XBASE_04radarRange: 800radarChance: 7costBuy: 500costRent: 200- type: STR_Tiny_Radar_System mapName: XBASE_04 - type: STR_Tiny_Radar_System_2 spriteShape: 2 spriteFacility: 21 buildCost: 20000 buildTime: 5 monthlyCost: 1000 radarRange: 500 radarChance: 5 mapName: XBASE_04 radarRange: 800 radarChance: 7 costBuy: 500 costRent: 200 - type: STR_SMALL_RADAR_SYSTEM requires: - STR_ALIEN_ALLOYS - STR_ELERIUM_115 spriteShape: 2 spriteFacility: 21 buildCost: 500000 buildTime: 12 monthlyCost: 10000 radarRange: 1500 radarChance: 10 mapName: XBASE_04 - type: STR_LARGE_RADAR_SYSTEM requires: - STR_UFO_NAVIGATION - STR_ALIEN_ALLOYS - STR_ELERIUM_115 spriteShape: 1 SpriteFacility: 22 buildCost: 800000 buildTime: 25 monthlyCost: 15000 radarRange: 2250 radarChance: 20 mapName: XBASE_05 extraSprites: files: 201: extraSprites:/Resources/FacilityVar/MicroRadar.gif 202: extraSprites:/Resources/FacilityVar/TinyRadar.gifextraStrings: - type: en-US strings: STR_Micro_RADAR_SYSTEM_2: "Micro Radar System" STR_Tiny_Radar_System_2: "Large Storage Facility"