ajollymarlier / Zork

THE BEST GOTDAMN GAME YOU DUN EVER PLAYED
3 stars 2 forks source link

Reading Stats for all items #9

Open Aliqyan opened 7 years ago

Aliqyan commented 7 years ago

@ajollymarlier @cstrahle @drossos This is how to read from the item file Strings are caps, int is lowercase K = key Ex: K-NAME-type M = melee Ex: M-NAME-weight-damage R = ranged Ex: R-NAME-weight-damage-ammo E = effect item Ex: E-NAME-weight-healthBoost-defenseBoost-speedBoost-strengthBoost Q= equipable Ex: Q-NAME-weight-healthBoost-defenseBoost-speedBoost-strengthBoost-TYPE

Aliqyan commented 7 years ago

@cstrahle @ajollymarlier @ajollymarlier This post is for reading chests from rooms.dat Strings are caps, int is lowercase C = chest Ex: C-Name-LockType-|(put in item from post above); (put in item from post above)|

wesley-a-leung commented 6 years ago

@ajollymarlier @Aliqyan @drossos Is there an in game feature to modify the text files?