-
Notifications
You must be signed in to change notification settings - Fork 0
/
creatures-monsters-hobgoblin.html
66 lines (60 loc) · 4.66 KB
/
creatures-monsters-hobgoblin.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="fr">
<head data-include="cre,mon,snd,css,crs">
<meta charset="utf-8">
<script src="scr/boot.js"></script>
</head>
<body>
<article class="clear">
<div class="media"></div>
<div class="record">
<div class="topic">
<h1></h1>
<p class="source"><span class="hide"><strong data-lng="source"></strong> : </span><cite></cite></p>
</div>
<div class="stat-block">
<h2 class="hide" data-lng="cre_stats"></h2>
<div class="head upper"><span class="hide"><strong data-lng="class_and_level"></strong> : </span><span style="display: none;" data-stat="cls_lvl"></span></div>
<div class="head lower"><span class="hide"><strong data-lng="type_and_size"></strong> : </span><span data-stat="type_size"></span></div>
<div><strong class="stat" data-lng="hit_dice"></strong> : <span class="line" data-stat="hd"></span></div>
<div><strong class="stat" data-lng="initiative"></strong> : <span class="line" data-stat="init"></span></div>
<div><strong class="stat" data-lng="speed"></strong> : <span class="line" data-stat="speed"></span></div>
<div><strong class="stat" data-lng="armor_class"></strong> : <span class="line" data-stat="ac"></span></div>
<div><strong class="stat" data-lng="base_attack_grapple"></strong> : <span class="line" data-stat="bab_grap"></span></div>
<div><strong class="stat" data-lng="attack"></strong> : <span class="line" data-stat="atk"></span></div>
<div><strong class="stat" data-lng="full_attack"></strong> : <span class="line" data-stat="full_atk"></span></div>
<div><strong class="stat" data-lng="space_reach"></strong> : <span class="line" data-stat="space_reach"></span></div>
<div><strong class="stat" data-lng="special_attacks"></strong> : <span class="line" data-stat="spe_atk"></span></div>
<div><strong class="stat" data-lng="special_qualities"></strong> : <span class="line" data-stat="spe_qlt"></span></div>
<div><strong class="stat" data-lng="saves"></strong> : <span class="line" data-stat="sv"></span></div>
<div><strong class="stat" data-lng="abilities"></strong> : <span class="line" data-stat="ab"></span></div>
<div><strong class="stat" data-lng="skills"></strong> : <span class="line" data-stat="sk"></span></div>
<div><strong class="stat" data-lng="feats"></strong> : <span class="line" data-stat="ft"></span></div>
<div><strong class="stat" data-lng="environment"></strong> : <span class="line" data-stat="env"></span></div>
<div><strong class="stat" data-lng="organization"></strong> : <span class="line" data-stat="org"></span></div>
<div><strong class="stat" data-lng="challenge_rating"></strong> : <span class="line" data-stat="cr"></span></div>
<div><strong class="stat" data-lng="treasure"></strong> : <span class="line" data-stat="trs"></span></div>
<div><strong class="stat" data-lng="alignment"></strong> : <span class="line" data-stat="aln"></span></div>
<div><strong class="stat" data-lng="advancement"></strong> : <span class="line" data-stat="adv"></span></div>
<div><strong class="stat" data-lng="level_adjustment"></strong> : <span class="line" data-stat="adj"></span></div>
</div>
<div class="detail">
<h2 class="hide" data-lng="cre_desc"></h2>
<p>Les hobgobelins sont de proches cousins des gobelins. Leur peau rouge orangé est couverte de poils brun-roux à gris sombre selon les individus. Les mâles de grande taille ont souvent le nez bleu ou rouge. Leurs yeux sont jaunes ou noisette et leurs dents sont jaunâtres. Ils portent le plus souvent des vêtements de couleur vive, le rouge sang agrémenté de cuir noir étant leur association favorite. Leurs armes sont toujours bien entretenues.</p>
<p>Les hobgobelins parlent le gobelin et le commun.</p>
<p>La plupart des hobgobelins rencontrés en dehors de chez eux sont des hommes d'armes.</p>
<h2 data-lng="cre_combat"></h2>
<p>Adeptes de la stratégie, les hobgobelins sont capables d'appliquer des plans complexes. Leur sens de la discipline peut leur permettre de remporter de nombreuses batailles pour peu qu'ils soient sous les ordres d'un maître tacticien. Ils haïssent les elfes, qu'ils attaquent de préférence à n'importe quel adversaire.</p>
<h2 class="hide" data-lng="cre_specs"></h2>
<p><strong>Compétences</strong>. Les hobgobelins bénéficient d'un bonus racial de +4 aux tests de Déplacement silencieux.</p>
</div>
</div>
</article>
<script>
window.onload = function() {
initialize();
initializeCreature($monsters, "HOBGOBLIN");
};
</script>
</body>
<html>