diff --git a/Anima-Beyond-Fantasy-French/A-BF.css b/Anima-Beyond-Fantasy-French/A-BF.css new file mode 100644 index 0000000000..7b07f9dbff --- /dev/null +++ b/Anima-Beyond-Fantasy-French/A-BF.css @@ -0,0 +1,363 @@ +div.sheet-tab-content { display: none; } +input.sheet-tab1:checked ~ div.sheet-tab1, +input.sheet-tab2:checked ~ div.sheet-tab2, +input.sheet-tab3:checked ~ div.sheet-tab3, +input.sheet-tab4:checked ~ div.sheet-tab4, +input.sheet-tab5:checked ~ div.sheet-tab5, +input.sheet-tab6:checked ~ div.sheet-tab6 +{ + display: block; +} +input.sheet-secondary_tab1:checked ~ div.sheet-secondary_tab1, +input.sheet-secondary_tab2:checked ~ div.sheet-secondary_tab2, +input.sheet-secondary_tab3:checked ~ div.sheet-secondary_tab3, +input.sheet-secondary_tab4:checked ~ div.sheet-secondary_tab4, +input.sheet-secondary_tab5:checked ~ div.sheet-secondary_tab5, +input.sheet-secondary_tab6:checked ~ div.sheet-secondary_tab6, +input.sheet-secondary_tab7:checked ~ div.sheet-secondary_tab7, +input.sheet-secondary_tab8:checked ~ div.sheet-secondary_tab8 +{ + display:block; +} +input.sheet-tab{ + width:150px; + height: 20px; + top: 5px; + left: 6px; + margin: 5px; + cursor: pointer; + z-index: 1; +} +input.sheet-tab::before{ + content: attr(title); + + border-radius:.5em; + border:2px solid black; + text-align: center; + display: inline-block; + + background: black; + color:white; + width: 150px; + height: 20px; + font-size: 18px; +} +input.sheet-tab:checked::before{ + background:#CCCCCC; + color:black; + border-radius:.5em; + border:2px solid black; +} + +input.sheet-small_tab{ + width:90px; + height: 20px; + cursor: pointer; + z-index: 1; + margin:5px; +} +input.sheet-small_tab::before{ + content: attr(title); + + border-radius:.5em; + text-align: center; + display: inline-block; + color:white; + background:black; + border:2px solid black; + width: 90px; + height:20px; + font-size: 14px; + +} +input.sheet-small_tab:checked::before{ + border:2px solid black; + background:#CCCCCC; + color:black; + border-radius:.5em; +} + +div.sheet-tab-content{ + border-top-color: #000; + margin: 2px 0 0 0; +} + +select { margin-bottom: 0; } +button[type=roll].sheet-d10-roll-button::before{ + font-family: "dicefontd10"; + content: "t"; +} +button[type=roll].sheet-d100-roll-button::before{ + font-family: "dicefontd10"; + content: "T"; +} +button[type=roll].sheet-widebutton{ + width:90px; +} +input[type=number].sheet-longnum{width:60px;} +input[type=text]{text-align:center;} +input[disabled=true]{ + background-color:#c6c6c6; + border:1px solid black; +} + +div.sheet-wrapper{ + position:relative; + margin:3px; + border:5px solid black; + display:inline-block; +} +div.sheet-page_wrapper{ + width:810px; + display:block; +} +.sheet-sidebubbled{ + font-size: 11pt; + width:40px; + font-weight:bold; + border:2px solid black; + color:white; + float:left; + background-color:black; + text-align: center; + padding-top:1px; + padding-left:3px; + padding-bottom:4px; + border-top-left-radius: 1em; + border-bottom-left-radius: 1em; + font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; +} +.sheet-characteristic_mod{ + width:60px; + margin-left:2px; +} +.sheet-title{ + text-align: center; + font-family: 'station'; + background-color: black; + color: white; + padding-bottom:8px; + padding-top:8px; + width: 100%; + font-size: 20pt; +} +.sheet-dark_row{ + color:white; + background-color:black; +} +.sheet-style_row{ + position:relative; + display:block; + margin: 3px; +} + +.sheet-cell{display:inline-block;} +.sheet-actual_cell{ + width:55px; + font-size:9pt; + padding-top:7px; + padding-left:7px; + font-weight:bold +} +.sheet-advantage_text{width:300px;} +div[data-groupname="repeating_initiative"] .repitem:nth-child(even), +div[data-groupname="repeating_secondaryabilities"] .repitem:nth-child(even), +div[data-groupname="repeating_advantage"] .repitem:nth-child(even), +div[data-groupname="repeating_spellpaths"] .repitem:nth-child(even), +div[data-groupname="repeating_spells"] .repitem:nth-child(even), +div[data-groupname="repeating_invocations"] .repitem:nth-child(even), +div[data-groupname="repeating_spellcreature"] .repitem:nth-child(even), +div[data-groupname="repeating_mentalpatterns"] .repitem:nth-child(even), +div[data-groupname="repeating_mentalmods"] .repitem:nth-child(even), +div[data-groupname="repeating_maintainedpowers"] .repitem:nth-child(even), +div[data-groupname="repeating_psychicpowers"] .repitem:nth-child(even), +div[data-groupname="repeating_arsmagnus"] .repitem:nth-child(even), +div[data-groupname="repeating_martialarts"] .repitem:nth-child(even), +div[data-groupname="repeating_kicreatures"] .repitem:nth-child(even), +div[data-groupname="repeating_weaponpoficiencies"] .repitem:nth-child(even) +{ + background:#85D6FF; +} +div[data-groupname="repeating_disciplines"] .repitem, +{ + display: inline-block; +} +div[data-groupname="repeating_weapons"], +div[data-groupname="repeating_rangedweapons"], +div[data-groupname="repeating_kitechniques"] +{ + background:#B2B2B2; +} +div[data-groupname="repeating_weapons"] .repitem, +div[data-groupname="repeating_rangedweapons"] .repitem, +div[data-groupname="repeating_kitechniques"] .repitem +{ + padding:0px; + border:2px solid black; + background:white; + margin:4px; + display: inline-block; +} +.sheet-kipool{ + width: 30px; + padding-left:2px; +} +div .repitem{ + padding:4px; +} + +.sheet-longbubble{ + width:70px; +} +.sheet-secondary_bubble{ + width:80px; + float:none; +} +.sheet-red{ + color:red; + font-weight:bold; +} +.sheet-secondary_bubble.sheet-red{ + color:white; + border:2px solid red; +} +.sheet-smalltitle{ + font-size:13pt; +} +.sheet-point_tracker{ + border-radius:1em; +} +.sheet-ki_row{ + position:relative; + width:93%; + display:inline-block; +} +.sheet-ki_cost{ + float:right; + margin-right:3px; +} +.sheet-ki_title{ + margin-right:10px; + font-weight:bold; +} +.sheet-ki_indent1{ + margin-left:10px; +} +.sheet-ki_indent2{ + margin-left:15px; +} +.sheet-ki_indent3{ + margin-left:25px; +} +.sheet-ki_indent4{ + margin-left:40px; +} +.sheet-ki_seal_checkbox{ + margin-left:22px; + margin-right:21px; + margin-top:2px; +} +.sheet-fullbubble{ + border:3px solid black; + border-radius:.5em; + width:40px; + margin:5px; + text-align:center; + background-color:black; + color:white; + font-weight:bold; +} +/* Start CSS for ki ability box here*/ +input.sheet-useofki:not(:checked) ~ .sheet-req_useofki{ + display:none; +} +input.sheet-kidetection:not(:checked) ~ .sheet-req_kidetection{ + display:none; +} +input.sheet-weightelim:not(:checked) ~ .sheet-req_weightelim{ + display:none; +} +input.sheet-levitation:not(:checked) ~ .sheet-req_levitation{ + display:none; +} +input.sheet-pext:not(:checked) ~ .sheet-req_pext{ + display:none; +} +input.sheet-enearmor:not(:checked) ~ .sheet-req_enearmor{ + display:none; +} +input.sheet-grtarmor:not(:checked) ~ .sheet-req_grtarmor{ + display:none; +} +input.sheet-aext:not(:checked) ~ .sheet-req_aext{ + display:none; +} +input.sheet-kitransmit:not(:checked) ~ .sheet-req_kitransmit{ + display:none; +} +input.sheet-kiheal:not(:checked) ~ .sheet-req_kiheal{ + display:none; +} +input.sheet-useofnecenergy:not(:checked) ~ .sheet-req_useofnecenergy{ + display:none; +} +input.sheet-useofnecenergy:not(:checked) ~ .sheet-req_kiconceal{ + display:none; +} +input.sheet-elimofnecess:not(:checked) ~ .sheet-req_elimofnecess{ + display:none; +} +input.sheet-penreduction:not(:checked) ~ .sheet-req_penreduction{ + display:none; +} +input.sheet-charaugment:not(:checked) ~ .sheet-req_charaugment{ + display:none; +} +input.sheet-physdom:not(:checked) ~ .sheet-req_physdom{ + display:none; +} +input.sheet-physchange:not(:checked) ~ .sheet-req_physchange{ + display:none; +} +input.sheet-multbody:not(:checked) ~ .sheet-req_multbody{ + display:none; +} +input.sheet-grtmultbody:not(:checked) ~ .sheet-req_grtmultbody{ + display:none; +} +input.sheet-magnitude:not(:checked) ~ .sheet-req_magnitude{ + display:none; +} +input.sheet-ki_inhumanity:not(:checked) ~ .sheet-req_ki_inhumanity{ + display:none; +} +/* end CSS for ki abilities*/ +/* CSS for nemesis abilities */ + +input.sheet-useofnemesis:not(:checked) ~ .sheet-req_useofnemesis{ + display:none; +} + +input.sheet-armemptiness:not(:checked) ~ .sheet-req_armemptiness{ + display:none; +} + +input.sheet-kicancel:not(:checked) ~ .sheet-req_kicancel{ + display:none; +} +input.sheet-magicancel:not(:checked) ~ .sheet-req_magicancel{ + display:none; +} +input.sheet-matricancel:not(:checked) ~ .sheet-req_matricancel{ + display:none; +} +input.sheet-bodyofempty:not(:checked) ~ .sheet-req_bodyofempty{ + display:none; +} +input.sheet-essenceempty:not(:checked) ~ .sheet-req_essenceempty{ + display:none; +} +input.sheet-nem_inhumanity:not(:checked) ~ .sheet-req_nem_inhumanity{ + display:none; +} +/* end CSS for nemesis abilities*/ \ No newline at end of file diff --git a/Anima-Beyond-Fantasy-French/A-BF.html b/Anima-Beyond-Fantasy-French/A-BF.html new file mode 100644 index 0000000000..db576ddc20 --- /dev/null +++ b/Anima-Beyond-Fantasy-French/A-BF.html @@ -0,0 +1,2798 @@ + + + + + + + +
+
+
+
+
Infos Générales
+
+
Nom
+
Taille
+
Poids
+
Taille
+
Apparence
+
+
+ + + + + +
+
+
Race
+
Classe
+
Age
+
Genre
+
+
+ + + + +
+
+
Niveau
+
PF
+
Présence
+
EXP
+
Niv. Suivant
+
+
+ + + + + +
+
+
+
Résistances
+
+
Type
+
Spécial
+
Total
+
+
+
RPhy
+ + + +
+
+
RMal
+ + + +
+
+
RPoi
+ + + +
+
+
RMys
+ + + +
+
+
RPsy
+ + + +
+
+
+
Caractéristiques
+
+
AGI
+ + + +
+
+
CON
+ + + +
+
+
DEX
+ + + +
+
+
FOR
+ + + +
+
+
INT
+ + + +
+
+
PER
+ + + +
+
+
POU
+ + + +
+
+
VOL
+ + + +
+
+
+
+
+
Mouvement
+
+
Pén.
+ +
+
+
Bonus
+ +
+
+
Total
+ +
+
+
Mouv. max
+ m +
+
+
1/4 Mouv.
+ m +
+
+
Course
+ m +
+
+
+
PV
+
+
Base
+ +
+
+
Mult.
+ +
+
+
Classe
+ +
+
+
Spéc.
+ +
+
+
Total
+ +
+
+
Actuel
+ +
+ +
+
+
Fatigue
+
+
Base
+ +
+
+
Spéc.
+ +
+
+
Total
+ +
+
+
Actuel
+ +
+
+
+
Attaque
+
+
Base
+ +
+
+
Classe
+ +
+
+
Total
+ +
+
+ +
+
+
+
Parade
+
+
Base
+ +
+
+
Classe
+ +
+
+
Total
+ +
+
+ +
+
+
+
Esquive
+
+
Base
+ +
+
+
Classe
+ +
+
+
Total
+ +
+
+ +
+
+
+
+
+
+
Initiative
+
+
Armure
+
Arme
+
Classe
+
Spécial
+
Total
+
+
+ +
+ + + + + + +
+
+
+
+
+
+
Compétences Secondaires
+
Les Compétences Secondaires en ROUGE sont affectées par l'Armure.
+ + + + + + + + + +
+
# Nat.
+
Nom
+
Base
+
Classe
+
Spécial
+
Total
+
+
+
+ +
Acrobaties
+ + + + + +
+
+ +
Athlétisme
+ + + + + +
+
+ +
Escalade
+ + + + + +
+
+ +
Saut
+ + + + + +
+
+ +
Equitation
+ + + + + +
+
+ +
Natation
+ + + + + +
+
+
+
+ +
Etiquette
+ + + + + +
+
+ +
Intimidation
+ + + + + +
+
+ +
Command.
+ + + + + +
+
+ +
Persuasion
+ + + + + +
+
+ +
Conn. Rue
+ + + + + +
+
+ +
Style
+ + + + + +
+
+ +
Commerce
+ + + + + +
+
+
+
+ +
Vigilance
+ + + + + +
+
+ +
Observation
+ + + + + +
+
+ +
Pistage
+ + + + + +
+
+
+
+ +
Animaux
+ + + + + +
+
+ +
Evaluation
+ + + + + +
+
+ +
Herboris.
+ + + + + +
+
+ +
Histoire
+ + + + + +
+
+ +
Loi
+ + + + + +
+
+ +
E. Magique
+ + + + + +
+
+ +
Médicine
+ + + + + +
+
+ +
Memoris.
+ + + + + +
+
+ +
Navigation
+ + + + + +
+
+ +
Occultisme
+ + + + + +
+
+ +
Sciences
+ + + + + +
+
+ +
Tactique
+ + + + + +
+
+
+
+ +
Impassibilité
+ + + + + +
+
+ +
P. de Force
+ + + + + +
+
+ +
Rés. Douleur
+ + + + + +
+
+
+
+ +
Déguise.
+ + + + + +
+
+ +
Camouflage
+ + + + + +
+
+ +
Crochetage
+ + + + + +
+
+ +
Poisons
+ + + + + +
+
+ +
Discrétion
+ + + + + +
+
+ +
Larcin
+ + + + + +
+
+ +
Pièges
+ + + + + +
+
+
+
+ +
Art
+ + + + + +
+
+ +
Danse
+ + + + + +
+
+ +
Forge
+ + + + + +
+
+ +
Musique
+ + + + + +
+
+ +
H. Manuelle
+ + + + + +
+
+
+
+ + + + + + + + +
+
+
+
+ +
+
+
+
+
Avantages
+
+
Nom
+
Coût
+
+
+ + +
+
+
+
+
+
Désavantages
+
+
Nom
+
Bénéfice
+
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+
+
+ +
+
+
+
+
Projection
+
+
Base
+ +
+
+
Spécial
+ +
+
+
Total
+ +
+
+
+ Déséquil. + +
+
+
+
Off.
+ + +
Def.
+ +
+
+ + +
+
+
+
AMR
+
+
Accumulation
+
+
Base AMR
+ +
+
+
Mult.
+ +
+
+
Spécial
+ +
+
+
AMR Tot.
+ +
+
+
+
Régénération
+
+
Régén. Mult.
+ +
+
+
Spécial
+ +
+
+
Récupération
+ +
+
+
Régén. /jour
+ +
+
+
+
+
Zéon
+
+
Base
+ +
+
+
Classe
+ +
+
+
Spéc.
+ +
+
+
Total
+ +
+
+
Actuel
+ +
+
+
+
+
+
+
Niv. de Magie
+
+
Base
+ +
+
+
INT
+ +
+
+
Spécial
+ +
+
+
Total
+ +
+
+
Utilisés
+ +
+
+
+
+
+
+
Théorèmes Mag.
+
+
+ +
+
+
+
+
Magie Innée
+ +
+
+
+
+
+
Convocations
+
+
Capacité
+
Base
+
Classe
+
Spécial
+
Total
+
+
+
Convoquer
+ + + + + +
+
+
Dominer
+ + + + + +
+
+
Lier
+ + + + + +
+
+
Renvoyer
+ + + + + +
+
+
+
+
+
+
+
Voies de magie
+
+
Voie
+
Niveau
+
+
+ + +
+
+
+
Sorts Actifs/Créatures Liées
+
+
Sorts Actifs ou Créatures Liées
+
Coût quot.
+
+
+ + +
+
+
Coût Total
+ +
Régén. /jour
+ +
+
+
+
+
+
Sorts acquis et d'Accès Libre
+
+
Nom Sort
+
Voie
+
Coût
+
+
+ + + +
+
+
+
Invocations
+
+
Nom
+
Coût
+
Difficulté
+
+
+ + + +
+
+ +
+
+
+
+
+
+ +
+
+
+
+
PPP
+
+
Base
+ +
+
+
Classe
+ +
+
+
Total
+ +
+
+
Utilisés
+ +
+
+
Libres
+ +
+
+ +
+
Talent Psy
+
+
Base
+ +
+
+
PPP invest.
+ +
+
+
Spécial
+ +
+
+
Total
+ + +
+
+ +
+
+ +
+
Projection
+
+
Base
+ +
+
+
Spécial
+ +
+
+
Final
+ +
+
+ +
+
+
+
+
+
Disciplines
+
+ +
+
+
+
Pouvoirs Connus
+
+
Nom
+
Bonus
+
Min. Diff.
+
+
+ + + +
+
+
Coût Total
+ +
PPP
+
+
+
+ +
+
+
+
Patrons Mentaux
+
+
Nom
+
Coût
+
Annulé
+
Coût Total
+
+
+ + + + +
+
+
Modificateurs
+
+
+ +
+
+
+
+
+
Pouvoirs Maintenus
+
+
Attaches
+ +
Coût Total
+ +
PPP
+
+
+
Nom
+
Niv.
+
Effets
+
+
+ + + +
+
+
+
+ + + + + + +
+
+ +
+
+
+
+ +
+
Pouvoirs Ki
+
+
Utilisation du Ki
+
(40)
+
+ + +
+
Contrôle du Ki
+
(30)
+
+ + +
+
Détection du Ki
+ + +
(20)
+
+ + +
+
Appréciation du Ki
+
(10)
+
+ + +
+
Annulation du Poids
+
(10)
+
+ + +
+
Lévitation
+
(20)
+
+ + +
+
Déplacement d''Objets
+
(10)
+
+ + +
+
Déplacement des Masses
+
(20)
+
+ + +
+
Vol
+
(20)
+
+ + +
+
Extrusion de Ki
+
(10)
+
+ + +
+
Armure d'Energie
+
(10)
+
+ + +
+
Armure d'Energie Majeure
+
(10)
+
+ + +
+
Armure d'Energie Arcane
+
(10)
+
+ + +
+
Extension de l'Aura à l'Arme
+
(10)
+
+ + +
+
Attaque Elem : Feu
+
(10)
+
+ + +
+
Attaque Elem : Glace
+
(10)
+
+ + +
+
Attaque Elem : Air
+
(10)
+
+ + +
+
Attaque Elem : Terre
+
(10)
+
+ + +
+
Attaque Elem : Lumière
+
(10)
+
+ + +
+
Attaque Elem : Ténèbres
+
(10)
+
+ + +
+
Dégâts Accrus
+
(10)
+
+ + +
+
Portée Accrue
+
(10)
+
+ + +
+
Vitesse Accrue
+
(10)
+
+ + +
+
Destruction par le Ki
+
(20)
+
+ + +
+
Absorption d'Energie
+
(30)
+
+ + +
+
Bouclier Physique
+
(10)
+
+ + +
+
Transmission du Ki
+
(10)
+
+ + +
+
Guérison par le Ki
+
(10)
+
+ + +
+
Guérison Supérieure
+
(10)
+
+ + +
+
Stabilisation
+
(10)
+
+ + +
+
Sacrifice vital
+
(10)
+
+ + +
+
Util. de l'Energie Nécessaire
+
(10)
+
+ + +
+
Dissimulation du Ki
+ + +
(10)
+
+ + +
+
Aura de Dissimulation
+
(10)
+
+ + +
+
Fausse Mort
+
(10)
+
+ + +
+
Util. de l'Energie Nécessaire
+
(10)
+
+ + +
+
Immunité Elem : Feu
+
(20)
+
+ + +
+
Immunité Elem : Froid
+
(20)
+
+ + +
+
Immunité Elem : Electricité
+
(20)
+
+ + +
+
Elimination des Malus
+
(20)
+
+ + +
+
Récupération
+
(20)
+
+ + +
+
Récupération d'autrui
+
(10)
+
+ + +
+
Augment. des caractéristiques
+
(20)
+
+ + +
+
Accroissement Supérieur
+
(20)
+
+ + +
+
Tech. de Combat Improvisées
+
(50)
+
+ + +
+
Forcer Technique
+
(20)
+
+ + +
+
Aura de Combat
+
(40)
+
+ + +
+
Maîtrise Physique
+
(10)
+
+ + +
+
Changement Physique
+
(30)
+
+ + +
+
Changement Supérieur
+
(20)
+
+ + +
+
Multiplication des Corps
+
(30)
+
+ + +
+
Mult. des Corps Majeure
+
(30)
+
+ + +
+
Mult. des Corps Arcane
+
(40)
+
+ + +
+
Magnitude
+
(30)
+
+ + +
+
Magnitude Arcane
+
(30)
+
+ + +
+
Contrôle de l'Âge
+
(20)
+
+ + +
+
Imitation de Techniques
+
(50)
+
+ + +
+
Surhumanité
+
(30)
+
+ + +
+
Zen
+
(50)
+
+ +
+ +
+
Nemesis Abilities
+
+
Use of Nemesis
+
(70)
+
+ + +
+
Armor of Emptiness
+
(20)
+
+ + +
+
Noht
+
(30)
+
+ + +
+
Ki Cancellation
+
(30)
+
+ + +
+
Greater Ki Cancellation
+
(20)
+
+ + +
+
Magic Cancellation
+
(30)
+
+ + +
+
Greater Magic Cancellation
+
(20)
+
+ + +
+
Matrices Cancellation
+
(30)
+
+ + +
+
Greater Matrices Cancellation
+
(20)
+
+ + +
+
Binding Cancellation
+
(30)
+
+ + +
+
Emptiness Extrusion
+
(30)
+
+ + +
+
Body of Emptiness
+
(10)
+
+ + +
+
No Needs
+
(10)
+
+ + +
+
Movement of Emptiness
+
(20)
+
+ + +
+
Form of Emptiness
+
(30)
+
+ + +
+
Essence of Emptiness
+
(30)
+
+ + +
+
One with the Nothing
+
(40)
+
+ + +
+
Aura of Emptiness
+
(30)
+
+ + +
+
Undetectable
+
(10)
+
+ + +
+
Inhumanity
+
(20)
+
+ + +
+
Zen
+
(40)
+
+ +
+
+
+ +
+
Réserve Ki
+
+
Ki
+
Accu.
+
Base
+
Max
+
Actuel
+
+
+
AGI
+ + + + +
+
+
CON
+ + + + +
+
+
DEX
+ + + + +
+
+
FOR
+ + + + +
+
+
POU
+ + + + +
+
+
VOL
+ + + + +
+
+
Total
+ + + + +
+
+ +
+
Développement Intérieur
+
+
Base
+ +
+
+
Classe
+ +
+
+
Spécial
+ +
+
+
Total
+ +
+
+
Dépensé
+ +
+
+ +
+
Arts Martiaux
+
+
Art Martial
+
Niv.
+
Effets
+
+
+ + + +
+
+
Dégâts
+
Mult.
+
Total
+
Bonus DI
+
+
+ + +
X
+ + + +
+
+ +
+
Techniques du Ki
+
+
+ +
Niv.
+ +
DI
+ +
+
+
Fréquence
+ +
Action Liée
+ +
+
+
Ki
+
Util.
+
Maint.
+
Effet
+
DI
+
+
+
+
+
AGI
+ + +
+
+
CON
+ + +
+
+
DEX
+ + +
+
+
FOR
+ + +
+
+
POU
+ + +
+
+
VOL
+ + +
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+
+ +
+
Sceaux
+
+
Bois
+
Métal
+
Air
+
Eau
+
Feu
+
+
+ + + + + +
+
+ + + + + +
+
+ +
+
Limites
+
+ +
+
+ +
+
+ +
+
Ars Magnus
+
+
Nom
+
DP
+
DI
+
+
+ + + +
+
+ +
+
Créatures
+
+
Nom Créature
+
Niv.
+
Sceaux Requis
+
+
+ + + + + +
+
+ + + +
+
+ + + +
+
+ +
+
+ +
+
Port d'Armure
+
+
Base
+ +
+
+
Classe
+ +
+
+
Spéc.
+ +
+
+
Total
+ +
+
+ +
+
+
+
Armure
+
Qualité
+
Présence
+
Solidité
+
Port Requis
+
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+ + + + + + + + + + + +
+
+
+
+
Armure
+
TRA
+
CON
+
PER
+
CHA
+
FRO
+
ELE
+
ENE
+
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+ + + + + + + + +
+
+
IP Total
+ + + + + + + +
+
+
+
+
Corps à Corps
+
+
+ +
+
+
Qualité
+
Vitesse
+
Attaque
+
Bouclier
+
Parade
+
+
+ + + + + + + + +
+
+
Primaire
+
Secondaire
+
Dég.
+
2M
+
FOR
+
Total
+
+
+ + + +
+
+ + +
=
+ +
+
+
Solidité
+
Fracass.
+
FOR
+
Fracass. Total
+
+
+ + + +
+
+ +
=
+ + +
+
+
Présence
+ + + +
+
+
+ +
+
Combat à Distance
+
+
+ +
+
+
Qualité
+
Vitesse
+
Attaque
+
Parade
+
+
+ + + + + + + + +
+
+
Primaire
+
Secondaire
+
Dég.
+
FOR Arme
+
Total
+
+
+ + + +
+
+ +
=
+ +
+
+
Solidité
+
Fracass.
+
FOR
+
Fracass. Total
+
+
+ + + +
+
+ +
=
+ + +
+
+
Présence
+ + + +
+
+
+ +
+
Modules d'Armes
+
+
Nom Module
+
Type
+
Coût
+
+
+ + + +
+
+
+
+ +
+
+ +
+ +
Monnaies
+
+ + + + + + + + + + +
+
+ +
+
Artefacts
+
+
Nom
+
Effet
+
Poids
+
+
+ + + +
+
+
+
Outils Divers
+
+
Nom
+
Effet
+
Poids
+
+
+ + + +
+
+ +
+
Equipements divers
+
+
Nom
+
Poids
+
Nom
+
Poids
+
Nom
+
Poids
+
+
+ + +
+ +
+ + + + +
+
\ No newline at end of file diff --git a/Anima-Beyond-Fantasy-French/preview.png b/Anima-Beyond-Fantasy-French/preview.png new file mode 100644 index 0000000000..64fd3c799d Binary files /dev/null and b/Anima-Beyond-Fantasy-French/preview.png differ diff --git a/Anima-Beyond-Fantasy-French/sheet.json b/Anima-Beyond-Fantasy-French/sheet.json new file mode 100644 index 0000000000..b2a8200d80 --- /dev/null +++ b/Anima-Beyond-Fantasy-French/sheet.json @@ -0,0 +1,8 @@ + "html": "A:BF.html", +- "css": "A:BF.css", ++ "html": "A-BF.html", ++ "css": "A-BF.css", + "authors": "Phoxounet","aRotondi" + "roll20userid": "781167", + "preview": "preview.png", + "instruction": "some parts still need to be translated (automated rolls, Nemesis abilities). Don't hesitate to contact me on the forum for questions or requests." \ No newline at end of file