Newer
Older
DungeonShooting / DungeonShooting_Godot / resource / config / ActivePropBase.json
@小李xl 小李xl on 18 Mar 2024 864 bytes 完成猪猪存钱罐道具
[
  {
    "Id": "0001",
    "Remark": "\u533B\u836F\u7BB1",
    "__Activity": "prop5000",
    "Buff": null,
    "Condition": {
      "HpFull": [
        0
      ]
    },
    "Effect": {
      "Hp": [
        2
      ]
    },
    "CooldownTime": 0,
    "IsConsumables": true,
    "MaxCount": 10
  },
  {
    "Id": "0002",
    "Remark": "\u5F39\u836F\u7BB1",
    "__Activity": "prop5001",
    "Buff": null,
    "Condition": {
      "AmmoFull": [
        0
      ]
    },
    "Effect": {
      "TotalAmmo": []
    },
    "CooldownTime": 0,
    "IsConsumables": true,
    "MaxCount": 10
  },
  {
    "Id": "0003",
    "Remark": "\u732A\u732A\u5B58\u94B1\u7F50",
    "__Activity": "prop5002",
    "Buff": null,
    "Condition": null,
    "Effect": {
      "PiggyBank": [
        2
      ]
    },
    "CooldownTime": 0,
    "IsConsumables": true,
    "MaxCount": 1
  }
]