瀏覽代碼

Added Woodie card (#5699)

Fixes #5653

Thanks to @RagnaWay
Lemongrass3110 4 年之前
父節點
當前提交
701bdd3d6f
共有 2 個文件被更改,包括 16 次插入0 次删除
  1. 15 0
      db/re/item_db_etc.yml
  2. 1 0
      sql-files/item_db_re_etc.sql

+ 15 - 0
db/re/item_db_etc.yml

@@ -10646,6 +10646,21 @@ Body:
       DropEffect: CLIENT
     Script: |
       bonus bMatk,25;
+  - Id: 4558
+    AegisName: Woodie_Card
+    Name: Woodie Card
+    Type: Card
+    Buy: 20
+    Weight: 10
+    Locations:
+      Garment: true
+    Flags:
+      BuyingStore: true
+      DropEffect: CLIENT
+    Script: |
+      /* bonus bAllStats,2; only during event period */
+      bonus2 bSubEle,Ele_Earth,20;
+      bonus3 bAutoSpellWhenHit,"PR_KYRIE",max(2,getskilllv("PR_KYRIE")),20;
   - Id: 4559
     AegisName: M_Morocc_Card
     Name: Evil Morocc Card

+ 1 - 0
sql-files/item_db_re_etc.sql

@@ -842,6 +842,7 @@ REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4555,'Scrat_Card','Scrat Card','Card',20,10,true,true,true,true,'CLIENT','bonus bMaxHP,100;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4556,'Fenrir_Card','Fenrir Card','Card',10,10,true,true,true,true,'CLIENT','bonus bMatk,50+getrefine()*5;\nbonus bFixedCastrate,-70;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_head_top`,`location_head_mid`,`location_head_low`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4557,'Fenrir_Card_','Weakened Fenrir Card','Card',10,10,true,true,true,true,'CLIENT','bonus bMatk,25;');
+REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_garment`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4558,'Woodie_Card','Woodie Card','Card',20,10,true,true,'CLIENT','/* bonus bAllStats,2; only during event period */\nbonus2 bSubEle,Ele_Earth,20;\nbonus3 bAutoSpellWhenHit,"PR_KYRIE",max(2,getskilllv("PR_KYRIE")),20;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_shoes`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4559,'M_Morocc_Card','Evil Morocc Card','Card',20,100,true,true,'CLIENT','bonus bAspd,1;\nbonus bMaxSPrate,-10;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4560,'Clown_Card','Clown Alphoccio Card','Card',20,10,true,true,'CLIENT','skill "BA_POEMBRAGI",10;\nbonus bFlee,(readparam(bVit)>=110)?40:20;');
 REPLACE INTO `item_db_re` (`id`,`name_aegis`,`name_english`,`type`,`price_buy`,`weight`,`location_armor`,`flag_buyingstore`,`flag_dropeffect`,`script`) VALUES (4561,'Professor_Card','Professor Celia Card','Card',20,10,true,true,'CLIENT','bonus bMatkRate,(readparam(bDex)>=110)?14:7;\nbonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",5,70,BF_MAGIC,0;');