anathema / anathema_legacy

Anathema is an exhaustive suite for all aspects of Exalted series management. This repository hold the code to support Exalted 1, Exalted 2 and Exalted 2.5.
http://anathema.github.com
69 stars 70 forks source link

Solar Melee Charm: Rising Sun Slash: unerattaed #163

Closed axelsoar closed 12 years ago

axelsoar commented 12 years ago

this charm currently is the same as it was pre 2.5.

it needs its cost changed to: 4m (+6m)

it needs keyword: Holy, removed

it needs it's description updated to reflect the current version of the charm, it allows you to spend 4m to make an attack undodgeable or unblockable, or 10m for both

UrsKR commented 12 years ago

@axelsoar, would you like to be able to fix issues like this yourself?

axelsoar commented 12 years ago

sure, I would not mind

UrsKR commented 12 years ago

Cool. So, you need to learn the basics of file management with git: especially setting up, first steps, cloning Anathema and submitting patches.

When you are set up, you'll see that most of the data is organised by the various books (Book_...) or Character Types (CharacterSolar, ...). In there, you'll find files called Charms...xml in ./resources/data/charms/.. folders. You can modify them and commit them as outlined in the tutorials I linked to.

When you are done, submit a patch ("Pull Request" in github-speak).