improvement: use the inventory data file for equip
It'll allow us to do a simpler equipement system
This commit is contained in:
parent
1fe25f2ff1
commit
2eddeefa1e
3 changed files with 9 additions and 18 deletions
|
@ -1,8 +1,5 @@
|
||||||
return {
|
return {
|
||||||
haveShoes = true,
|
gloves = "basicgloves",
|
||||||
haveMechs = false,
|
shoes = "lightsneakers",
|
||||||
haveGlove = true,
|
accessories = "simplehammer",
|
||||||
haveHammer= false,
|
|
||||||
accessories_number = 3,
|
|
||||||
chao_number = 1,
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
return {
|
return {
|
||||||
haveShoes = true,
|
gloves = "basicgloves",
|
||||||
haveMechs = false,
|
shoes = "lightsneakers",
|
||||||
haveGlove = true,
|
accessories = "",
|
||||||
haveHammer= false,
|
|
||||||
accessories_number = 3,
|
|
||||||
chao_number = 1,
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
return {
|
return {
|
||||||
haveShoes = true,
|
gloves = "basicgloves",
|
||||||
haveMechs = false,
|
shoes = "lightsneakers",
|
||||||
haveGlove = true,
|
accessories = "",
|
||||||
haveHammer= false,
|
|
||||||
accessories_number = 3,
|
|
||||||
chao_number = 1,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue