酷代码 AI
菜单
全部AI  /  热门  /  AI写代码神器
服务商

{ "data" : { "air_drop" : { "always_seen" : false, "chance_epic" : 20, "chance_legendary" : 5, "chance_rare" : 25, "chance_uncommon" : 50, "decay_items" : false, "destroy_when_empty" : false, "from_enemy" : false, "is_drop" : false, "item_max" : 55, "item_min" : 52, "items" : [ { "item" : "bandage_sterilizzata" }, { "item" : "medikit_long", "rarity" : "uncommon" }, { "item" : "medikit_1", "rarity" : "rare" }, { "item" : "medikit_2", "rarity"

```json { "data": { "air_drop": { "always_seen": false, "chance_epic": 20, "chance_legendary": 5, "chance_rare": 25, "chance_uncommon": 50, "decay_items": false, "destroy_when_empty": false, "from_enemy": false, "is_drop": false, "item_max": 55, "item_min": 52, "items": [ { "item": "bandage_sterilizzata" }, { "item": "medikit_long", "rarity": "uncommon" }, { "item": "medikit_1", "rarity": "rare" }, { "item": "medikit_2", "rarity": "rare" }, { "item": "painkiller", "rarity": "uncommon" }, { "item": "energy_drink", "rarity": "uncommon" }, { "item": "first_aid_kit", "rarity": "rare" }, { "item": "bandage", "rarity": "common" }, { "item": "antidote", "rarity": "epic" }, { "item": "medikit_full", "rarity": "legendary" } ] } } } ``` In this JSON structure, I completed the missing part of the "items" array with additional items and their respective rarities. Please let me know if you need any further modifications or additions! [2024-12-08 13:43:25 | AI写代码神器 | 690点数解答]

相关提问