Jump to content

Cgeist7

Member
  • Posts

    136
  • Joined

  • Last visited

Everything posted by Cgeist7

  1. Hi @Crel - the latter. When a character is duplicated, the new author has full rights to change and manage like any of their other characters. This is part of my planning for factions, too, but as it has mostly temporary data (what happened in an encounter), it hasn't been top of my work list.
  2. I agree and was thinking the same thing. There is a full character API as part of the cradle. RQiG characters are pretty complicated, so the JSON gets large-ish. I'd love to get some help or contribute to a standard. Here's an API link to what is currently carried. We could probably trim it down a lot. https://www.cradleofheroes.net/api/character/7476 r.HandleFunc("/api/character", GetCharacterModels).Methods("GET") r.HandleFunc("/api/character/user/{id}", GetUserCharacterModels).Methods("GET") r.HandleFunc("/api/character/{id}", GetCharacterModel).Methods("GET") r.HandleFunc("/api/character/{id}", CreateCharacterModel).Methods("POST") r.HandleFunc("/api/character/{id}", DeleteCharacterModel).Methods("DELETE") r.HandleFunc("/api/character/{id}", UpdateCharacterModel).Methods("PUT")
  3. Here is a statblock from a randomly created character: ** Berventkos the Lead ** Runes: Death Truth Moon Homeland: Old Tarsh, Occupation: Thief, Initiate of Cult: Humakt STR: 18, CON: 11, SIZ: 15, DEX: 10, INT: 12, POW: 17, CHA: 12, Derived Stats: Magic Points: 17, Damage Bonus: +1D6, Hit Points: 13, Movement- Ground: 8, HP: -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 Passions: Loyalty (Shaker Temple) 60%, Love (Family) 70%, Loyalty (Clan) 60%, Devotion (Humakt) 60%, Cults: Humakt - Initiate - Rune Points: 3 Runes: Air 60%, Moon 80%, Earth 10%, Darkness 40%, Death 85%, Truth 85%, Skills: Sleight 100%, Climb 85%, Spirit Combat 55%, Speak (Tarshite) 55%, Battle Axe 50%, Worship (Humakt) 45%, Jump 40%, Fast Talk 40%, Pole Lasso 40%, Medium Shield 40%, Disguise 40%, Dagger 35%, Fist 35%, Large Shield 35% Spirit Magic: Vigor (2pts), Repair (2pts), Strength (2pts), Demoralize (2pts), Coordination (1pts), Detect Enemies (1pts) Rune Spells: Shield (1pts), Sword Trance (1pts), Morale (2pts) Attacks: 1H Battle Axe 50% 1D8+2+1D6 SR 7 8/8 HP Medium Shield 40% 1D4+1D6 SR 7 12/12 HP Light Crossbow 35% 2D4+2 SR 3 6/6 HP Rng 100 Hit Locations: (19-20) - Head Armor: 2 5/5 HP (16-18) - L Arm Armor: 2 4/4 HP (13-15) - R Arm Armor: 2 4/4 HP (12) - Chest Armor: 2 6/6 HP (9-11) - Abdomen Armor: 2 5/5 HP (5-8) - L Leg Armor: 2 5/5 HP (1-4) - R Leg Armor: 2 5/5 HP Equipment: Lock picks, Jimmy, Other appropriate tools, Light one-handed weapon, Mask, 20m rope w/ grapple, Sack, Hooded Lantern, 30 L in coin, Secret thieves mark,
  4. Hi all, A quick update here that a bunch of new stuff has gone live. Random hero creation (one button click with choices for homeland, occupation, cult and power level) Random faction / hero band creation - create your very own army of Bandits with one button click! Added statblocks - text summaries of characters with just the basics to speed your game along Lots of small tweaks to pages and menus. Here's a video that shows the state of the app and some of the new features. Cheers! C
  5. Just added another update that allows random creation of Factions or hero bands. I put together a quick video to walk people through.
  6. Thanks so much to the folks who have tried out the random character creation. Through your help, I was able to track down a bug that was causing skills and some runes to persist between characters. The bug is now fixed - which actually makes a bunch of other things work better as well.
  7. Hi folks, I'd like to both announce and get feedback on a major new feature for the Cradle of Heroes: random characters based on the user selecting a homeland, occupation, cult and character scale or tier. You can access the feature from the "Create" tab. This feature is brand new and still in testing, so I'd appreciate hearing about what works, what doesn't, what you like and what you'd like to see next. Weapon choices seem a bit too random, so I'll be looking at that. I'm also looking for Glorantha-esque lists that I can use to automate descriptions. Names, appearances, deeds, anything like that would be fantastic. Here is a fully random character (no touch ups): https://www.cradleofheroes.net/view_character/10069 Thanks in advance for any resources you can share. Next up: auto adding weapons and armor to normal character generation and creating bands of random characters. Cheers! C
  8. Hi folks, I've been doing a bit of work behind the scenes for the past few weeks, but added a new user request tonight. I bring you... bound spirits! This update allows you to add bound spirits / magic point matrices to a character from the edit button, track their names, bound item, description, Power, Charisma, MP and the spells that they might grant. There is a new section above equipment that shows the information and new counters in the in-play area. Other updates include some javascript fixes on counting HP and hit location wounds and standardizing text input so there's less chance of a character having Devotion (Orlanth) and Devotion (orlanth). You can see an example here and an image below. @Crel Cheers! C Edit: updated formatting, explanation, added INT to options, now records changes to MP on save and added spirits and matrixes to text output.
  9. In case it's useful, I looked at the same issue in my game and decided that, as above, almost all adults will be initiates of a cult and that the difference in heroes and PCs comes from the character history, bonus points in runes and personal skill choices. I made up a generic Heortling farmer and herder without those bonuses and with just one (useful) rune spell. It's worked well so far. Heortling Farmer, initiate of Orlanth - https://www.cradleofheroes.net/view_character/2112 Heortling Herder, initiate of Ernalda - https://www.cradleofheroes.net/view_character/2113
  10. You can add it under Powers in the Edit Magic tab. A future update will add Powers to homeland, occupations and cults (for Humakti blessings and stuff too) Right now I'm working to automate character history generation. I did recently update factions to include any open character, which should be good for creating GM encounters and such.
  11. @Byll - I went in and did a full overhaul of how custom skills are calculated. There were a few bits of old code that do not work well with custom skills coming in from different areas. If you go into the occupations and cults you created, you can now specify which skill categories they belong to if the engine can't figure it out by itself (custom skill). Once that's done, things should go smooth. Existing characters store the homeland, occupation and cult in the character structure, though - so they are probably borked and need to be deleted and re-done. Lots of other small changes and updates to homelands, occupations and cults - especially in the modify screens. Cheers! C
  12. I've updated it so that you can add up to 6 passions. Most Homelands or races tend to have the new skills with a base chance in their skill list. I think the issue is that you don't have things like Earthsense in Greatway. Once it's there, it should show up in the Personal Skills section (like the Troll & Elf skills do). Yep - there is a lot of stuff like this going on, even in the main book. Some skills are Lore (XYZ), but then we have Animal Lore, Plant Lore, etc. Hard to figure out sometimes.
  13. I found a fix. Going live now. And no worries - if you have the problem a bunch of other people will too. Enjoy your holidays!
  14. Eeek. I'll look into this ASAP. Looks like the lazy load doesn't work with older versions of Safari. Could you update to v12.1 and LMK if it works? https://caniuse.com/#feat=intersectionobserver
  15. Might be my lack of Glorantha lore. When I think of the Cradle, I picture the Robcradle scenario. 🙂 What does Cradle of Heroes mean to you? I'll keep thinking about the placeholder image, but if anyone finds a good one, let me know.
  16. A bunch more updates just went live that mostly focus on improved performance. In short it should load faster and probably use about 80-90% less data. This is v170 of the app. Lazy loading images only when they are coming on the screen (saves overall bandwidth) Automated image resizing to shrink page-load sizes All existing images reduced in size Changed faceless icon to pentacle of runes - not sure how much I like this, but LMK what you think Updated the color scheme to be a bit easier on the eyes and get a bit closer to a parchment feel. I was thinking of a wooden (boat-like) feel for the background. Slightly tweaked the main navigation bar. Clicking on Cradle of Heroes now brings you to your personal screen when you're signed in. Switched the order, so that open content now comes before personal in the navigation bar. Happy to take any feedback, especially on the aesthetic changes. I'm just tweaking them now. Some pics:
  17. Hey @Byll - I'll have a look into these items.The app was originally designed around the characters in the main rule book, and the rules differ for the new races in the Bestiary, but I should be able to make it fit -- or at least get it a lot closer to what you're looking for.
  18. Hi folks, A whole bunch of updates just went live: add income, ransom and standard of living to edit character, add runes to rune spells, show runes on rune spells in view character page separated summon and dismiss elementals into separate spells to get the runes right, fix thrown damage string, update weapons skills & damage on character save (if stats/skills change) reformat character creation screens for occupation & cult, update UI on view character screen update main layout to simplify things a bit - Now use Create tab for everything (will keep tweaking) @Crel - based on your suggestions. Thanks again!
  19. That's doable. The values are set by starting occupation, but it would be easy to change in the edit character page.
  20. And updated the occupations in the same style.
  21. I'd be happy to help. This should be doable with either database access or Web scraping.
  22. I've started a round of updates to the character backgrounds: homelands and cults have gotten a refresh to make it easier to find information and to link them together where appropriate (associated cults, for example). New pages:
  23. That's an amazing resource. Thanks so much for sharing. Adding stories like this to the Cradle of Heroes and organizing by related cults would be fairly simple. The main "No" comments I've seen have been around Chaosium doing something like this themselves. If that's the case, I'd be happy to leave this to the side and support an official project. Anyone know who would be "in the know"? @Jeff?
  24. Another update is live: Lots of behind the scenes changes Linking homelands, occupations and cults from view character screen Added markdown to all description fields in app Starting work to improve usability of homelands & cults Cheers! C
  25. Hi folks, I have pretty much finished the character section for Cradle of Heroes. I am now thinking about trying to make the Cults and homeland's more useful to people. My top idea is to create a user-entered repository of stories and myths for each cult. This would allow anyone to add their story and have it available listed under related cults. This is just a quick signal check to see if there's any interest in this in the community, or if this is just one of the issues that I seem to have. 🙂
×
×
  • Create New...