Skip to content

Commit

Permalink
update plants and zombies almanac
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Dec 29, 2024
1 parent e9f5fec commit 1b0f0ca
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 8 additions & 2 deletions src/components/plantsAlmanac/plants.json
Original file line number Diff line number Diff line change
Expand Up @@ -9329,7 +9329,13 @@
"tool_projectile_bowlingbulb1",
"tool_projectile_bowlingbulb2",
"tool_projectile_bowlingbulb3",
"tool_projectile_bowlingbulb_explode"
"tool_projectile_bowlingbulb_explode",
"tool_projectile_bowlingbulb_iceburg",
"tool_projectile_bowling_wallnut",
"tool_projectile_bowling_explodeonut",
"tool_projectile_bowling_holonut",
"tool_projectile_bowling_primalwallnut",
"tool_projectile_bowling_tallnut"
],
"ALMANAC": {
"Elements": [
Expand Down Expand Up @@ -9536,7 +9542,7 @@
{
"ID": 119,
"NAME": {
"en": "Charges Bowling",
"en": "Charged Bowling",
"zh": "充能保龄球"
},
"_CARDSPRITENAME": "projectile_bowlingbulb_explode",
Expand Down
122 changes: 122 additions & 0 deletions src/components/zombiesAlmanac/zombies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1850,6 +1850,128 @@
"TakingDamageScaleOnLand": 0.9
}
},
{
"NAME": "Cave Zombie",
"_CARDSPRITENAME": "iceagebasic",
"CODENAME": "iceage",
"SUNCOST": 100,
"WAVEPOINTCOST": 100,
"WEIGHT": 1000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Cave Conehead Zombie",
"_CARDSPRITENAME": "iceagearmor1",
"CODENAME": "iceage_armor1",
"SUNCOST": 100,
"WAVEPOINTCOST": 200,
"WEIGHT": 3000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Cave Buckethead Zombie",
"_CARDSPRITENAME": "iceagearmor2",
"CODENAME": "iceage_armor2",
"SUNCOST": 100,
"WAVEPOINTCOST": 400,
"WEIGHT": 4000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Blockhead Zombie",
"_CARDSPRITENAME": "iceagearmor3",
"CODENAME": "iceage_armor3",
"SUNCOST": 100,
"WAVEPOINTCOST": 550,
"WEIGHT": 4500,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Mammoth-headed Zombie",
"_CARDSPRITENAME": "iceagearmor4",
"CODENAME": "iceage_armor4",
"SUNCOST": 100,
"WAVEPOINTCOST": 700,
"WEIGHT": 4000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Cave Flag Zombie",
"_CARDSPRITENAME": "iceageflag",
"CODENAME": "iceage_flag",
"SUNCOST": 100,
"WAVEPOINTCOST": 100,
"WEIGHT": 100,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Cave Rally Zombie",
"_CARDSPRITENAME": "iceagerally",
"CODENAME": "iceage_flag_veteran",
"SUNCOST": 100,
"WAVEPOINTCOST": 100,
"WEIGHT": 100,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Yeti Imp",
"_CARDSPRITENAME": "iceageimp",
"CODENAME": "iceage_imp",
"SUNCOST": 100,
"WAVEPOINTCOST": 100,
"WEIGHT": 1000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeTossedByCitron": false,
"ChillInsteadOfFreeze": true
}
},
{
"NAME": "Sloth Gargantuar",
"_CARDSPRITENAME": "iceagegargantuar",
"CODENAME": "iceage_gargantuar",
"SUNCOST": 100,
"WAVEPOINTCOST": 1500,
"WEIGHT": 3000,
"OBTAINWORLD": "ice",
"objdata": {
"CannotBeDraggedByTangleKelp": true,
"CannotBeTossedByCitron": true,
"ChillInsteadOfFreeze": true,
"HealthPercentThrowImp0": 0.8,
"HealthPercentThrowImp1": 0.6,
"HealthPercentThrowImp2": 0.4,
"ChanceToReverseImp": 0.25
}
},
{
"NAME": "Relic Hunter Zombie",
"_CARDSPRITENAME": "lostrelichunter",
Expand Down

0 comments on commit 1b0f0ca

Please sign in to comment.