Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creatures stored in level file have missing parameters #245

Closed
Bertram25 opened this issue Oct 20, 2014 · 0 comments · Fixed by #252
Closed

Creatures stored in level file have missing parameters #245

Bertram25 opened this issue Oct 20, 2014 · 0 comments · Fixed by #252
Assignees
Milestone

Comments

@Bertram25
Copy link
Contributor

Now that #151 and #152 is almost bitten as well, the creatures stored in the level file and loaded at game start up need to be better in sync with the rest of the given stats:
This will also permit to move forward using level files as save games.

I'll thus propose to use the following parameters (already existing or not):
name
className
Current Level
Current XP
Current HP
Current Awakeness
Current Hunger
GoldToDeposit
posX
posY
posZ
seatId
weaponLname,
damage
defense
range
weaponRname
damage
defense
range

If there is no weapon equipped, the "none" parameter will be put, and 0.0 values will be set in the corresponding parameters.
Later, the equipment extra parameters should be dropped when the equipment.cfg file is supported.
The level parameter should permit to correctly setup a creature with the corresponding stats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant