Property:Forage condition is
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
|desc=Indicates if there are any special conditions needed to forage an item aside from terrain, season, and time of day. |
|desc=Indicates if there are any special conditions needed to forage an item aside from terrain, season, and time of day. |
||
|type=string |
|type=string |
||
|value=cannot be foraged, indoors, Xibar is up, Yavash is up, Katamba is up |
|value=cannot be foraged, higher difficulty in winter, indoors, Xibar is up, Yavash is up, Katamba is up |
||
}} |
}} |
Revision as of 01:33, 18 October 2014
Description: Indicates if there are any special conditions needed to forage an item aside from terrain, season, and time of day.
Type: string
Allows Value: cannot be foraged, higher difficulty in winter, indoors, Xibar is up, Yavash is up, Katamba is up
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "cannot be foraged", "higher difficulty in spring", "higher difficulty in summer", "higher difficulty in winter", "higher difficulty in fall", "lower difficulty in spring", "lower difficulty in summer", "lower difficulty in winter", "lower difficulty in fall", "indoors", "Xibar is up", "Yavash is up", "Katamba is up" ] } }