28 lines
463 B
Plaintext
28 lines
463 B
Plaintext
--This code create by CodeEngine ,don't modify
|
|
|
|
local Table_ValhallaSourceRaid =
|
|
{
|
|
[1] = {
|
|
Id = 1,
|
|
Type = 1,
|
|
SubType = 438,
|
|
HP = 5,
|
|
Resources = 1,
|
|
},
|
|
[2] = {
|
|
Id = 2,
|
|
Type = 3,
|
|
SubType = 1603,
|
|
HP = 5,
|
|
Resources = 1,
|
|
},
|
|
[3] = {
|
|
Id = 3,
|
|
Type = 1,
|
|
SubType = 439,
|
|
HP = 5,
|
|
Resources = 5,
|
|
},
|
|
}
|
|
return Table_ValhallaSourceRaid
|