An example from my last item definitions dump:
Code:
{
"id": 22361,
"name": "Chaotic handegg",
"tradeable": true,
"noted": false,
"shopValue": 0,
"grandExchangePrice": 0,
"lowAlchValue": 0,
"highAlchValue": 0,
"weight": 0.0,
"stackable": false,
"equipable": true,
"slot": 3,
"twoHanded": false,
"weaponSpeed": 6,
"bonuses": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
]
}
Example of NPC definitions:
Code:
{
"id": 406,
"name": "Basilisk",
"description": "The eyes of evil.",
"combatLevel": 61,
"hitpoints": 75,
"attackable": true,
"maxHit": 5,
"aggressive": false,
"poisonous": false,
"stats": [
30,
45,
75,
1,
1,
],
"bonuses": [
0,
0,
0,
0,
0,
20,
20,
0,
20,
0,
0,
0,
0,
],
"poison-immunity": false,
"venom-immunity": false
}
Example from my last NPC drops dump:
Code:
{
"name": "Hellhound",
"npcId": [
101,
102
],
"rareDropTableAccess": false,
"rareDropTableChance": 0.0,
"drops": [
{
"item": 526,
"min": 1,
"max": 1,
"dropType": "ALWAYS",
"chance": 0.0
},
{
"item": 11941,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.03333
},
{
"item": 2722,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.01562
},
{
"item": 12746,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0
},
{
"item": 21257,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0044
},
{
"item": 19677,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0039
},
{
"item": 19679,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0026
},
{
"item": 19681,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0026
},
{
"item": 19683,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0026
},
{
"item": 13233,
"min": 1,
"max": 1,
"dropType": "SPECIAL",
"chance": 0.0
}
]
},