Initial commit

Adding all of the current content for Anphillia Unlimited.
This commit is contained in:
Jaysyn904
2024-01-04 07:49:38 -05:00
parent df18cd54c8
commit 28cdb617b3
12943 changed files with 9727121 additions and 0 deletions

View File

@@ -0,0 +1,184 @@
{
"__data_type": "UTM ",
"BlackMarket": {
"type": "byte",
"value": 0
},
"BM_MarkDown": {
"type": "int",
"value": 25
},
"Comment": {
"type": "cexostring",
"value": "This Object is the basis of eE, it represents an Encounter. You can add events in it's inventory. You should keep the tags of Encounter Objects unique on a per-area basis."
},
"ID": {
"type": "byte",
"value": 0
},
"IdentifyPrice": {
"type": "int",
"value": 100
},
"LocName": {
"type": "cexolocstring",
"value": {
"0": "eE Encounter (Goblins, Easy)"
}
},
"MarkDown": {
"type": "int",
"value": 65
},
"MarkUp": {
"type": "int",
"value": 100
},
"MaxBuyPrice": {
"type": "int",
"value": -1
},
"OnOpenStore": {
"type": "resref",
"value": ""
},
"OnStoreClosed": {
"type": "resref",
"value": ""
},
"ResRef": {
"type": "resref",
"value": "ee_goblins_easy"
},
"StoreGold": {
"type": "int",
"value": -1
},
"StoreList": {
"type": "list",
"value": [
{
"__struct_id": 0
},
{
"__struct_id": 4
},
{
"__struct_id": 2
},
{
"__struct_id": 3
},
{
"__struct_id": 1
}
]
},
"Tag": {
"type": "cexostring",
"value": "ee_goblins_easy"
},
"VarTable": {
"type": "list",
"value": [
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "Condition"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "Despawn Interval"
},
"Type": {
"type": "dword",
"value": 2
},
"Value": {
"type": "float",
"value": 120.0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "Respawn Cooldown"
},
"Type": {
"type": "dword",
"value": 2
},
"Value": {
"type": "float",
"value": 1800.0
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "Initialize Event Tag"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "event_initialize"
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "InProgress Event Tag"
},
"Type": {
"type": "dword",
"value": 3
},
"Value": {
"type": "cexostring",
"value": "event_inprogress"
}
},
{
"__struct_id": 0,
"Name": {
"type": "cexostring",
"value": "Message Level"
},
"Type": {
"type": "dword",
"value": 1
},
"Value": {
"type": "int",
"value": 0
}
}
]
},
"WillNotBuy": {
"type": "list",
"value": []
},
"WillOnlyBuy": {
"type": "list",
"value": []
}
}