Added evolutions for PokemonID 899-904. Added the necessary items and moves from Pokemon Legends Arceus. Added the move effect for Psyshield Bash.

This commit is contained in:
NicoheroesDX 2022-11-05 14:00:05 +01:00
parent f8904fac7a
commit d827663310
5 changed files with 14 additions and 0 deletions

View file

@ -9,3 +9,6 @@ id,identifier
8,three-critical-hits
9,take-damage
10,other
11,agile-style-move
12,strong-style-move
13,recoil-damage

1 id identifier
9 8 three-critical-hits
10 9 take-damage
11 10 other
12 11 agile-style-move
13 12 strong-style-move
14 13 recoil-damage

View file

@ -1606,3 +1606,5 @@ id,identifier,category_id,cost,fling_power,fling_effect_id
1656,carrot-seeds,22,20,,
1657,ability-patch,26,20,,
1658,reins-of-unity,22,0,,
10001,black-augurite,10,0,,
10002,peat-block,10,0,,

1 id identifier category_id cost fling_power fling_effect_id
1606 1656 carrot-seeds 22 20
1607 1657 ability-patch 26 20
1608 1658 reins-of-unity 22 0
1609 10001 black-augurite 10 0
1610 10002 peat-block 10 0

View file

@ -423,6 +423,7 @@ id
441
442
443
444
10001
10002
10003

1 id
423 441
424 442
425 443
426 444
427 10001
428 10002
429 10003

View file

@ -825,6 +825,8 @@ id,identifier,generation_id,type_id,power,pp,accuracy,priority,target_id,damage_
824,glacial-lance,8,15,130,5,100,0,11,2,1,,,,
825,astral-barrage,8,8,120,5,100,0,11,3,1,,,,
826,eerie-spell,8,14,80,5,100,0,10,3,1,,,,
828,psyshield-bash,8,14,70,10,90,0,10,2,444,100,,,
839,barb-barrage,8,4,60,15,100,0,10,2,3,30,,,
10001,shadow-rush,3,10002,55,,100,0,10,2,10001,,,,
10002,shadow-blast,3,10002,80,,100,0,10,2,44,,,,
10003,shadow-blitz,3,10002,40,,100,0,10,2,1,,,,

1 id identifier generation_id type_id power pp accuracy priority target_id damage_class_id effect_id effect_chance contest_type_id contest_effect_id super_contest_effect_id
825 824 glacial-lance 8 15 130 5 100 0 11 2 1
826 825 astral-barrage 8 8 120 5 100 0 11 3 1
827 826 eerie-spell 8 14 80 5 100 0 10 3 1
828 828 psyshield-bash 8 14 70 10 90 0 10 2 444 100
829 839 barb-barrage 8 4 60 15 100 0 10 2 3 30
830 10001 shadow-rush 3 10002 55 100 0 10 2 10001
831 10002 shadow-blast 3 10002 80 100 0 10 2 44
832 10003 shadow-blitz 3 10002 40 100 0 10 2 1

View file

@ -458,3 +458,9 @@ id,evolved_species_id,evolution_trigger_id,trigger_item_id,minimum_level,gender_
459,867,9,,,,,,,,,,,,,,,,0,0
460,745,1,,25,,,,dusk,,,,,,,,,,0,0
461,20,1,,20,,,,night,,,,,,,,,,0,0
462,899,11,,,,,,,828,,,,,,,,,0,0
463,900,3,10001,,,,,,,,,,,,,,,0,0
464,901,3,10002,,,,,full-moon,,,,,,,,,,0,0
465,902,13,,,,,,,,,,,,,,,,0,0
466,903,1,,,,,303,day,,,,,,,,,,0,0
467,904,12,,,,,,,839,,,,,,,,,0,0

1 id evolved_species_id evolution_trigger_id trigger_item_id minimum_level gender_id location_id held_item_id time_of_day known_move_id known_move_type_id minimum_happiness minimum_beauty minimum_affection relative_physical_stats party_species_id party_type_id trade_species_id needs_overworld_rain turn_upside_down
458 459 867 9 0 0
459 460 745 1 25 dusk 0 0
460 461 20 1 20 night 0 0
461 462 899 11 828 0 0
462 463 900 3 10001 0 0
463 464 901 3 10002 full-moon 0 0
464 465 902 13 0 0
465 466 903 1 303 day 0 0
466 467 904 12 839 0 0