Adds 10 new enchant items (#6728)
Added a handful of new enchant items. Updated some placeholders with aegis names. Thanks to @Lemongrass3110
This commit is contained in:
parent
242983f0dd
commit
a534628996
@ -17674,7 +17674,7 @@ Body:
|
||||
bonus5 bAutoSpell,"HW_GRAVITATION",3,100,BF_SHORT|BF_WEAPON,1;
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420017
|
||||
- Tree_Of_Sprout_STR
|
||||
- Overwhelm_Str_Armor
|
||||
- Temporal_M_Str
|
||||
Script: |
|
||||
@ -17692,7 +17692,7 @@ Body:
|
||||
}
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420018
|
||||
- Tree_Of_Sprout_DEX
|
||||
- Overwhelm_Dex_Armor
|
||||
- Temporal_M_Dex
|
||||
Script: |
|
||||
@ -17710,7 +17710,7 @@ Body:
|
||||
}
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420019
|
||||
- Tree_Of_Sprout_AGI
|
||||
- Overwhelm_Agi_Armor
|
||||
- Temporal_M_Agi
|
||||
Script: |
|
||||
@ -17728,7 +17728,7 @@ Body:
|
||||
}
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420020
|
||||
- Tree_Of_Sprout_LUK
|
||||
- Overwhelm_Luk_Armor
|
||||
- Temporal_M_Luk
|
||||
Script: |
|
||||
@ -17746,7 +17746,7 @@ Body:
|
||||
}
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420021
|
||||
- Tree_Of_Sprout_VIT
|
||||
- Overwhelm_Vit_Armor
|
||||
- Temporal_M_Vit
|
||||
Script: |
|
||||
@ -17764,7 +17764,7 @@ Body:
|
||||
}
|
||||
- Combos:
|
||||
- Combo:
|
||||
- aegis_420022
|
||||
- Tree_Of_Sprout_INT
|
||||
- Overwhelm_Int_Armor
|
||||
- Temporal_M_Int
|
||||
Script: |
|
||||
|
@ -139649,7 +139649,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
View: 2025
|
||||
- Id: 420017
|
||||
AegisName: aegis_420017
|
||||
AegisName: Tree_Of_Sprout_STR
|
||||
Name: Young Leaf of World Tree (Str)
|
||||
Type: Armor
|
||||
View: 848
|
||||
@ -139659,7 +139659,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
EquipLevelMin: 100
|
||||
- Id: 420018
|
||||
AegisName: aegis_420018
|
||||
AegisName: Tree_Of_Sprout_DEX
|
||||
Name: Young Leaf of World Tree (Dex)
|
||||
Type: Armor
|
||||
View: 848
|
||||
@ -139669,7 +139669,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
EquipLevelMin: 100
|
||||
- Id: 420019
|
||||
AegisName: aegis_420019
|
||||
AegisName: Tree_Of_Sprout_AGI
|
||||
Name: Young Leaf of World Tree (Agi)
|
||||
Type: Armor
|
||||
View: 848
|
||||
@ -139679,7 +139679,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
EquipLevelMin: 100
|
||||
- Id: 420020
|
||||
AegisName: aegis_420020
|
||||
AegisName: Tree_Of_Sprout_LUK
|
||||
Name: Young Leaf of World Tree (Luk)
|
||||
Type: Armor
|
||||
View: 848
|
||||
@ -139689,7 +139689,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
EquipLevelMin: 100
|
||||
- Id: 420021
|
||||
AegisName: aegis_420021
|
||||
AegisName: Tree_Of_Sprout_VIT
|
||||
Name: Young Leaf of World Tree (Vit)
|
||||
Type: Armor
|
||||
View: 848
|
||||
@ -139699,7 +139699,7 @@ Body:
|
||||
ArmorLevel: 1
|
||||
EquipLevelMin: 100
|
||||
- Id: 420022
|
||||
AegisName: aegis_420022
|
||||
AegisName: Tree_Of_Sprout_INT
|
||||
Name: Young Leaf of World Tree (Int)
|
||||
Type: Armor
|
||||
View: 848
|
||||
|
@ -44113,6 +44113,86 @@ Body:
|
||||
bonus bCritAtkRate,9*(.@r/2);
|
||||
bonus bCritical,3*(.@r/2);
|
||||
bonus2 bAddClass,Class_All,3*(.@r/5);
|
||||
- Id: 29706
|
||||
AegisName: Tenacity1
|
||||
Name: Tenacity Lv1
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,4;
|
||||
bonus bPerfectHitRate,1;
|
||||
- Id: 29707
|
||||
AegisName: Tenacity2
|
||||
Name: Tenacity Lv2
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,8;
|
||||
bonus bPerfectHitRate,2;
|
||||
- Id: 29708
|
||||
AegisName: Tenacity3
|
||||
Name: Tenacity Lv3
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,12;
|
||||
bonus bPerfectHitRate,3;
|
||||
- Id: 29709
|
||||
AegisName: Tenacity4
|
||||
Name: Tenacity Lv4
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,16;
|
||||
bonus bPerfectHitRate,4;
|
||||
- Id: 29710
|
||||
AegisName: Tenacity5
|
||||
Name: Tenacity Lv5
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,20;
|
||||
bonus bPerfectHitRate,5;
|
||||
- Id: 29711
|
||||
AegisName: Tenacity6
|
||||
Name: Tenacity Lv6
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,24;
|
||||
bonus bPerfectHitRate,6;
|
||||
- Id: 29712
|
||||
AegisName: Tenacity7
|
||||
Name: Tenacity Lv7
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,28;
|
||||
bonus bPerfectHitRate,7;
|
||||
- Id: 29713
|
||||
AegisName: Tenacity8
|
||||
Name: Tenacity Lv8
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,32;
|
||||
bonus bPerfectHitRate,10;
|
||||
- Id: 29714
|
||||
AegisName: Tenacity9
|
||||
Name: Tenacity Lv9
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,36;
|
||||
bonus bPerfectHitRate,9;
|
||||
- Id: 29715
|
||||
AegisName: Tenacity10
|
||||
Name: Tenacity Lv10
|
||||
Type: Card
|
||||
SubType: Enchant
|
||||
Script: |
|
||||
bonus bShortAtkRate,44;
|
||||
bonus bPerfectHitRate,10;
|
||||
- Id: 31000
|
||||
AegisName: Rudo_Card_J
|
||||
Name: Rudo Card
|
||||
|
Loading…
x
Reference in New Issue
Block a user