Coder Social home page Coder Social logo

genshinartifactsimulator's Introduction

GenshinArtifactSimulator

该项目基本实现了原神中所有与圣遗物有关的部分。
包括副本出货机制,圣遗物主副属性的随机机制,圣遗物的强化机制等等等等
数据主要来自以下资料,基本可信
出货率:[Data Gathering的10000以上圣遗物稀有度样本统计数据] https://docs.google.com/spreadsheets/d/1RcuniapqS6nOP05OCH0ui10Vo3bWu0AvFbhgcHzTybY/edit#gid=2061598189
主副词条分布:[NGA 圣遗物副词条与其中的多重概率问题] https://bbs.nga.cn/read.php?tid=26589982

##目录结构图 src/main/java │
├─enums //游戏相关数据和枚举
│ │ CategoryEnum.java //圣遗物部位枚举
│ │ ChanceEnum.java //接口,用于区分一个Enum是否带权的
│ │ DomainEnum.java //副本相关数据
│ │ ExpEnum.java //圣遗物经验相关数据
│ │ StarEnum.java //圣遗物星级枚举
│ │ SuitEnum.java //圣遗物套装名称枚举
│ │ UpMultiEnum.java //圣遗物强化相关数据
│ │
│ └─attributes //圣遗物主副属性相关数据
│ PrimAttrCircletEnum.java //理之冠主词条分布
│ PrimAttrEnum.java //接口,用于区分是否是主词条
│ PrimAttrFeatherEnum.java //死之羽主词条分布
│ PrimAttrFlowerEnum.java //生之花主词条分布
│ PrimAttrGobletEnum.java //空之杯主词条分布
│ PrimAttrSandEnum.java //时之沙主词条分布
│ PrimAttrUpEnum.java //主词条成长相关数据
│ SubAttrEnum.java //副词条分布
│ SubAttrUpEnum.java //副词条成长相关数据

├─model │ Artifact.java //圣遗物类
│ ArtifactEvaluator.java //圣遗物评价器
│ ArtifactGroupDisplayer.java //圣遗物展示工具(debug用)
│ Domain.java //副本类
│ Player.java //玩家类

└─utils
Utils.java //工具类

genshinartifactsimulator's People

Contributors

maxleaf3824 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yzyzzz999

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.