@aige/core
Version:
AI Game Engine
13 lines (12 loc) • 555 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
type: 'string',
description: 'The weather of the location',
enum: [
'clear', 'cloudy', 'rainy', 'snowy', 'stormy', 'windy', 'toxic', 'radioactive', 'volcanic',
'sunny', 'foggy', 'hazy', 'icy', 'dusty', 'sandy', 'smoky', 'humid', 'dry', 'hot', 'cold',
'blizzard', 'hurricane', 'tornado', 'tsunami', 'earthquake', 'avalanche', 'eclipse', 'hail',
'sleet', 'drizzle', 'drought', 'flood', 'monsoon', 'typhoon'
]
};