Implemented items ID 310178/310179 (#5610)

This commit is contained in:
Atemo 2020-12-07 17:21:54 +01:00 committed by GitHub
parent fd227173dd
commit 1828d204b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42113,26 +42113,30 @@ Body:
bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",7;
bonus2 bSkillAtk,"SU_PICKYPECK",7;
}
# - Id: 310178
# AegisName: aegis_310178
# Name: Automatic Modification Orb(Mirror Counter)
# Type: Card
# Script: |
# .@r = getrefine();
# if (.@r>=9) {
# }
# if (.@r>=11) {
# }
# - Id: 310179
# AegisName: aegis_310179
# Name: Automatic Modification Orb(Reflection Reject)
# Type: Card
# Script: |
# .@r = getrefine();
# if (.@r>=9) {
# }
# if (.@r>=11) {
# }
- Id: 310178
AegisName: aegis_310178
Name: Automatic Modification Orb(Mirror Counter)
Type: Card
Script: |
.@r = getrefine();
if (.@r>=11)
bonus bReduceDamageReturn,7;
else if (.@r>=9)
bonus bReduceDamageReturn,4;
else
bonus bReduceDamageReturn,2;
- Id: 310179
AegisName: aegis_310179
Name: Automatic Modification Orb(Reflection Reject)
Type: Card
Script: |
.@r = getrefine();
if (.@r>=11)
bonus bReduceDamageReturn,9;
else if (.@r>=9)
bonus bReduceDamageReturn,5;
else
bonus bReduceDamageReturn,3;
- Id: 310180
AegisName: Warlock_Robe2
Name: Warlock Stone II (Garment)