Git Product home page Git Product logo

Comments (7)

davyxu avatar davyxu commented on May 27, 2024

from tabtoy.

nieyanbing avatar nieyanbing commented on May 27, 2024

v2貌似有支持?感觉这个功能应该还是蛮有用的。
而且如果有这种需求比如:装备合成的时候需要另外几个装备才能合成

{
    itemid = 1
    name = "合成装备",
    "合成装备" = {
        {
            itemid = 2, --物品ID
            count = 1,  --需要的数量
        },
        {
            itemid = 3,
            count = 2
        }
    }
}

像这种需求用V3应该怎么写? 或者其他的替代方案?

from tabtoy.

davyxu avatar davyxu commented on May 27, 2024

from tabtoy.

nieyanbing avatar nieyanbing commented on May 27, 2024

from tabtoy.

davyxu avatar davyxu commented on May 27, 2024

from tabtoy.

nieyanbing avatar nieyanbing commented on May 27, 2024

先谢谢了 我知道这样确实是可以 只是感觉不太直观

from tabtoy.

514366607 avatar 514366607 commented on May 27, 2024

你是用lua的?可以先用我的分支先。然后将格式设置为 表头 就行。

from tabtoy.

Related Issues (20)

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.