Method: BCDice::GameSystem::ShinkuuGakuen#getWeaponTableShortSwordCounter
- Defined in:
- lib/bcdice/game_system/ShinkuuGakuen.rb
#getWeaponTableShortSwordCounter ⇒ Object
254 255 256 257 258 259 260 261 262 263 264 265 266 |
# File 'lib/bcdice/game_system/ShinkuuGakuen.rb', line 254 def getWeaponTableShortSwordCounter {name: '小剣カウンター', table: [[11, 'リポスト', 'カウンター'], [22, nil, nil], [33, nil, nil], [44, nil, nil], [55, nil, nil], [66, nil, nil], [77, nil, nil], [88, 'マタドール', 'カウンター、麻痺効果「注意力」5'], [99, nil, nil], [0, 'マリオネット', '攻撃の相手を変える'],]} end |