public Drops(CastleDBParser.RootNode root, SimpleJSON.JSONNode node) { Item = new CompiledTypes.ItemDB(root, CompiledTypes.ItemDB.GetRowValue(node["Item"])); Weight = node["Weight"].AsFloat; Quantity = node["Quantity"].AsInt; }