GithubHelp home page GithubHelp logo

newtoo-ninitocraft's Introduction

๐Ÿ‘‹ I'm a self-driven software engineer with a diverse skillset and strong coding skills. I've coded my first full project way back in high school, and have continued to explore more tech ever since. I have a background in games development, and have worked in small indie studios as well as large FAANG companies. ๐ŸŽฎ

Spotify recently played


Commit Snake Game!

newtoo-ninitocraft's People

Contributors

ninito-ph avatar paulitorenatito avatar

Watchers

 avatar

newtoo-ninitocraft's Issues

Mobs need to be split into separate files, one for each mob

Issue description

Currently, all mobs are kept in one file per 'faction'. This results in large and unreadable files that require significant scrolling, resulting in an error-prone developer experience. This can be seen at
plugins/MythicMobs/Mobs/D20Mobs.

Desired Resolution

Every mob should be moved into a separate file. For example, the current Banditmobs.yml file contains declarations for:

  • Bandit_Swordsman
  • Bandit_Bowman
  • Bandit_Leader
  • Bandit_Horse
  • Bandit_Horseman
  • Bandit-Rogue
  • Bandit_Fighter
  • Bandit_Lieutenant
  • Bandit_Kingpin

Instead of a single file containing all declarations, there should instead be a folder 'Bandits' containing one .yml file for each of the declared mobs.

Notably, the example above mentions the Bandit mobs, but this bounty requires refactoring ALL mobs declared in /D20Mobs.

Mob skills need to be split into separate files, ideally one skill per file

Issue description

Currently, all mobs skills are kept in one file per 'faction'. This results in large and unreadable files that require significant scrolling, resulting in an error-prone developer experience. This can be seen at
plugins/MythicMobs/Skills.

Desired Resolution

Every skill should be moved into a separate file, unless the skills are intextricably linked. For example, the current BanditMobSkills.yml file contains declarations for over 25 skills.

Instead of a single file containing all declarations, there should instead be a folder 'Bandits' containing one .yml file for each of the declared skills. Notable exceptions arise regarding skills like Bandit_Lieutenant_Call_Start, Bandit_Lieutenant_Call_Step2, Bandit_Lieutenant_Call_Finalize, where the skills are always meant to be used in conjunction, and should be placed in a single file, e.g. Bandit_Lieutenant_Call.

Notably, the example above mentions the Bandit mobs, but this bounty requires refactoring ALL skills declared in /Skills.

Bandit Lieutenant reinforcements call sometimes isn't interrupted

The Bandit_Lieutenant has the Bandit_Lieutenant_Call_Start, Bandit_Lieutenant_Call_Step2, Bandit_Lieutenant_Call_Finalize skills, which summon a number of enemies. This skill is meant to be interrupted if the Lieutenant is attacked during the call.

The call sometimes is not cancelled, despite the Lieutenant being attacked.

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.