忍者ブログ
遊戯王だったり ポケモンだったり ただの日記だったり まったり更新します
[77] [76] [75] [74] [73] [72] [71] [70] [69] [68] [67]
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

トリトドンできてないけど努力値とか考察とかまとめとく

トリトドン@こだわりめがね

H4B4C248D252
だいちのちから / れいとうビーム / なみのり / めざめるパワー


めざぱは主に4倍狙いなので基本的にはでたらいいなぁ程度

ノオーやルンパッパ牽制のためのヘドロウェーブでいいか





まぁこんなところ






特性は呼び水なためブルンと打ち合いで勝てる・・・?
PR

コメント
無題
めざパ(電)(草)威力65持ってたとしても
H252ブルンゲル乱数二発(24.2%)
先手取られて1ターン目どくどく巻かれて自己再生連打でも負けるし、呪われボディ発動しても負け。

大地の力の場合
乱数2発(62.5%)だが、やはり先手取られるのが原因で上記のパターンで敗北すると思われ。


と、マジレスしてみる。
【2011/10/06 02:23】 NAME[Yamamiso] WEBLINK[] EDIT[]
無題
<rules>
<rule name="主人がスキル準備→ミル準備">
<conditions>
<condition name="skill_preparable" pet_skill="healing"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="master_skill_prepare" event_skill="all"/>
</rule>
<rule name="攻撃→ミル準備">
<conditions>
<condition name="skill_preparable" pet_skill="healing"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="attack" pet_attackable_skill="all" down="true"/>
</rule>
<rule name="ミル発動→ミル準備">
<conditions>
<condition name="skill_preparable" pet_skill="healing"/>
</conditions>
<pattern>
<param_decl/>
<sequence>
<cmd name="process_skill" target="my_pos" timeout="0"/>
<cmd name="prepare_skill" pet_skill="windmill" try_cnt="0" timeout="0"/>
</sequence>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="仮死暴走抑制">
<conditions>
<condition name="target_state" state="walk"/>
<condition name="target_state" state="stop"/>
<condition name="target_state" state="run"/>
<condition name="target_state" state="blowaway"/>
<condition name="target_state" state="shoved"/>
</conditions>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="now_targeting"/>
</rule>
<rule name="認識p-2">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="attacked" master_skill="all" down="true"/>
</rule>
<rule name="認識p-3">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="targeted" targeting_type="attack"/>
</rule>
<rule name="認識m-1">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_attack" master_skill="all"/>
</rule>
<rule name="認識m-2">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="master_targeted" targeting_type="attack"/>
</rule>
<rule name="認識m-3">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="seek_target"/>
</rule>
<rule name="待機">
<conditions/>
<pattern>
<param_decl/>
<sequence/>
</pattern>
<event name="now_targeting"/>
</rule>
</rules>
【2011/12/01 01:51】 NAME[としあき] WEBLINK[] EDIT[]
無題
#include<fd.h>
void main(void){
uint8_t ir;
fd_SetBeepCondition(FD_BEEP_MMI | FD_BEEP_PACKETERR | FD_BEEP_LOWVOLTAGE | FD_BEEP_BOOTUP);
fd_SetUVThreshold(7.4);
DX_ChangeBaudrate(1000000);

fd_DXSetTorqueLimit(1,205);
if(DX_Ping(1,100,NULL)){
while(!fd_rx_buff()){

DX_ReadByteData(100,27,&ir,10,NULL);
fd_printf("%3d\r",ir);
if(ir > 100){
DX_WriteByteData(100,40,10,10,NULL);
DX_WriteByteData(100,41,10,10,NULL);

fd_Wait(10);
fd_printf("%3d\r",ir);

fd_DXSetPosition(1,205);
fd_Wait(2000);
}
else{
fd_DXSetPosition(1,512);
}
}
fd_Wait(1);
}
}

【2011/12/02 15:59】 NAME[頭がお花畑] WEBLINK[] EDIT[]
wwww
#include<fd.h>
void main(void){
uint8_t ir;
fd_SetBeepCondition(FD_BEEP_MMI | FD_BEEP_PACKETERR | FD_BEEP_LOWVOLTAGE | FD_BEEP_BOOTUP);
fd_SetUVThreshold(7.4);
DX_ChangeBaudrate(1000000);

fd_DXSetTorqueLimit(1,205);
if(DX_Ping(1,100,NULL)){
while(!fd_rx_buff()){

DX_ReadByteData(100,27,&ir,10,NULL);
fd_printf("%3d\r",ir);
if(ir > 100){
DX_WriteByteData(100,40,10,10,NULL);
DX_WriteByteData(100,41,10,10,NULL);

fd_Wait(10);
fd_printf("%3d\r",ir);

fd_DXSetPosition(1,512);
fd_Wait(400);
}
else{
fd_DXSetPosition(1,205);
}
}
fd_Wait(1);
}
}
【2011/12/09 14:35】 NAME[ana] WEBLINK[] EDIT[]


コメントフォーム
お名前
タイトル
文字色
メールアドレス
URL
コメント
パスワード
  Vodafone絵文字 i-mode絵文字 Ezweb絵文字


トラックバック
この記事にトラックバックする:


忍者ブログ [PR]
かれんだー
03 2024/04 05
S M T W T F S
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
プロフィール
HN:
あるとろ
年齢:
33
性別:
非公開
誕生日:
1990/07/21
職業:
大学生
趣味:
カードとか
自己紹介:
変態でございます
ブログ内検索
茜ぇぇぇ
茜は俺のry
D.C.II Fall in Love~ダ・カーポII~フォーリンラブ
mabinogi時計
最新コメント
[06/18 としあき]
[01/21 Yamamiso]
[01/21 728]
[01/17 あるとろ]
[01/16 vento728]
バーコード
カウンター
最新トラックバック