8000 GitHub - PonyMagic/PonyMagic: Pony Magic minecraft forge mod
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

PonyMagic/PonyMagic

Repository files navigation

Discord

THIS PROJECT WILL NOT BE PORTED OR UPDATED. ONLY CRITICAL BUGFIXES AND PRs

На русском

Pony Magic is a modification for Minecraft 1.12.2 that adds the ability to use various magic. Created for use in assembly with Mine Little Pony The mod adds four "races" of ponies, an energy system (mana) and 40+ abilities.

Installation:

Configuration:

Most of the mod's elements can be configured using the config files in the config/ponymagic/ folder

Usage:

First you need to choose the race (each has unique abilities).

  • Unicorns (unicorn) - can teleport, heal themselves and allies, swim in lava and manage item enchantments
  • Earthpony (earthpony) - resistant in battle, can accelerate the growth of plants and repair equipment
  • Zebras (zebra) - can control the effects of potions
  • Pegasus (pegasus) - can fly

Then, apply a race with the command: /magic race <playername> <racename> After that, the player will have access to the branches of leveling the abilities of the race (button O) and to quests (buttonP).

Quests

Quests

In order to be able to learn any ability, you need to complete quests. Completing quests rewards an ability points, which can be spent on learning a particular skill in the abilities menu.

Reset Abilities

To reset the abilities, you need the "Reset Book" item or 30 levels of vanilla experience.

Energy / Stamina / Mana / Blue Bar

Stamina

Initially, all races have 100 units of stamina. Recovery occurs if the player don't hungry and stay on the block. Also, there is weak regeneration if the player is swimming in water. The maximum amount and speed of regeneration can be increased using the corresponding abilities. Stamina will be spent on using active abilities and when flying with pegasus. There are some special skills that spend stamina on certain actions or do not require it at all.

Abilities / skills

Abilities

To gain access to a skill, you need to study it for ability points. Abilities are divided into two types: active and passive. Active are used with the command /cast <spellname> Passives activate themselves or act constantly. Some abilities can be turned off (absolute shield). A short description of the skill is in the tooltip in the abilities window. Also, there is a racial ability that does not need to be learned. The initial racial abilities of unicorns and earthpony depend on the server build.

Commands:

Race Change: /magic race <username> <race> Race Testing (Max Level): /magic test <race> Using the ability: /cast <skillname> Skill leveling: /magic spell <username> <spellname> Level change: /magic setlevel <username> <level> Changing the number of available ability points: /magic setpoints <username> <points> Checking the amount of energy: /stamina check [username] Remove all energy: /stamina zero | empty [username] Restore all energy: /stamina fill | restore [username] Add a certain amount: /stamina add [username] <amount> Change by a certain amount: /stamina set [username] <amount> Set maximum energy level: /stamina setmax [username] <amount>

Screenshots:

Unicorn Abilities: Unicorn Abilities

Earthpony Abilities: Earthpony Abilities

Pegasus Abilities: Pegasus Abilities

Zebra Abilities: Zebra Abilities

Many thanks to these ponies:

  • Akell - for organizing the development; help with algorithms and abilities; drawing textures; testing
  • Orhideous - for help with debugging and refactoring the code
  • Polyacov_Yury - for help with debugging and refactoring the code
  • Jerry - for ability ideas; drawing textures; testing
  • KostaRMax - for texture drawing and testing
  • Queen_Stan - for texture drawing and testing
  • Zloba - for drawing textures
  • Kwaarr - for ability ideas and testing
  • XenoOxotnik - for ability ideas and testing
  • Tol_Eres - for ability ideas and testing
  • Holllow - for ability ideas and testing
  • Wecanfly - for ability ideas and testing
  • Walking_Trouble - for ability ideas and testing
  • Jorest - for testing
  • niroy - for ability ideas
  • Lavenda - for ability ideas
  • afflixia - for English translation
  • ACGaming - for German translation

Build this mod:

  • Clone project
    git clone https://github.com/PonyMagic/PonyMagic.git
  • Configure workspace
    ./gradlew setupDecompWorkspace or ./gradlew setupCiWorkspace
  • Build mod
    ./gradlew reobfJar
  • Find mod jar-file in build/libs/

License

GNU LGPLv3

0