| Post/Author/DateTime | Post |
|---|---|
| #1mickytkNov 22, 2010 17:23:27 | Spent some time last night messing around in Pages - part of the iWork suite on Mac OSX. Was very easy to put together a good looking character sheet in only a couple of hours. I know we don't exactly need any more.. but in my defense, it was fun. UPDATE:Here they all are, so you dont need to scroll through the thread. Original full-colour: db.tt/AFxge14 Printer-friendly version: db.tt/N7VD4nV Electronic Form version: db.tt/E6QIZQ6 Electronic form isnt perfect, but eh, first attempt ![]() |
| #2delphmonkNov 22, 2010 17:57:09 | I like it a lot! What I am looking for is a character sheet that is combat ready. By that I mean has everything I need in combat right in front of me. That includes origin powers. |
| #3mickytkNov 22, 2010 18:16:36 | Yeah, thats my plan for Page 2! ![]() |
| #4OraibiNov 23, 2010 2:55:06 | That's a great looking sheet! |
| #5mickytkNov 23, 2010 4:52:54 | Okay, here's my update for the evening. Added the second page stuff - any ideas for the bit in the middle? |
| #6Delazar78Nov 23, 2010 12:34:46 | where's Stealth? hidden, for sure :p btw, great sheet, can we have a printable PDF? cheers! PS: for the middle... mh... character portrait! |
| #7Dane_McArdyNov 23, 2010 18:42:02 | I like it! |
| #8mickytkNov 24, 2010 3:04:01 | where's Stealth? OMG i cant believe i missed that! xD And as for a printable PDF... well, here you go! Charactersheet in Google Docs Form-fillable version coming soon! |
| #9Delazar78Nov 24, 2010 6:28:11 | Black and White version for easy printing, pwetty pwease? |
| #10OraibiNov 24, 2010 16:02:43 | Yeah, you need a character portrait. I am a very, very strong believer in character portraits on Gamma World sheets! I require all my players to draw their characters. |
| #11mickytkNov 24, 2010 20:06:03 | Black and White version for easy printing, pwetty pwease? I'll see what i can do. ![]() Yeah, you need a character portrait. Working on it! |
| #12Seeker95Nov 25, 2010 7:27:50 | Love it! Thanks! ![]() |
| #13shirosukeNov 26, 2010 6:57:45 | I was searching for a GW character sheet I actually liked, and yours fit the bill quite well. I (and my players tonight) thank you! |
| #14mickytkNov 26, 2010 19:53:36 | Black and White version for easy printing, pwetty pwease? Its not black and white (cuz thats just dull xD), but its a lot lighter, and should be a lot easier to print. If you want it in black and white, you can just fudge the print settings to get the same effect. ![]() docs.google.com/leaf?id=0B52h3SaNBsXENjk... |
| #15hungry_donnerNov 27, 2010 9:27:18 | Wow! I normally don't use custom character sheets--unless I just really hate the standard sheets I make do. However, these are awesome. We'll be using these, thanks!! ![]() |
| #16delphmonkNov 29, 2010 11:18:37 | I really like this character sheet! If I had my wish, there is only one thing I would change. I would move gear to the back of the sheet and give some room under "weapons" for players to list additional attacks or combat powers from their origins (or salvage) so that all combat actions (including charge or other universal abilities) were listed in one area for new players to find. I think that change would not interfere with any other functionality and would make it more universal for new players. Can't wait for the fillable form version!!! Keep up the great work! |
| #17guest1412820596Nov 29, 2010 11:43:43 | I can't seem to open the 2nd link. |
| #18mickytkNov 29, 2010 16:44:10 | I really like this character sheet! So the second sheet would be the two origins and the gear / junk list, with character information being relegated to a third sheet? (Which is in production, btw )I can't seem to open the 2nd link. Here, give it another try: docs.google.com/leaf?id=0B52h3SaNBsXENjk... |
| #19delphmonkNov 29, 2010 17:31:07 | That link doesn't seem to work either. At least not for me. I think you could do it all with 2 sheets. 1st sheet has all pertenent combat information with the right third being open for different attack types or combat manuevers. Just move the gear and items to the back middle or even make room in the origin areas since the combat manuevers have been moved to the front. Just a thought. That is what my "ULTIMATE" Gamma World character sheet would have. |
| #20mickytkNov 29, 2010 17:37:37 | OK, nuts to google docs - I've put them up on Dropbox. Full colour: db.tt/AFxge14 Printer friendly: db.tt/N7VD4nV |
| #21mickytkDec 12, 2010 23:59:47 | Updated the first post with links to all three, including the finished PDF form! Still planning on making a third page, dedicated entirely to biographical stuff and a picture and whatnot |
| #22brashfinkDec 14, 2010 19:57:20 | Brilliant Sheet! I was working on a Form type one also, and it is offical... I am dumping working on mine yours looks better! :D I think I noticed, your form does not auto calculate the Modifiers. Here is the script code I used in my sheet: var f = this.getField("STR"); g = f.value; h = ((g - (g % 2)) - 10) / 2; if (h > 0) { h = "+" + h }; event.value = h; The "STR" would be whatever the fieldname of the Ability you are calulating in that field. |
| #23mickytkDec 14, 2010 20:07:55 | Brilliant Sheet! I was working on a Form type one also, and it is offical... I am dumping working on mine yours looks better! :D Sheet has been updated accordingly. Thank you! |
| #24brashfinkDec 14, 2010 20:21:32 | I think your Bonuses in the Skills are not working now. EDIT: Disregard. I let it sit and moved around on the form and it eventually fixed them. This is the same thing that happened on my old 3.5 form... and possibly could be because of my old version of Acrobat. |
| #25mickytkDec 14, 2010 20:25:05 | I think your Bonuses in the Skills are not working now. Its probably the custom Javascript stuff I had to put in so that it showed the numbers with + or - values in front. |
| #26brashfinkDec 14, 2010 20:44:08 | Yeah, if the bonuses don't show right away, all you have to do is something that forces it to recalculate, like change level temporality. It recalculates, then you can change it back. Once again, my Acrobat for Mac is like 2 versions old. No one else might have this issue. Also FYI, I had a script also for a check box that would change which ability bonus it used on a stat. In 3.5 I used it for base attack two swap to Dexterity when a character had Finesse. This could be used also to automate the choices for FORT, REF and WILL. If it was used, people could click the checkbox for "INT" for example and it would use INT in the Reflex bonus... actually, it could also use the same box to automate the AC bonus too. Since you do not have a checkbox already in place, this might be more of a pain than it is worth. If you are intestested, I would have to look through an external hard drive at home. I think it is on the backup from from my old laptop last year. |
| #27mickytkDec 14, 2010 20:48:04 | Yah, i'm not looking to go that nuts with it - especially since I can only work on the pdf form at work, and only work on the actual sheet graphics at home ![]() |
| #28brashfinkDec 14, 2010 21:33:50 | Yeah, I hear ya. I might do some playing around with it over the next couple weeks. If I get it working sweet, I might PM you and show it to you in a link to see what you think. Might be easier to just leave it manual. |