
SAKURA DUNGEON CG GUIDE FULL
Get sure that your party isn't full before you add someone!īackup.append(bunny) will add a bunny to your "BackUp".įull actors (characters) list (Google Table) Items list You can execute two methods on both objects, append and remove. Yomi's list can only be filled with items type fox.Ĭeri's list can only be filled with items type knight.īe careful, some actors like Ceri(knight) can't be removed! Always save before you add someone! Only fox and knight got both a list named dresses. To add a valuable item, use this command: You can add valuable to your "Consumables", but they can not be used. "Valuables" got the type valuable in the items list. If you want to remove an item, use the remove method: (warp_stone) (will add an Warp Stone to the "Consumables") Player got list items, to add an item, we have to append it: This methods will be needed to add and remove items.įull items list can be found here: Full items list Consumables

A list got two necessary mehtods, append() and remove(). Objects player, fox and knight got lists, which can be filled with another objects. Shock (resistance): knight.shock=2 (2 * 25% = 50%)Īttention! Modify attributes like type, skills, abilities, hit, suffer or info only if you know what you are doing!įull actors(characters) list Add or remove consumable, valuable items and outfits Resistance work a bit different, 1 point = 25%. The list of all attributes you can find in the actors list. To change CP: knight.cp_change(10, force=True) VP: knight.vp=999 (will be reseted to max)ĪP: knight.ap=999 (will be reseted to max) VP, AP, max_vp, max_ap and XP can be directly modified, but CP need two methods. Possible stats are VP, AP, CP, XP, max_vp and max_ap. Player.currency=991337 or fox.currency=991337 (is the same)Īll object id's and attributes you can find in the actors list. With this information you can start modify their stats and attributes.Īt fisrt, let us modify our Mana shards amount, attribute currency hold this information: Yomi is coincident the player himself, so you can access her/players object through player or fox. There are two main characters, Yomi(the player) and your first companion Ceri. See the actors list for more informations. Normally this objects got the same name as the character, but there are exceptions. GenerallyĮach ally got an object, you can modify anything about him through his object.

Some Stats like VP or AP are dynamic and will be reseted to max value.Īttributes are more static and will be only modified by items you use. Modify stats and attributesĪfter starting a new game or loading a save (not in main menu), you can modify your companions(actors) stats and attributes. Generally the console can execute any valid python command.
