Halivar
First Post
Hey guys,
I opened this thread because this particular project may be too much for me to handle by myself. I'm writing this utility in XHTML, CSS and JavaScript. If you know any of those three, you can help. If you don't know any of those things, you can still help, by pointing out bugs/errors/cool ideas, etc.
MonsterCalc is going to be a monster generator that also calculates the CR rating based on the Revised CR rules from Immortals Handbook. The current incarnation is based on version 4 available here as a free download. I am told that version 5 is available to beta testers and version 6 is in development. I have decided not to go with version 5 for the time being so that the maximum number of people can have access to this utility. I will upgrade it to new versions when they are released to the general public.
MonsterCalc is going to have three milestones:
1) MonsterCalc must be able to calculate CR's for any possible kind of monster that can be built from the monster building rules in the Monster Manual. These CR's must fully implement the IH Revised CR rules. Testing will involve running MonsterCalc against monsters in the Monster Manual and verifying that the derived CR's match those in the IH Revised CR Rules, Appendix One. When the correct CR's are generated for every monster in the MM, I can move on the milestone 2.
2) MonsterCalc will eventually be able to generate monster stat-blocks WotC-style. This will involve taking the statistics entered to interpolating the CR and calculating derived stats (saves, attacks, damage, DC's etc.) from them. This stat-block should be in human-readable format. The goal here (though not as rigid as the first milestone) is that MonsterCalc will generate stats-blocks identicle to those in the SRD if those monsters are stated out in MonsterCalc.
3) Saving/loading of monsters will be needed. A big plus would be importing/exporting in PCGen format, so generated monsters are immediately useable.
Probably along the way, I'm going to have to address design issues. Right now MonsterCalc is very ugly and utterly unuseable. It will have to adopt a nicer UI if it's going to be useful.
Attached is a very-very-very-pre-alpha. It is not functional, and I need help getting it functional. Just open the HTML file in any XHTML/CSS compliant browser with JavaScript turned on.
IMPLEMENTED:
- Calculating CR adjustments (CRA) for
* Character Level
* Size
* Type
* Subtype
* Humanoid Race
* Hit Dice
* Speed
* Armor Class
ADDED 3/9/04
* Attacks
* Equipment
-Total CR calculation
UPDATED 3/10/04
ADDED 3/11/04
- Total CR now includes all fields except sub-type.
I opened this thread because this particular project may be too much for me to handle by myself. I'm writing this utility in XHTML, CSS and JavaScript. If you know any of those three, you can help. If you don't know any of those things, you can still help, by pointing out bugs/errors/cool ideas, etc.
MonsterCalc is going to be a monster generator that also calculates the CR rating based on the Revised CR rules from Immortals Handbook. The current incarnation is based on version 4 available here as a free download. I am told that version 5 is available to beta testers and version 6 is in development. I have decided not to go with version 5 for the time being so that the maximum number of people can have access to this utility. I will upgrade it to new versions when they are released to the general public.
MonsterCalc is going to have three milestones:
1) MonsterCalc must be able to calculate CR's for any possible kind of monster that can be built from the monster building rules in the Monster Manual. These CR's must fully implement the IH Revised CR rules. Testing will involve running MonsterCalc against monsters in the Monster Manual and verifying that the derived CR's match those in the IH Revised CR Rules, Appendix One. When the correct CR's are generated for every monster in the MM, I can move on the milestone 2.
2) MonsterCalc will eventually be able to generate monster stat-blocks WotC-style. This will involve taking the statistics entered to interpolating the CR and calculating derived stats (saves, attacks, damage, DC's etc.) from them. This stat-block should be in human-readable format. The goal here (though not as rigid as the first milestone) is that MonsterCalc will generate stats-blocks identicle to those in the SRD if those monsters are stated out in MonsterCalc.
3) Saving/loading of monsters will be needed. A big plus would be importing/exporting in PCGen format, so generated monsters are immediately useable.
Probably along the way, I'm going to have to address design issues. Right now MonsterCalc is very ugly and utterly unuseable. It will have to adopt a nicer UI if it's going to be useful.
Attached is a very-very-very-pre-alpha. It is not functional, and I need help getting it functional. Just open the HTML file in any XHTML/CSS compliant browser with JavaScript turned on.
IMPLEMENTED:
- Calculating CR adjustments (CRA) for
* Character Level
* Size
* Type
* Subtype
* Humanoid Race
* Hit Dice
* Speed
* Armor Class
ADDED 3/9/04
* Attacks
* Equipment
-Total CR calculation
UPDATED 3/10/04
ADDED 3/11/04
- Total CR now includes all fields except sub-type.
Attachments
Last edited: