More restyling
This commit is contained in:
parent
26f25d969c
commit
8da464dcd2
2 changed files with 35 additions and 35 deletions
4
Data.lua
4
Data.lua
|
|
@ -252,8 +252,8 @@ end
|
|||
-- Item options: name and modifier (first entry = no item)
|
||||
AltSystem.Data.Items = {
|
||||
{ name = "No item", modifier = 0 },
|
||||
{ name = "Rare item", modifier = 3 },
|
||||
{ name = "Epic item", modifier = 5 },
|
||||
{ name = "Rare", modifier = 3 },
|
||||
{ name = "Epic", modifier = 5 },
|
||||
}
|
||||
|
||||
-- Defense / Armor options: name and modifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue