Coder Social home page Coder Social logo

customnpclootdrops's Introduction

转载说明

作者源码地址:https://github.com/beerik94/LootControl

更新日志

2024年4月6日:对配置文件进行汉化,项目适配.net 6.0

汉化配置文件说明

位于./tshock/自定义NPC掉落物.json,若不存在则会自动创建。

示例:

{
  "1": { //蓝史莱姆
    "自定义掉落表": {
      "Normal": [
        {
          "物品ID": 73, //金币
          "前缀ID": 0,
          "掉落率": 100.0,
          "最小数量": 1,
          "最大数量": 99,
          "普通难度": true,
          "专家难度": true,
          "大师难度": true
        }
      ]
    },
    "配置说明": "默认Normal 白天Day 晚上Night 日食Eclipse 满月Fullmoon 血月Bloodmoon",
    "是否掉落默认物品": false
  }
},
{
  "50": { //史莱姆王
    "自定义掉落表": {
      "Fullmoon": [ //血月条件
        {
          "物品ID": 2430, //粘鞍
          "前缀ID": 0,
          "掉落率": 100.0,
          "最小数量": 1,
          "最大数量": 1,
          "普通难度": true,
          "专家难度": true,
          "大师难度": true
        }
      ]
    },
    "配置说明": "默认Normal 白天Day 晚上Night 日食Eclipse 满月Fullmoon 血月Bloodmoon",
    "是否掉落默认物品": false
  }
},

"1":生物NPC的ID
"Normal":默认Normal 白天Day 晚上Night 日食Eclipse 满月Fullmoon 血月Bloodmoon

customnpclootdrops's People

Contributors

1242509682 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.