diff --git a/src/mods/README-MODDING.md b/src/mods/README-MODDING.md index 1a3b61d..c8ecd95 100644 --- a/src/mods/README-MODDING.md +++ b/src/mods/README-MODDING.md @@ -36,12 +36,12 @@ The root node in `manifest.xml` is ``. It can include the following c #### Example * remove the Toothless ticket item (item ID `8034`) -* add a Night Furry Egg item (item ID `29999`) and add it to store (store ID `92`, for store description see comment in [src/Resources/store.xml](../Resources/store.xml)) -* The item ID for new items should be unique to prevent mod collisions. The recommended format is: `prefix * 10000 + private_id`, where: - * `prefix` must be grater than 2 to avoid collision with the original game and official SoDOff items +* add a Night Furry Egg item (item ID `99999`) and add it to store (store ID `92`, for store description see comment in [src/Resources/store.xml](../Resources/store.xml)) +* The item ID for new items should be unique to prevent mod collisions. The recommended format is: `prefix * 100000 + private_id`, where: + * `prefix` must be grater than 0 to avoid collision with the original game and official SoDOff items * `prefix` is a unique mod author prefix - * `private_id` ranges from 0 to 9999 and is available for unrestricted use by the author - * for instance, if `prefix = 789` and `private_id = 13`, the item ID would be `7890013` + * `private_id` ranges from 0 to 99999 and is available for unrestricted use by the author + * for instance, if `prefix = 789` and `private_id = 123`, the item ID would be `78900123` ``` @@ -56,19 +56,19 @@ The root node in `manifest.xml` is ``. It can include the following c PetTypeID 17 - 29999 + 99999 456 Dragons Dragon Egg - 29999 + 99999 550 Strike Class Eggs - 29999 + 99999 0 250 @@ -76,7 +76,7 @@ The root node in `manifest.xml` is ``. It can include the following c Tame the cunning and mischievous Night Furry in your stables RS_DATA/DragonEgg.unity3d/IcoEggDevilishDervish -1 - 29999 + 99999 Night Furry Egg false false