|
|
|
|
@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
## Variables |
|
|
|
|
|
|
|
|
|
There are two types of variables in the text files: %s, %i. All of these will add something within the single string, here are some examples. |
|
|
|
|
There are two types of variables in the text files: `%s`, `%i`. All of these will add something within the single string, here are some examples. |
|
|
|
|
|
|
|
|
|
`%s` will always be another word. Example: `%s of %s` refers to an created Item which includes affixes. `Tin Cap of the Fool` would be such an item. |
|
|
|
|
`%i` will always be a number. Example: Fire hit damage: %i-%i` will indicate how much fire damage a weapon will deal |
|
|
|
|
`%i` will always be a number. Example: `Fire hit damage: %i-%i` will indicate how much fire damage a weapon will deal. |
|
|
|
|
|
|
|
|
|
**IMPORTANT**: You have to keep those intact and in the same order. |
|
|
|
|
|
|
|
|
|
@ -58,12 +58,13 @@ Bad:
|
|
|
|
|
Don't worry – we all forget details. Here's a list of resources you can use if you are unsure about a thing. |
|
|
|
|
|
|
|
|
|
### Creatures |
|
|
|
|
|
|
|
|
|
* Diablo Creatures - [Diablo Archive](https://diablo-archive.fandom.com/wiki/Monsters_(Diablo_I)) |
|
|
|
|
* Diablo Unique Creatures - [Diablo Archive](https://diablo-archive.fandom.com/wiki/Category:Diablo_I_Unique_Monsters) |
|
|
|
|
* Hellfire Creatures - [Diablo Wiki](https://diablo.fandom.com/wiki/Hellfire_Bestiary) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Items and Equipment References and Pictures |
|
|
|
|
|
|
|
|
|
* Diablo Unique Weapons - [Diablo Archive](https://diablo-archive.fandom.com/wiki/Unique_Weapons_(Diablo_I)) |
|
|
|
|
* Diablo Normal Weapons - [Diablo Archive](https://diablo-archive.fandom.com/wiki/Normal_Weapons_(Diablo_I)) |
|
|
|
|
* Diablo and Hellfire Unique Armor - [Diablo Wiki](https://diablo.fandom.com/wiki/List_of_Unique_Body_Armor_(Diablo_I)) |
|
|
|
|
|