mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-12 16:31:05 +02:00
13 lines
255 B
Lua
13 lines
255 B
Lua
return {
|
|
OPP_FIX_YOUNGSTER = {
|
|
id = "OPP_FIX_YOUNGSTER", index = 1, name = "FIX YOUNGSTER",
|
|
baseMoney = 15,
|
|
parties = {
|
|
{
|
|
{ level = 5, species = "FIXMON_A" },
|
|
{ level = 5, species = "FIXMON_C" },
|
|
},
|
|
},
|
|
},
|
|
}
|