You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may be not the best way to enable splitting protoset on several files, but one of them.
structure and format may vary, again just one of possible options
{
"version": "1.0.0"//json schema version"include": ["res://protosets/armors.json", "res://protosets/weapons.json"]
"items":
[
{"id": "item1"}, {"id": "item2"} //inheritance should work for included items as well
]
}
The text was updated successfully, but these errors were encountered:
When more and more items appear in the game, it become hard to support items, split them by groups, etc.
I suggest to introduce possibility to split protests on multiple files.
Inheritance
Inheritance could be extremely useful as it helps to set default set of parameters:
aggregation
may be not the best way to enable splitting protoset on several files, but one of them.
structure and format may vary, again just one of possible options
The text was updated successfully, but these errors were encountered: