mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 03:20:29 +03:00
Merge pull request #92 from DarkWanderer/outfitting-case
Made outfitting schema tolerant to data from outfitting.json
This commit is contained in:
commit
6d50d4c7b6
@ -60,7 +60,7 @@
|
||||
"items" : {
|
||||
"type" : "string",
|
||||
"minLength" : 1,
|
||||
"pattern" : "(^Hpt_|^Int_|_Armour_)",
|
||||
"pattern" : "(^Hpt_|^hpt_|^Int_|^int_|_Armour_|_armour_)",
|
||||
"description" : "Module symbolic name. e.g. Hpt_ChaffLauncher_Tiny, Int_Engine_Size3_Class5_Fast, Independant_Trader_Armour_Grade1, etc. Modules that depend on the Cmdr's purchases (e.g. bobbleheads, paintjobs) or rank (e.g. decals and PowerPlay faction-specific modules) should be omitted."
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user