Files
andors-trail/AndorsTrail/res/raw/droplists_debug.json
Zukero 140dd16408 Key Area now use Requirement, instead of QuestProgress
* Requirement class moved from model.conversation to model.script
* Added requirement questLatestProgress : quest stage must be reached, but no stage with superior ID must be reached.
* New key requirements conditions type (item/gold/bonemeals) consumption (more or less than value, never strict checking, either <= or >=).
2013-10-02 18:21:14 +02:00

179 lines
4.1 KiB
JSON

[
{
"id": "debugshop1",
"items": [
{
"itemID": "club1",
"quantity": {
"min": 10,
"max": 10
},
"chance": 100
},
{
"itemID": "club3",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "hammer0",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "hammer1",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "shirt1",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "shirt2",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "dagger0",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
}
]
},
{
"id": "debuglist1",
"items": [
{
"itemID": "gold",
"quantity": {
"min": 3,
"max": 3
},
"chance": 100
},
{
"itemID": "dagger0",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "shirt1",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "club3",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
}
]
},
{
"id": "debuglist2",
"items": []
},
{
"id": "startitems",
"items": [
{
"itemID": "gold",
"quantity": {
"min": 12,
"max": 12
},
"chance": 100
},
{
"itemID": "club1",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "shirt1",
"quantity": {
"min": 5,
"max": 5
},
"chance": 100
},
{
"itemID": "dagger0",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "debug_dagger1",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "debug_ring1",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
},
{
"itemID": "shadow_slayer",
"quantity": {
"min": 1,
"max": 1
},
"chance": 100
}
]
},
{
"id": "debugrequires10gold_droplist",
"items": [
{
"quantity": {
"min": 10,
"max": 10
},
"itemID": "gold",
"chance": 100
}
]
}
]