diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 7e79d52..40442c0 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -# SpacePaper -The free 4x paper game designed by Jne[CrAcK] +![logo](https://raw.githubusercontent.com/dahut87/SpacePaper/master/images/logo.png) ## En cours de développement -**Cette version du jeu n'est pas terminée, de nombreuses corrections orthographiques et un équilibre du jeu est nécessaire avant que le jeu soit pleinement jouable.** +**Cette version du jeu est en cours de test. De nombreuses corrections orthographiques et un équilibrage du jeu est nécessaire avant que le jeu soit pleinement jouable.** + +**Les nouvelles règles sont en cours d'écriture** ## Création -SpacePaper est né le 7 juin 2018 dans l’esprit d’un trentenaire fanatique de jeux de plateau (Projet Gaïa et Terra Mystica) et de jeux vidéos 2x et 4x (exploration, expansion, exploitation et extermination). L’idée de base était de calquer la profondeur stratégique d’un jeux vidéo 4x sur un jeux de plateau tout en gardant la possibilité de pouvoir l’imprimer aisément sur du simple papier coloré. Seul un dé et quelques marqueurs (cailloux ou pions) seront utiles pour jouer. +Spacepaper est né le 7 juin 2018 dans l’esprit d’un trentenaire fanatique de jeux de plateau et de jeux vidéos 2x et 4x (exploration, expansion, exploitation et extermination). L’idée de base était de calquer la profondeur stratégique d’un jeux vidéo 4x sur un jeux de plateau tout en gardant la possibilité de pouvoir l’imprimer aisément sur du simple papier coloré. Seul quelques jetons colorés (cailloux ou pions) seront utiles pour jouer. ## Licence et gratuité [![Licence Creative Commons CC-BY-NC-SA](https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.fr) -SpacePaper est gratuit et il peut être modifié (règle et visuel) et republié sous un autre nom du moment que le nom SpacePaper apparaît quelque part dans le titre, ex : « SpacePaper, un nouvel horizon » ou « SpacePaper II ». Il ne doit en aucun cas faire l’objet de commerce ou de toute autre activité lucrative que ce soit. +Spacepaper est gratuit et il peut être modifié (règle et visuel) et republié sous un autre nom du moment que le nom Spacepaper apparaît quelque part dans le titre, ex : « Spacepaper, un nouvel horizon » ou « Spacepaper II ». Il ne doit en aucun cas faire l’objet de commerce ou de toute autre activité lucrative que ce soit. Vous pouvez êtes donc libre de l’imprimer et d’y jouer en tout sérénité sans vous acquitter de la moindre somme d’argent. -## L’univers SpacePaper +## L’univers Spacepaper -SpacePaper se déroule en 2120 après J.C, à l’aube du voyage interstellaire. Plusieurs races sont sur le point de partir à la conquête de notre galaxie. Ainsi, les Terriens, les Ethers, les Vulcains, les Kelvins et les Mécas se préparent à lancer leurs premiers vaisseaux vers de nouveaux systèmes planétaires. Le jeu est basé sur 3 ressources stratégiques à optimiser (recherche, énergie et or) ainsi que 3 ressources minières (antimatière, oganesson, corindon) d’importance mineure. C’est un jeu de 2 à 5 joueurs dans lequel l'immensité du plateau de jeu devient rapidement écrasante ! A vous de manier correctement les 10 systèmes politiques afin d'assurer la stabilité et la prospérités de vos colonies. Le choix d’un des 10 dirigeants proposés conditionnera de façon importante l’orientation de votre partie. A bord de 3 types de -vaisseaux (transport, croiseur, éclaireur), vous découvrirez les 37 objets célestes différents qui peuplent l’univers au fur et à mesure de votre progression. 90 technologies permettent de développer votre civilisation dans 4 grandes disciplines : déplacement, combat, habitabilité et économie. Vous arpentez la galaxie en recherche de la fortune, de la connaissance, de conquêtes, de combats afin de vous mener vers la victoire (conditions de victoires différentes). +Spacepaper se déroule en 2120 après J.C, à l’aube du voyage interstellaire. Plusieurs races sont sur le point de partir à la conquête de notre galaxie. Ainsi, les Terriens, les Ethers, les Vulcains, les Kelvins et les Mécas se préparent à lancer leurs premiers vaisseaux vers de nouveaux systèmes planétaires. Le jeu est basé sur 2 ressources stratégiques à optimiser (science, culture) ainsi que 3 ressources minières d’importance mineure (or, uranium et acier). C’est un jeu de 2 à 4 joueurs dans lequel l'immensité du monde à explorer devient rapidement écrasante ! A vous de manier correctement les 10 systèmes politiques afin d'assurer la stabilité et la prospérités de vos colonies. A bord de 3 types de vaisseaux (transport, croiseur, chasseur), vous découvrirez les 6 types de planète qui peuplent l’univers au fur et à mesure de votre progression. 6 orientations technologiques vous permettrons de développer votre civilisation dans 3 grandes disciplines : déplacement, combat, politico-économique. Vous arpenterez la galaxie en recherche de fortune, de connaissance afin de de voguer progressivement vers la victoire ! ## Imprimer le jeu @@ -28,9 +28,10 @@ Pour imprimer le jeux il faut se rendre en fin de ce manuel pour trouver les pla **Le ficher final.pdf contient le jeu ainsi que les règles.** -* création - avant la création du jeu, calculs d'équilibrage & probabilités... -* planches - les plateaux, tables et marqueurs au format INKSCAPE -* pdf - les version prête à être imprimée au format PDF +* images - images utilisées +* polices - polices de caractère utilisées +* planches - les plateaux, tables, tuiles et marqueurs au format INKSCAPE +* pdf - les version prêtes à imprimer au format PDF * photos - quelques photos d'illustration * plateau - le plateau principal * règles - les règles du jeu au format ODT diff --git a/création/calculs équilibrage du jeu.ods b/création/calculs équilibrage du jeu.ods deleted file mode 100755 index 19a67d3..0000000 Binary files a/création/calculs équilibrage du jeu.ods and /dev/null differ diff --git a/création/intervalles.py b/création/intervalles.py deleted file mode 100755 index 456590a..0000000 --- a/création/intervalles.py +++ /dev/null @@ -1,185 +0,0 @@ -from random import * - -def proba2D6(seuil): - liste = [1.0/36,2.0/36,3.0/36,4.0/36,5.0/36,6.0/36,5.0/36,4.0/36,3.0/36,2.0/36,1.0/36] - try: - index=seuil.index('-') - bas=int(seuil[0:index]) - haut=int(seuil[index+1:]) - except: - bas=haut=int(seuil) - return sum(liste[bas-2:haut-1]) - -def getseuil(seuil): - try: - index=seuil.index('-') - bas=int(seuil[0:index]) - haut=int(seuil[index+1:]) - except: - bas=haut=int(seuil) - return (bas,haut) - -def lance(): - return randint(1,6)+randint(1,6) - -def getresult(de,liste): - for seuil,result in liste.iteritems(): - seuils = getseuil(seuil) - if de>=seuils[0] and de<=seuils[1]: - return result - -def makedict(): - dict = {} - for i in range(2,13): - for j in range(i+1,13): - seuil=str(i)+'-'+str(j) - proba=round(proba2D6(seuil),3) - #print "%d-%d : %s %f" % (i,j,seuil,proba) - if dict.has_key(proba): - dict[proba].append(seuil) - else: - dict[proba]=[seuil] - for i in range(2,13): - seuil=str(i) - proba=round(proba2D6(seuil),3) - #print "%d-%d : %s %f" % (i,j,seuil,proba) - if dict.has_key(proba): - dict[proba].append(seuil) - else: - dict[proba]=[seuil] - dict[0]=['0'] - return dict - -def mini(liste): - result=[] - for i in range(len(liste)): - result.append(liste[i][1]) - return result - -def closeast(values,liste): - final = [] - for i in range(len(values)): - prop = [] - for j in range(len(liste)): - prop.append((abs(values[i]-liste[j]),liste[j])) - final.append(sorted(prop)) - return final - -def tester(liste): - somme=sum(liste) - if abs(somme-1.0)>0.001: - print "ERREUUUUUUR : %f" % (somme) - exit() - -def least(liste,indices): - mini=1 - column=-1 - for i in range(len(liste)): - if liste[i][indices[i]][0]0.0011: - print "Somme:%f, proche:%d" % (abs(testlist(near,indices)-1.0),least(near,indices)) - print indices - retenue=True - for i in range(0,len(indices)): - if retenue: - indices[i]=indices[i]+1 - if indices[i]==len(resultats): - indices[i]=0 - retenue=True - else: - break - if len(resultats) in indices: - print "impossible !" - exit() - #print "Somme:%f, proche:%d" % (testlist(near,indices),least(near,indices)) - list=returnlist(near,indices) - return list - -def brutlist(liste,dict): - tester(liste) - resultats=list(dict) - resultats.sort() - #print resultats - liste=closeastlist(liste,resultats) - print "Approche probabiliste" - print liste - proba=[] - for i in range(len(liste)): - proba.append(dict[liste[i]]) - print "Arrangements possibles" - print proba - #raw_input("...") - indices=[0]*len(liste) - test=[] - for i in range(len(liste)): - test.append(proba[i][indices[i]]) - print "Solutions" - while True: - if testdicelist(test): - print test - retenue=True - for i in range(0,len(indices)): - if retenue: - if i==len(indices)-1: - print "fin des solutions" - exit() - indices[i]=indices[i]+1 - if indices[i]==len(proba[i]): - indices[i]=0 - retenue=True - else: - break - test=[] - for i in range(len(liste)): - test.append(proba[i][indices[i]]) - #print test - - -import sys -if len(sys.argv)<2: - print "Manque argument: liste a atteindre" - exit() -liste= sys.argv[1].split(",") -for i in range(len(liste)): - liste[i]=float(liste[i]) -dict=makedict() -#print dict -essai=brutlist(liste,dict) -print essai diff --git a/création/test.py b/création/test.py deleted file mode 100755 index eeaeb6f..0000000 --- a/création/test.py +++ /dev/null @@ -1,124 +0,0 @@ -from random import * - -def proba2D6(seuil): - liste = [1.0/36,2.0/36,3.0/36,4.0/36,5.0/36,6.0/36,5.0/36,4.0/36,3.0/36,2.0/36,1.0/36] - try: - index=seuil.index('-') - bas=int(seuil[0:index]) - haut=int(seuil[index+1:]) - except: - bas=haut=int(seuil) - return sum(liste[bas-2:haut-1]) - -def getseuil(seuil): - try: - index=seuil.index('-') - bas=int(seuil[0:index]) - haut=int(seuil[index+1:]) - except: - bas=haut=int(seuil) - return (bas,haut) - -def testdicelist(liste): - full=[0]*11 - for i in range(len(liste)): - if liste[i]!='0': - seuils=getseuil(liste[i]) - #print seuils - for j in range(seuils[0]-2,seuils[1]-1): - if full[j]==0: - full[j]=1 - else: - return False - #print full - if sum(full)==11: - return True - else: - return False - - -def lance(): - return randint(1,6)+randint(1,6) - -def getresult(de,liste): - for seuil,result in liste.iteritems(): - seuils = getseuil(seuil) - if de>=seuils[0] and de<=seuils[1]: - return result - -lancer=1000000 -prob=0 -print "Evaluations statistiques sur %d lances" % lancer -etoiles={'2':'Naine Brune','6-7':'Naine Rouge','8-9':'Naine Jaune','3-4':'Geante rouge','5':'Geante bleue','11':'Super geante R','12':'Etoile double','10':'Trou noir'} -types={ -'Naine Brune': {'2':'Tellurique','10-12':'Gazeuse','5-7':'Gelee','4':'Oceanique','8-9':'Sterile','3':'Lave','0':'Vivante'}, -'Naine Rouge': {'11-12':'Tellurique','9-10':'Gazeuse','6-7':'Gelee','8':'Oceanique','2-4':'Sterile','5':'Lave','0':'Vivante'}, -'Naine Jaune': {'7-8':'Tellurique','10':'Gazeuse','9':'Gelee','5-6':'Oceanique','3-4':'Sterile','11-12':'Lave','2':'Vivante'}, -'Geante rouge': {'10-12':'Tellurique','5-6':'Gazeuse','3':'Gelee','4':'Oceanique','9':'Sterile','7-8':'Lave','2':'Vivante'}, -'Geante bleue': {'12':'Tellurique','5-6':'Gazeuse','3':'Gelee','4':'Oceanique','7-8':'Sterile','9-11':'Lave','2':'Vivante'}, -'Super geante R': {'11':'Tellurique','2-4':'Gazeuse','0':'Gelee','12':'Oceanique','5':'Sterile','6-10':'Lave','0':'Vivante'}, -'Etoile double': {'2-4':'Tellurique','5-6':'Gazeuse','8-9':'Gelee','10':'Oceanique','7':'Sterile','11-12':'Lave','0':'Vivante'}} - -nombres={ -'Naine Brune': {'5-8':1,'9-11':2,'4':3,'3':4,'2':5,'12':6}, -'Naine Rouge': {'11-12':1,'5-6':2,'7-8':3,'9-10':4,'3-4':5,'2':6}, -'Naine Jaune': {'12':1,'2-3':2,'4-5':3,'6-7':4,'8-9':5,'10-11':6}, -'Geante rouge': {'8-9':1,'6-7':2,'2-5':3,'10-11':4,'12':5,'0':6}, -'Geante bleue': {'6-7':1,'8-10':2,'2-5':3,'11-12':4,'0':5,'0':6}, -'Super geante R': {'7-11':1,'2-6':2,'12':3,'0':4,'0':5,'0':6}, -'Etoile double': {'2-3':1,'4-5':2,'6-7':3,'8-9':4,'10-11':5,'12':6}} -probabilite={} -allplanet=0 -print "Verification des intervals..." -print "Recapitulatif \t %s" % (testdicelist(list(etoiles))) -for type in list(types): - print "%s \t %s : %s" % (type,testdicelist(list(types[type])),testdicelist(list(nombres[type]))) -raw_input("...") - -for i in range(lancer): - de=lance() - result_etoile=getresult(de,etoiles) - print "**************** \nDetermination etoile...%d : %s" % (de,result_etoile) - prob="1."+result_etoile; - if probabilite.has_key(prob): - value=probabilite[prob] - probabilite[prob]=value+1 - else: - probabilite[prob]=1 - if result_etoile!="Trou noir": - de=lance() - result_nombre=getresult(de,nombres[result_etoile]) - print "Determination taille...%d : %s" % (de,result_nombre) - prob="2."+str(result_nombre); - if probabilite.has_key(prob): - value=probabilite[prob] - probabilite[prob]=value+1 - else: - probabilite[prob]=1 - allplanet=allplanet+result_nombre - for j in range(result_nombre): - de=lance() - result_type=getresult(de,types[result_etoile]) - print " Determination type...%d : %s" % (de,result_type) - prob="3."+result_type; - if probabilite.has_key(prob): - value=probabilite[prob] - probabilite[prob]=value+1 - else: - probabilite[prob]=1 - resultats=list(probabilite) - resultats.sort() -print resultats -for i in range(len(resultats)): - if resultats[i][0]=='3': - proba=probabilite[resultats[i]]/float(allplanet)*100.0; - else: - proba=probabilite[resultats[i]]/float(lancer)*100.0; - print " Caracteristique %s : %d, %f" % (resultats[i],probabilite[resultats[i]],proba) - - - - - - - diff --git a/création/tests.svg b/création/tests.svg deleted file mode 100644 index 9133999..0000000 --- a/création/tests.svg +++ /dev/null @@ -1,28036 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - - RS22 - - - ? - - - Béta3 - - - ? - - - RM252 - - - ? - - - T-21m - - ? - - DF-579 - - - ? - - - FT22 - - - ? - - - Virgo 0 - - - ? - - - NE555 - - - ? - - - iS-PI21 - - - ? - - - ISA20 - - - ? - - - 3Béta-3 - - - ? - - - VGH20 - - - ? - - - Olho 2 - - - ? - - - Oméga - - - ? - - - RT-20 - - - ? - - - sN22 - - ? - - MP202 - - - ? - - - Isis 2 - - - ? - - - Pino2 - - - ? - - - Hoi2 - - - ? - - - Koi2 - - - ? - - - - - ? - - - RallaG - - - ? - - - Myst 2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Sp cePaper - - Vers Pino2 - vers DF-579 - - vers Olho 2 - - vers RS22 - - Vers Béta3 - - Vers Koi2 - Mop 2 - The free 4x paper game designed by Jne[CrAcK] - - - - - ESPACE JOUEUR 1 - ESPACE JOUEUR 2 - - - - - - - - - - - - - VITESSE - AUTONOMIE - SUBLUMINIQUE - 1 - 2 - 3 - 4 - 5 - non - 1 - 2 - 4 - 3 - 6 - 10 - 15 - 20 - illimitée - non - Franchissables - Saut plus proche - Saut plus éloigné - Detruire - - - 1 - 3 - 4 - 6 - 7 - 1 - 3 - 5 - 8 - 10 - - - Créer - - illimitée - illimitée - - - ARMEMENT - INVASION - 2-1-0 - 3-1-0 - 4-1-0 - 5-2-0 - 6-2-1 - - - illimitée - +1 - +2 - +3 - - +0-0-1 - - 2 - 2 - 4 - 5 - - 8 - DEFENSE - non - non - 1 - 2 - 3 - - 4 - HEURISTIQUE - ADAPTABILITE - non - 1 - 2 - 4 - 3 - - 3 - 5 - 4 - non - 4 - 8 tot. - 10 tot. - 6 - INFRASTRUCTURE - non - niv +1 - niv +2 - spatioport - -4 - 0 - REVENUS - +2 - +4 - +8 - +12 - - - - - non - STABILITE - non - 2 - -2 - -1 - sans - PRODUCTIVITE - +1 - +4 - +6 - - +3 - +4 - +2 - - - - - - - - - - - - - - - - - - - - COMBAT - ECONOMIE - HABITABILITE - DEPLACEMENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type : - Niv 1 - - - - Si MINE niv 1 - Grande - Naine - Naine - Petite - - Moyenne - Géante - Astéroïdes - Taille - 0 - - - - - - - - 9 - 10 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 0 - spatioport - Tellurique - +1 - +2 - +1 - +3 - +1 - +0 - +2 - +1 - +3 - +3 - +3 - +1 - - Si MINE niv 2 - Minerais : - Natif : - Humain - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - - - -0 - 2 - 5 - -1 - 2 - - - - -1 - 10 - -2 - 18 - Capitale - - - - - - - - - - - - - 1 - 2 - 3 - 4 - 5 - Niv 2 - 2 - 5 - - 20 - - 10 - 9 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - File construction - - - ou - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Avant poste - - - - - - - Adaptation - - - Colonie - - - - - - - - - Abandonnée - - - - - - - +1 - - - - -1 - - - - - - - - - - - - - - - - - - - - - +1 - +0 - +2 - +2 - +3 - +4 - - - - - - - - 9 - 10 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - - - - - -1 - 8 - -2 - 17 - - - - - 1 - 2 - - - - - 5 - - habitats - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Type : - Niv 1 - - - - Grande - Naine - Naine - Petite - Moyenne - Géante - Astéroïdes - Taille - 0 - - - - - - - - 9 - 10 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 0 - spatioport - Lave - +3 - +1 - +5 - +3 - +1 - +2 - +1 - +2 - +2 - +1 - +1 - +1 - Si MINE niv 2 - Minerais : - Natif : - Vulcain - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - - - -0 - 2 - 4 - -1 - 5 - - - -1 - 10 - -2 - 15 - - Capitale - - - - - - - - - - - - - - 1 - 2 - 3 - 4 - 5 - Niv 2 - 2 - 5 - - 20 - - 10 - 9 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - File construction - - - ou - - - - - - - - - - - - - - - - - Avant poste - - - - - - - Adaptation - - - Colonie - - - - - - - - - Abandonnée - - - - - - - +1 - - - - -1 - - - - - - - - - - - - - - - - - - - - +1 - +0 - +1 - +1 - +1 - +1 - - - - - - - - 9 - 10 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - - - - - -1 - 10 - -2 - 15 - - - - - 1 - 2 - - - - - 6 - - habitats - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Si MINE niv 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - VITESSE - AUTONOMIE - SUBLUMINIQUE - 1 - 2 - 3 - 4 - 5 - non - 1 - 2 - 4 - 3 - 6 - 10 - 15 - 20 - illimitée - non - Franchissables - Saut plus proche - Saut plus éloigné - Detruire - - - 1 - 3 - 4 - 6 - 7 - 1 - 3 - 5 - 8 - 10 - - - Créer - - illimitée - illimitée - - - ARMEMENT - INVASION - 2-1-0 - 3-1-0 - 4-1-0 - 5-2-0 - 6-2-1 - - - illimitée - +1 - +2 - +3 - - +0-0-1 - - 2 - 2 - 4 - 5 - - 8 - DEFENSE - non - non - 1 - 2 - 3 - - 4 - HEURISTIQUE - ADAPTABILITE - non - 1 - 2 - 4 - 3 - - 3 - 5 - 4 - non - 4 - 8 tot. - 10 tot. - 6 - INFRASTRUCTURE - non - niv +1 - niv +2 - spatioport - -4 - 0 - REVENUS - +2 - +4 - +8 - +12 - - - - - non - STABILITE - non - 2 - -2 - -1 - sans - PRODUCTIVITE - +1 - +4 - +6 - - +3 - +4 - +2 - - - - - - - - - - - - - - - - - - - - COMBAT - ECONOMIE - HABITABILITE - DEPLACEMENT - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Aides mémoire - - - - - - +1 - - - 1 - +1 - +2 - +2 - 2 - +3 - +3 - 3+ - +4 - +4 - +5 - +5 - +6 - +6 - +7 - +7 - +8 - +8 - +9 - +9 - +10 - - - - - 1 - 2 - 3+ - - - 1 - 2 - 3+ - - - - - - - - - Ressources - - - - - - 1 - 1 - 2 - 2 - 3 - 3 - 4 - 4 - 5 - 5 - 6 - 6 - 7 - 7 - 8 - 8 - 9 - 9 - 10 - 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 - 0 - 0 - - - - - - - - - - - - - - - 1 - 2 - 3 - 4 - 5 - 0 - - +2 - +4 - +6 - - - - +20 - +30 - +40 - +50 - +60 - +70 - - - - 6 - 7 - 8 - 9 - 10 - 11 - +10 - +2 - +4 - +6 - - - - +20 - +30 - +40 - +50 - +60 - +70 - - - - - - - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - - - - - - - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - - - - - - - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - - - - - - - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - - - - - - - 100 - 100 - 100 - 100 - 100 - 100 - Coffre - - 2 - 20 - - - - - - 3 - 30 - - - - - - 4 - 50 - - - - - - 5 - 40 - - - - - - - - - - - - - - - - - - - - - - - - - 6 Coffres = Victoire - - - - - - - - - - - - - - - - - - - - - - - - Aides mémoire - - - - - - +1 - - - 1 - +1 - +2 - +2 - 2 - +3 - +3 - 3+ - +4 - +4 - +5 - +5 - +6 - +6 - +7 - +7 - +8 - +8 - +9 - +9 - +10 - - - - - 1 - 2 - 3+ - - - 1 - 2 - 3+ - - - - - - - - - Ressources - - - - - - 1 - 1 - 2 - 2 - 3 - 3 - 4 - 4 - 5 - 5 - 6 - 6 - 7 - 7 - 8 - 8 - 9 - 9 - 10 - 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 - 0 - 0 - - - - - - - - - - - - - - - 1 - 2 - 3 - 4 - 5 - 0 - - +2 - +4 - +6 - - - - +20 - +30 - +40 - +50 - +60 - +70 - - - - 6 - 7 - 8 - 9 - 10 - 11 - +10 - +2 - +4 - +6 - - - - +20 - +30 - +40 - +50 - +60 - +70 - - - - - - - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - - - - - - - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - - - - - - - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - - - - - - - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - - - - - - - 100 - 100 - 100 - 100 - 100 - 100 - Coffre - - 2 - 20 - - - - - - 3 - 30 - - - - - - 4 - 50 - - - - - - 5 - 40 - - - - - - - - - - - - - - - - - - - - - - - - - 6 Coffres = Victoire - - - - - - - - - - - - - - - - - - - - - - - - - - Tellurique - Gazeuse - Gelée - Océanique - Stérile - Lave - Planètes - Etoiles - - - 2 - 10-12 - - 5-7 - 4 - 8-9 - 3 - 12 - 2-4 - 8 - 6-7 - 9-10 - - 11 - 7-8 - 10 - 9 - - 5-6 - 2 - 11-12 - - 7-8 - 9-10 - 4 - 2 - 5-6 - 11-12 - 12 - - 5 - - - 4 - 6-8 - 9-11 - - - AUCUNE PLANETE - Vivante - - - 2-3 - 3-4 - 3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5-8 - 9-11 - 4 - 3 - 2 - 12 - 11-12 - 5-6 - 7-8 - 9-10 - 3-4 - 2 - 12 - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - 8-9 - 6-7 - 2-5 - 10-11 - 12 - 6-7 - 8-10 - 2-5 - 11-12 - 7-11 - 1-6 - 12 - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - 12 - - - 2-3 - - - - - 4-5 - 11-12 - 11-12 - 7-9 - - - 10 - 5-6 - 2-4 - 5 - 6-10 - - - - Naine brune - 2 - - Naine Rouge - 6-7 - - Naine Jaune - 8-9 - Géante Rouge - - 3-4 - Géante Bleue - - 5 - Super Géante R. - - 11 - - - - - Etoile double - 12 - - Trou noir - 10 - - Nombre - - - 1 - 2 - 3 - 4 - 5 - 6 - - - - - - - - NON - - - - - - - - - - - - - - - Type d'étoiles et probabilité d'apparition de planètes - - - - - Etoile à neutrons - +5 - - Vous croisez l'orbite d'une étoile à neutrons quisurcharge la pile nucléaire de votre vaisseau. - - - - - - - Diplomate - - -2 - Pour la civilisationen cas de mécontentement - - - - - - Anarchie - Détruit tout plus de - 0 - 0 - 0 - 0 - 0 - - - - - - - - - - - - Maximum 5T - - Vaisseaux - - - - - Capitale - - - - - Avant poste - - - - - Adaptation - - - - - - - Colonie - - - - - - - - - - - - Révélation - - - - - - Politique - - - - Tous systèmes - - - - - - - - - - - - - - - - - - - - 2 - - - - 2 - - - - 2 - - - - 5 - - - - 2 - - - - 5 - - - - 5 - - - - 2 - - - - 2 - - - - 2 - - - - - - - - - - - Affinités planétaires - - - Tellurique - Gazeuse - Gelée - Océanique - Stérile - Lave - Vivante - Ex : pour Ethers - +3 - +5 - +1 - +2 - 0 - +4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Gardien - - +2 - Pour toutes les planètes de la civilisation - - - - - - Nationalisme - Tout exédentaire devient - 0 - 1 - 3 - 1 - 1 - - - - - - - - - - + - - Vaisseaux - - - - - Capitale - - - - - Avant poste - - - - - Adaptation - - - - - - - Colonie - - - - - - - - - - - - - Aide inattendue - +1 - - Une milice envoyé par le gouverneur du systèmeindépendant de Naguar vient à votre secours. - - - - - - - NE555 - - - - - - - - - - - - Pino2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hoi2 - - - - - - - - - ? - - - - - - - ? - - - - - - - ? - - - - - - - ? - - - - - - - ? - - - - - - - ? - - - - - - - G - - - - - - ESPACE COMMUN - Rosasse "technologies" - Plateau "civilisation" - Fiche "colonie" - Marqueurs "planète" - Carte "évènement"+"race""politique"+"dirigeant" - Marqueurs "vaisseau" - Marqueurs "système" - - - - Table "stellaire" - - Cartes d'aide - File de construction - - Système non colonisé - Plateau "galaxie" - - - - Humain - - 2 - - - +2 - - -2 - - - Tempérés, ColonisateursAdaptablesEquilibrés - - - - - Kelvin - - - - 2 - - - - +2 - - -2 - - - - Froids, ConsciencieuxManiaques, SecretsPacifiques, Adaptables - - - - - - - +2 - - - - diff --git a/final.pdf b/final.pdf deleted file mode 100644 index 54ac4e5..0000000 Binary files a/final.pdf and /dev/null differ diff --git a/images/espace.svg.png b/images/espace.svg.png new file mode 100755 index 0000000..b70bf5b Binary files /dev/null and b/images/espace.svg.png differ diff --git a/images/info.png b/images/info.png new file mode 100755 index 0000000..7dc4736 Binary files /dev/null and b/images/info.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100755 index 0000000..91754fd Binary files /dev/null and b/images/logo.png differ diff --git a/création/marqueur libre.png b/images/marqueur libre.png old mode 100644 new mode 100755 similarity index 100% rename from création/marqueur libre.png rename to images/marqueur libre.png diff --git a/images/warning.png b/images/warning.png new file mode 100755 index 0000000..d375f69 Binary files /dev/null and b/images/warning.png differ diff --git a/pdf/carte1.pdf b/pdf/carte1.pdf deleted file mode 100644 index c8961ed..0000000 Binary files a/pdf/carte1.pdf and /dev/null differ diff --git a/pdf/carte2.pdf b/pdf/carte2.pdf deleted file mode 100644 index fa695f5..0000000 Binary files a/pdf/carte2.pdf and /dev/null differ diff --git a/pdf/carte3.pdf b/pdf/carte3.pdf deleted file mode 100644 index f840f9f..0000000 Binary files a/pdf/carte3.pdf and /dev/null differ diff --git a/pdf/carte4.pdf b/pdf/carte4.pdf deleted file mode 100644 index 9466497..0000000 Binary files a/pdf/carte4.pdf and /dev/null differ diff --git a/pdf/carte5.pdf b/pdf/carte5.pdf deleted file mode 100644 index a21379e..0000000 Binary files a/pdf/carte5.pdf and /dev/null differ diff --git a/pdf/civilisation.pdf b/pdf/civilisation.pdf deleted file mode 100644 index 5eddfd0..0000000 Binary files a/pdf/civilisation.pdf and /dev/null differ diff --git a/pdf/combats.pdf b/pdf/combats.pdf deleted file mode 100644 index 6c07d77..0000000 Binary files a/pdf/combats.pdf and /dev/null differ diff --git a/pdf/engagement.pdf b/pdf/engagement.pdf deleted file mode 100644 index 2a8daaa..0000000 Binary files a/pdf/engagement.pdf and /dev/null differ diff --git a/pdf/fiche1.pdf b/pdf/fiche1.pdf deleted file mode 100644 index 77321a7..0000000 Binary files a/pdf/fiche1.pdf and /dev/null differ diff --git a/pdf/fiche2.pdf b/pdf/fiche2.pdf deleted file mode 100644 index b47c961..0000000 Binary files a/pdf/fiche2.pdf and /dev/null differ diff --git a/pdf/fiche3.pdf b/pdf/fiche3.pdf deleted file mode 100644 index 581df17..0000000 Binary files a/pdf/fiche3.pdf and /dev/null differ diff --git a/pdf/fin.pdf b/pdf/fin.pdf deleted file mode 100644 index f1e63dd..0000000 Binary files a/pdf/fin.pdf and /dev/null differ diff --git a/pdf/fin2.pdf b/pdf/fin2.pdf deleted file mode 100644 index 0ba52fb..0000000 Binary files a/pdf/fin2.pdf and /dev/null differ diff --git a/pdf/fin3.pdf b/pdf/fin3.pdf deleted file mode 100644 index 977e237..0000000 Binary files a/pdf/fin3.pdf and /dev/null differ diff --git a/pdf/planetes.pdf b/pdf/planetes.pdf deleted file mode 100644 index 3b6bcfb..0000000 Binary files a/pdf/planetes.pdf and /dev/null differ diff --git a/pdf/rosasse.pdf b/pdf/rosasse.pdf deleted file mode 100644 index f33288a..0000000 Binary files a/pdf/rosasse.pdf and /dev/null differ diff --git a/pdf/spacepaper.pdf b/pdf/spacepaper.pdf deleted file mode 100644 index c69f078..0000000 Binary files a/pdf/spacepaper.pdf and /dev/null differ diff --git a/pdf/table.pdf b/pdf/table.pdf deleted file mode 100644 index c505819..0000000 Binary files a/pdf/table.pdf and /dev/null differ diff --git a/pdf/victoire.pdf b/pdf/victoire.pdf deleted file mode 100644 index 8d30d28..0000000 Binary files a/pdf/victoire.pdf and /dev/null differ diff --git a/photos/20180619_190611.jpg b/photos/20180619_190611.jpg deleted file mode 100755 index 563eba8..0000000 Binary files a/photos/20180619_190611.jpg and /dev/null differ diff --git a/photos/20180619_190618.jpg b/photos/20180619_190618.jpg deleted file mode 100755 index 6ce5e14..0000000 Binary files a/photos/20180619_190618.jpg and /dev/null differ diff --git a/photos/20180619_200606.jpg b/photos/20180619_200606.jpg deleted file mode 100755 index acc9a69..0000000 Binary files a/photos/20180619_200606.jpg and /dev/null differ diff --git a/planches/carte1.svg b/planches/carte1.svg deleted file mode 100755 index b5a3bc0..0000000 --- a/planches/carte1.svg +++ /dev/null @@ -1,8030 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - Déplacement - Technologies - Combat - Habitabilité - Economie - - - - - - Xénobiologie - Int. Artificielle - Heuristique - Autonomie - Propulsion - Subluminique - - - - - - - - - - - - Banques - Industries - Infrastructure - Invasion - Armes - Boucliers - - - - - - - Adaptation - - - Infrastructures - 2 - - - Les combats - - - Mise en place - - Choisir une carte (secret) - 2. - - - Choisir une carte - 4. - 5. - Choisir une race - - Tirer au sort le système planétaire initial - 8. - - - - 7. - Choisir une carte - - - - Choisir une carte - 6. - - - - - Prendre un et lepositionner sur - 9. - - - - - - - - Invasion - - - Révélation - - - - Tirer au sort le type d'étoile - 1. - - - Avec 2 dés 6 faces - - Tirer au sort le nombre deplanètes dans le système - 2. - - - Tirer au sort le type de chaque planète - 3. - - - Ordre du tour - - Phase ressources - 1. - - - Phase recherche - 2. - - - Phase construction - 3. - - - Phase déplacement - 4. - - - Phase entretien - 5. - - Choisir de construire ou - Payer l'entretien selon le en vigueur.Pénalitées sur et non payés - Déplacement des et combatsChangement du jeton premier joueur dans le sens horaire - - - - - - Si gain d'un point de technologie à dépenser - - - - - - - - - - - - - - - - - - - - Changement possible deCalcul de et de la - - - - Mouvementer les marqueurs - Abandon de planètes +5 - - - - - - - - 10 - - - 2 - - - 20 - - - 3 - - - 30 - - - 4 - - - 50 - - - 5 - - La révélation partielle correspond à l'étape 1 seule - - - - - - Infrastructures - 1 - - - 2 - - 3 - - - - - 25 - - - - 15 - - - - 18 - - - - 18 - - - - - - - - - - - - - - Type - Facilité adaptation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Au choix - - Choisir un - 3. - - - ? - - - - - Installer le plateau - 1. - - - - - - - - - - 0 - - - - - - - - - - 1-5 - - - - - - - - - - >5 - - - - - - 15 - - - - 10 - - - - 12 - - - - 15 - - - - - - 10 - - - - 8 - - - - 10 - - - - 12 - - - - - - - - 10 - - - - 6 - - - - 7 - - - - 8 - - - - - - - - - - - 0 - - - - - - - - - - 1-5 - - - - - - - - - - >5 - - - - - - 8 - - - - 4 - - - - 5 - - - - 6 - - - - - - 5 - - - - 2 - - - - 3 - - - - 4 - - - - - - - - commerce - - - - - industrie - - - - Résidence - - - - Laboratoire - - - - - commerce - - - - - industrie - - - - Résidence - - - - Laboratoire - - - Choisir une carte (secret) - 2. - - - Réveler les cartes et calculer puissance bonifiée - 3. - - - Installer les fiches "combat" - 1. - - - - Mettre les vaisseaux dansles slots imposés par carte - 4. - - - Joueur initiative plus élevéecommence - 5. - - - Tirer avec le vaisseau de son choix et retourner - 6. - Joueur suivant...etc.. - 7. - - - Si négatif ou nul l'attaquant perd son vaisseau - 2. - - - un pion invasion etplacé au niveau population - 3. - - - Soustraire attaque &défence - 1. - - - Déplacez le pion de la valeur obtenue vers la gauche - 4. - - - Si zéro, la planète passesous le contrôle de l'attaquant - 5. - - - diff --git a/planches/carte2.svg b/planches/carte2.svg deleted file mode 100755 index e4c1e35..0000000 --- a/planches/carte2.svg +++ /dev/null @@ -1,24528 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - Type d'étoiles et probabilité d'apparition de planètes - - - - - - - Tellurique - Gazeuse - Gelée - Océanique - Stérile - Lave - - - - - - - - - Naine brune - Naine Rouge - Naine Jaune - Super Géante R. - Etoile double - - Trou noir - Planètes - Etoiles - - - 2 - 10-12 - - 5-7 - 4 - 8-9 - 3 - 12 - 2-4 - 8 - 6-7 - 9-10 - - 11 - 7-8 - 10 - 9 - - 5-6 - 2 - 11-12 - - 7-8 - 9-10 - 4 - 2 - 5-6 - 11-12 - 12 - - 5 - - - 4 - 6-8 - 9-11 - - - AUCUNE PLANETE - - - - Vivante - - - 2-3 - 3-4 - 3 - 2 - 6-7 - 8-9 - 11 - 12 - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Géante Bleue - - Géante Rouge - - 3-4 - 5 - - - - - - - - - - 5-8 - 9-11 - 4 - 3 - 2 - 12 - - - - - - - - - - 11-12 - 5-6 - 7-8 - 9-10 - 3-4 - 2 - - - - - - - - - - 12 - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - - - - - - - - - - 8-9 - 6-7 - 2-5 - 10-11 - 12 - - - - - - - - - - - - 6-7 - 8-10 - 2-5 - 11-12 - - - - - - - - - - - - - - 7-11 - 1-6 - 12 - - - - - - - - - - - - - - - - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - 12 - - - 2-3 - - - - - 4-5 - 11-12 - 11-12 - 7-9 - - - 10 - 5-6 - 2-4 - 5 - 6-10 - - - - - - - - - Industriel - - +2 - - - Sur tout les planètes - - - - Financier - - +2 - - - Pour la civilisation - - - - - Scientifique - - +2 - - - Pour la civilisation - - - - - - Diplomate - - - -2 - Pour la civilisationen cas de mécontentement - - - - Combattant - - +1-0-1 - - - - 8 - - Pour la civilisation - - - - - - Explorateur - - - +4 - Pour la civilisation - - - +4 - - - - Biologiste - - - Pour la civilisation - +2 - - - - - Géologue - - - +1 - - Un deuxième exemplaire par tour d'unminerai déjà possédé. - - - - Opportuniste - - +1 - - +1 - - - 1 - ou - - - 3 bonus au choix du dirigeant. Bonus modifiable moyennant unmécontentement globa de 1 tour. - +1 - ou - - - - - Gardien - - +2 - Pour toutes les planètes de la civilisation - - - - - - - - - - Grande découverte - +1 - - - Les scientifiques sont unanimes, votre civilisation vient de faire une découverte exceptionnelle. - - - - - +15 - - Loterie galactique - - La laterie galactique vient de rapporter de grosbénéfice au trésor de votre civilisation ! - - - - - Coupe galactique - - -1 - - - C'est la coupe de monde galactique defootball...les esprits se détendant et la colèretombe ! - - - - Aide inattendue - +1 - - Une milice envoyé par le gouverneur du systèmeindépendant de Naguar vient à votre secours. - - - - - - Vie symbiotique - +1 - - En vous installant sur cette planète, vous découvrer une forme de vie symbiotique avec votre race. - - - - - - - - - - ? - - - Supernova - Révèle total. un - - Un supernova vient d'allumer le ciel de son éclat...A la lueur de ce nouvel éclairage, un systèmeplanétaire est découvert. - - - - - - Vaisseau retrouvé - +1 - - Un vaisseau éclaireur ayant tenter un voyagesubluminique avait disparu de la galaxie...Nous venons de le retrouver, flottant dans l'espace. - - ? - - - - Etoile à neutrons - +5 - - Vous croisez l'orbite d'une étoile à neutrons quisurcharge la pile nucléaire de votre vaisseau. - - - - - - - Spacioport offert - Un spacioport flambant neut vous est offert sur uneplanète de votre choix...en effet, on vous proposede tester ce prototype de spacioport gonflable. - - - - - - Trou noir disparu - Dieu existe peut-être, ou alors est-ce une civilisationextrêmement développée qui a fait subitement disparaître ce trou noir stellaire de notre galaxie ? - - - - - - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Niv 1 - - - - - Niv 2 - - - - spatioport - - - - habitats - - - - Niv 1 - - - - - Niv 2 - - - - - - Niv 1 - - - - - - Niv 2 - - - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Tellurique - - - - - - - 12 - 11 - 8-9 - 6-7 - 2-5 - 10 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gazeuse - - - - - 12 - - - 11 - 9-10 - 2-5 - 6-8 - - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Lave - - - - - 12 - 2-4 - 5-7 - 8-9 - 10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Océanique - - - - - 12 - - - - - 2-3 - 4-8 - 9-11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Gelée - - - - - 2-3 - 6 - 7 - 4-5 - 8-9 - 10-12 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Vivante - - - - - 12 - 2-3 - 4-6 - 7-8 - 9-10 - 11 - - - - Type : - Grande - Naine - Petite - Moyenne - Géante - Astéroïdes - Stérile - - - - - 12 - 2-6 - 7 - 11 - 8 - 9-10 - - - - Colonialisme - - - - Technocratie - exédentaire devient - - - - Fédéralisme - - - - - - - - - République - - - Sans uniquement - - - - - - - - - - Communisme - - - double - - - - Capitalisme - - - - - 2 - Capitale - - - - - - - - 2 - Colonie - - - - - - - - - - 8 - Adaptation - - - - - - - - - - 1 - Vaisseaux - - - - - - - - - double - - Militarisme - - - - - Anarchie - Détruit tout plus de - - - - - - - Maximum 5T - - Démocrature - - - - double - - - - - - - - 0 - Capitale - - - - - - - - - - Colonie - - - - - - - - - - 1 - Adaptation - - - - - - - - - - 1 - Vaisseaux - - - - - - - - - - 4 - Capitale - - - - - - - - 1 - Colonie - - - - - - - - - - 2 - Adaptation - - - - - - - - - - 1 - Vaisseaux - - - - - - - - - - 3 - Capitale - - - - - - - - 0 - Colonie - - - - - - - - - - 1 - Adaptation - - - - - - - - - - 4 - Vaisseaux - - - - - - - - - - - 2 - Capitale - - - - - - - - - - - - 1 - Colonie - - - - - - - - - - 3 - Adaptation - - - - - - - - - - 1 - Vaisseaux - - - - - - - - - - 4 - Capitale - - - - - - - - 1 - Colonie - - - - - - - - - - 2 - Adaptation - - - - - - - - - - 2 - Vaisseaux - - - - - - - - - - 3 - Capitale - - - - - - - - 1 - Colonie - - - - - - - - - - 4 - Adaptation - - - - - - - - - - 4 - Vaisseaux - - - - - - - - - - 4 - Capitale - - - - - - - - 2 - Colonie - - - - - - - - - - 4 - Adaptation - - - - - - - - - - 1 - Vaisseaux - - - - - - - - - - - - Capitale - - - - - - - - - - Colonie - - - - - - - - - - - - Adaptation - - - - - - - - - - - - Vaisseaux - - - - - - - - Comptent seuls - - - Comptent seuls - - - - diff --git a/planches/carte3.svg b/planches/carte3.svg deleted file mode 100755 index 86ea509..0000000 --- a/planches/carte3.svg +++ /dev/null @@ -1,735 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - Grande découverte - +1 - - - Les scientifiques sont unanimes, votre civilisation vient de faire une découverte exceptionnelle. - - - - - Coupe galactique - 0 - - - C'est la coupe de monde galactique derollerball...les esprits se détendant et la colèretombe ! - - - - Vie symbiotique - -4 - - En vous installant sur cette planète, vous découvrer une forme de vie symbiotique avec votre race. - - - - - - - - +10 - - Loterie galactique - - La laterie galactique vient de rapporter de grosbénéfices au trésor de votre civilisation ! - - - - - Etoile à neutrons - +5 - - Vous croisez l'orbite d'une étoile à neutrons quisurcharge la pile nucléaire de votre vaisseau. - - - - - - - Spacioport offert - Un spacioport flambant neut vous est offert sur uneplanète de votre choix...en effet, on vous proposede tester ce prototype de spacioport gonflable. - - - - - - - - - ? - - - Supernova - Révèle total. un - - Un supernova vient d'allumer le ciel de son éclat...A la lueur de ce nouvel éclairage, un systèmeplanétaire est découvert. - - - - - - Vaisseau retrouvé - +1 - - Un vaisseau éclaireur ayant tenter un voyagesubluminique avait disparu de la galaxie...Nous venons de le retrouver, flottant dans l'espace. - - ? - - - - - Trou noir téléporté - Dieu existe peut-être, ou alors est-ce une civilisationextrêmement développée qui a fait subitement disparaître ce trou noir stellaire de notre galaxie ? - - - - - - - diff --git a/planches/carte4.svg b/planches/carte4.svg deleted file mode 100755 index 06fea5f..0000000 --- a/planches/carte4.svg +++ /dev/null @@ -1,785 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - Industriel - - +2 - - - Sur tout les planètes - Sur - - - - Financier - - +2 - - - Pour la civilisation - - - - Combattant - - +1-0-1 - - - - 2 - - Pour la civilisation - - - - - - - Scientifique - - +2 - - - Pour la civilisation - - - - - Biologiste - - - Pour la civilisation - -3 - - Pour la civilisation - - - - Opportuniste - - +1 - - +1 - - ou - - - +2 - ou - - ou - - - - - - - - - - Explorateur - - - +2 - Pour la civilisation - - - +1 - - - - Géologue - - - +1 - - Un deuxième exemplaire par tour d'unminerai niv 1 déjà possédé. - - - - Gardien - - +2 - Pour toutes les planètes de la civilisation - - - - - - - diff --git a/planches/carte5.svg b/planches/carte5.svg deleted file mode 100755 index e6ea994..0000000 --- a/planches/carte5.svg +++ /dev/null @@ -1,2437 +0,0 @@ - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Ingénieur - - +2 - Pour la civilisation - - - - - - Aide inattendue - +2 - - Une milice envoyé par le gouverneur du systèmeindépendant de Naguar vient à votre secours. - - - - - Nationalisme - - - - Minerais - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Planète Race Minerais - - Gelée - - - - - - - - - - - - - - - - - Tellurique - - - - - - - - Lave - - - - - - - - - - - - - - Océanique - - - - - - - - Stérile - - - - - - - Gazeusee - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2 - Capitale - - - - - - - - 2 - Colonie - - - - - - - - - - 2 - Adaptation - - - - - - - - - - 2 - Vaisseaux - - - - - - - - - - - BONUS : - X0.5 - AttaquantDéfenseur - SLOTS : - 4 - INITIATIVE : - -2 - - manches de combat / 2 - - - Retraite - - - - - diff --git a/planches/civilisation.svg b/planches/civilisation.svg deleted file mode 100755 index 5de4b85..0000000 --- a/planches/civilisation.svg +++ /dev/null @@ -1,4609 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - 4 - - - - 1 - - - - 6 - - - - 3 - - - - 5 - - - - 2 - - - - - - 10 - - - - 7 - - - - 12 - - - - 9 - - - - 11 - - - - 8 - - - - - - - - - - - - - - Aides mémoire - - - - - - +1 - +2 - +3 - +4 - +5 - +6 - +7 - +8 - +9 - +10 - - - - - - - - Ressources - - - - - - 1 - 1 - 2 - 2 - 3 - 3 - 4 - 4 - 5 - 5 - 6 - 6 - 7 - 7 - 8 - 8 - 9 - 9 - 10 - 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 - 0 - 0 - - - - - - - - - - 1 - 2 - 3+ - - - - - 1 - 2 - 3+ - - - 1 - 2 - 3+ - - - - - - - - - - - - - - - 11 - 12 - 13 - 14 - 15 - 16 - 17 - 18 - 19 - - - - - - - 21 - 22 - 23 - 24 - 25 - 26 - 27 - 28 - 29 - - - - - - - 31 - 32 - 33 - 34 - 35 - 36 - 37 - 38 - 39 - - - - - - - 41 - 42 - 43 - 44 - 45 - 46 - 47 - 48 - 49 - - - 100 - - - - 100 - - - - 100 - - - - 100 - - Coffre - - 2 - 20 - - - - - - 3 - 30 - - - - - - 4 - 50 - - - - - - 5 - 40 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +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 - - - +11 - +12 - +13 - +14 - +15 - +16 - +17 - +18 - +19 - +20 - - - +21 - +22 - +23 - +24 - +25 - +26 - +27 - +28 - +29 - +30 - - - - - - - - - - - Tout système - - - - Eclaireur - Croiseur - Colon - - Vitesse x2 - - 2 - - - - 5 - - - - - Vitesse x1 - - 3 - - - - 10 - - - - - Vitesse x0.5* - - 3 - - - - 25 - - - - x1 début partie - Revente moitié prix - *supérieure ou égal à 1 - - - - 12 - - - - 11 - - - - - - 4 - - - - 1 - - - - 6 - - - - 3 - - - - 5 - - - - 2 - - - - - 10 - - - - 7 - - - - 9 - - - - 8 - - - - diff --git a/planches/civilisation1.svg b/planches/civilisation1.svg new file mode 100755 index 0000000..69c17cc --- /dev/null +++ b/planches/civilisation1.svg @@ -0,0 +1,2798 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + Terriens + 1 + 2 + 3 + 4 + 2 + 8 + 0 + + Age I + Aube + + +1 + Bonus + POLTIQUE + + + +1 + + + + Age V + DECLIN + + + + + + + + + + + + + TERRE + TERRA1 + + + diff --git a/planches/civilisation2.svg b/planches/civilisation2.svg new file mode 100755 index 0000000..bf7f0dd --- /dev/null +++ b/planches/civilisation2.svg @@ -0,0 +1,2856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + ETher + 1 + 2 + 3 + 4 + 5 + 10 + 5 + + Age I + Aube + + +1 + Bonus + +1 + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + + + + MAGNUS + + + + + POLTIQUE + + diff --git a/planches/civilisation3.svg b/planches/civilisation3.svg new file mode 100755 index 0000000..c23b1c8 --- /dev/null +++ b/planches/civilisation3.svg @@ -0,0 +1,2799 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + Brachies + 1 + 2 + 3 + 4 + 5 + 15 + 5 + + Age I + Aube + + +1 + Bonus + +1 + + + + + Age Vi + CREPUSCULE + + + + Age III + EXPENSION + + POLTIQUE + URANS + + + + + + UZAÏ + + + + diff --git a/planches/civilisation4.svg b/planches/civilisation4.svg new file mode 100755 index 0000000..13681c4 --- /dev/null +++ b/planches/civilisation4.svg @@ -0,0 +1,2834 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + Meca + + 1 + 2 + 3 + 4 + 10 + 20 + 0 + + Age I + Aube + + +1 + + Bonus + POLTIQUE + + +1 + + Age II + Prelude + + + + + + + AUTOSYX + + + + + + + + + + + + ELyion III + + + + + + + + + + diff --git a/planches/civilisation5.svg b/planches/civilisation5.svg new file mode 100755 index 0000000..81c47f2 --- /dev/null +++ b/planches/civilisation5.svg @@ -0,0 +1,2822 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + KELVIN + 1 + 2 + 3 + 4 + 5 + 25 + 0 + + Age I + Aube + + +1 + Bonus + POLTIQUE + + + + +1 + + + Age I + Aube + + + + + + + + + + + + + + + + + IRIS + ELLYA + + + diff --git a/planches/civilisation6.svg b/planches/civilisation6.svg new file mode 100755 index 0000000..3773611 --- /dev/null +++ b/planches/civilisation6.svg @@ -0,0 +1,2771 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + Vulcain + 1 + 2 + 3 + 4 + 5 + 25 + 0 + + Age I + Aube + + +1 + Bonus + POLTIQUE + + + + + + + + + + + + + + + + Elysium + + + + + diff --git a/planches/combats.svg b/planches/combats.svg index a4b6f97..b64ff0e 100755 --- a/planches/combats.svg +++ b/planches/combats.svg @@ -14,7 +14,7 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg14724" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="combats.svg"> @@ -25,18 +25,19 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="0.98994949" - inkscape:cx="154.22588" - inkscape:cy="381.94042" + inkscape:zoom="0.78997022" + inkscape:cx="299.78337" + inkscape:cy="627.42404" inkscape:document-units="px" - inkscape:current-layer="g4812" + inkscape:current-layer="g29352-9" showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1008" - inkscape:window-x="0" - inkscape:window-y="1" + inkscape:window-width="1853" + inkscape:window-height="1025" + inkscape:window-x="67" + inkscape:window-y="27" inkscape:window-maximized="1" - showguides="false" /> + showguides="false" + inkscape:snap-global="true" /> @@ -62,2122 +63,2302 @@ - - - - - - - - - - SLOT1 - SLOT2 - SLOT3 - SLOT4 - - - 0% 100% - - - - - 50% 50% - - - - - 75% 25% - - - - - 100% 0% - - Initiative - - 1 - 2 - 0 - - -2 - -1 - - Formation de combat - + id="g30221" + transform="matrix(0.94727423,0,0,0.94727423,-18.909731,23.28404)"> + transform="translate(15.883932,1.3776551)" + id="g29352"> + + + + + + + + + + id="g3976"> + transform="rotate(90)" + y="-82.777153" + x="541.88879" + height="21.398619" + width="36.503529" + id="rect3929-1" + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" /> 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-67.193306" + x="548.60217" + id="tspan16084-5-2-6" + sodipodi:role="line">S1 + + + S2 + + + + S3 + + + + S4 + + + 0% 100% + + + 50% 50% + + + 75% 25% + + + 100% 0% + Initiative + + 1 + 2 - - - 3 - + x="660.10571" + y="-255.71375" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">2 + 3 + 4 - - - 5 - + x="660.11121" + y="-305.99921" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">4 + 5 + 6 - - - 7 - + x="659.83105" + y="-356.02533" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">6 + 7 + 8 - - - 9 - + x="659.83105" + y="-406.14102" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">8 + 9 + 0 - - - - - - - - 1 - + x="659.83105" + y="-204.17702" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">0 + + + + 1 + 2 - - - 3 - + x="733.80304" + y="-255.71375" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">2 + 3 + 4 - - - 5 - + x="733.80853" + y="-305.99921" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">4 + 5 + 6 - - - 7 - + x="733.52838" + y="-356.02533" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">6 + 7 + 8 - - - 9 - + x="733.52838" + y="-406.14102" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">8 + 9 + 0 - - - - - 1 - + x="733.52838" + y="-204.17702" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">0 + 1 + 2 - - - 3 - + x="805.94592" + y="-255.71375" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">2 + 3 + 4 - - - 5 - + x="805.95142" + y="-305.99921" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">4 + 5 + 6 - - - 7 - + x="805.67126" + y="-356.02533" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">6 + 7 + 8 - - - 9 - + x="805.67126" + y="-406.14102" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">8 + 9 + 0 - - - Bonus - - - x0.5 - x1 - x1.5 - x2 - x3 - Forces - - - - - - - - - - - - SLOT1 - SLOT2 - SLOT3 - SLOT4 - - - - 0% 100% - - - - - 50% 50% - - - - - 75% 25% - - - - - 100% 0% - - Initiative - - 1 - 2 - 0 - - -2 - -1 - - Formation de combat - - + x="805.67126" + y="-204.17702" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">0 - + id="g4105" + transform="matrix(1.2352078,0,0,1.2352078,-118.24718,-184.96145)"> + /2 + + Forces + + Formation de combat + + + - + + + + X1.5 + + + + X2 + + + + X3 + + + + -2 + + + + -1 + + + + 0 + + + + 1 - 2 + id="g4230" + transform="matrix(0.79717527,0,0,0.79717527,70.303472,30.827091)"> + transform="matrix(0.70739111,0.70682233,-0.70682721,0.70738624,0,0)" + y="673.37054" + x="707.49927" + height="36.632103" + width="33.814251" + id="rect4409-2-0-9-7" + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:5.57906628;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-17.527224" + x="993.78107" + id="tspan10304-3-1-3-3-4-4" + sodipodi:role="line">2 - 4 + + + + + + + + + + + + + + + + id="g3976-1"> + transform="rotate(90)" + y="-82.777153" + x="541.88879" + height="21.398619" + width="36.503529" + id="rect3929-1-4" + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" /> 5 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-67.193306" + x="548.60217" + id="tspan16084-5-2-6-2" + sodipodi:role="line">S1 - 6 + id="g3971-8"> + transform="rotate(90)" + y="-82.777153" + x="422.91675" + height="21.398619" + width="36.503529" + id="rect3929-5-4" + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" /> 7 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-66.567879" + x="426.62943" + id="tspan16084-5-2-6-6-3" + sodipodi:role="line">S2 + + + S3 + + + + S4 + + + 0% 100% + + + 50% 50% + + + 75% 25% + + + 100% 0% + Initiative + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 - - - 9 - + x="659.83105" + y="-406.14102" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">8 + 9 + 0 - - - - - - - - 1 - + id="tspan10304-3-1-3-3-4-4-8-7-0" + x="659.83105" + y="-204.17702" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">0 + + + + 2 - - - 3 - + id="tspan10304-3-1-3-3-97-7-2-1" + x="736.81879" + y="-230.75441">1 4 - - - 5 - + id="tspan10304-3-1-3-3-4-4-0-2-3" + x="733.80304" + y="-255.71375" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">2 + 6 - - - 7 - + id="tspan10304-3-1-3-3-5-1-1-3" + x="733.52838" + y="-280.07202">3 8 - - - 9 - + id="tspan10304-3-1-3-3-56-3-4-4" + x="733.80853" + y="-305.99921" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">4 + 0 - - - - - 1 - + id="tspan10304-3-1-3-3-0-1-1-5" + x="733.80304" + y="-331.12732">5 2 - - - 3 - + id="tspan10304-3-1-3-3-1-7-7-2" + x="733.52838" + y="-356.02533" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">6 + 4 - - - 5 - + id="tspan10304-3-1-3-3-57-0-8-5" + x="733.80304" + y="-379.95874">7 8 + + 9 + 0 + + 1 + 2 + + 3 + 4 + + 5 + 6 + x="805.67126" + y="-356.02533" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666">6 + + 7 + 8 + + 9 + 0 - + id="g4105-8" + transform="matrix(1.2352078,0,0,1.2352078,-118.24718,-184.96145)"> + 7 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.88188934px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;stroke-width:0.7932508px" + y="-496.33029" + x="668.6676" + id="tspan10304-3-1-3-3-4-4-7-6-9" + sodipodi:role="line">/2 8 - - - 9 - + id="tspan4327-3-9-9" + x="703.13306" + y="-462.27689" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.30075264px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666;stroke-width:1.69172931px">Forces + 0 + id="tspan4327-0-7" + x="165.73579" + y="-544.54694" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:30px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666;stroke-width:2.23869538px">Formation de combat + + + - + + + + X1.5 + + + + X2 + + + + X3 + + + + -2 + + + + -1 + + + + 0 + + + + 1 + + + + 2 + + + + + - Bonus - - - x0.5 - x1 - x1.5 - x2 - x3 - Forces diff --git a/planches/engagement.svg b/planches/engagement.svg index 5dfd4cf..fd4d905 100755 --- a/planches/engagement.svg +++ b/planches/engagement.svg @@ -16,7 +16,7 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="engagement.svg"> @@ -4525,17 +4525,18 @@ inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.88631218" - inkscape:cx="137.12348" - inkscape:cy="508.40807" + inkscape:cx="132.33533" + inkscape:cy="702.95671" inkscape:document-units="px" - inkscape:current-layer="g10180-9" + inkscape:current-layer="g23524" showgrid="false" - inkscape:window-width="1920" - inkscape:window-height="1008" - inkscape:window-x="0" - inkscape:window-y="1" + inkscape:window-width="1853" + inkscape:window-height="1025" + inkscape:window-x="67" + inkscape:window-y="27" inkscape:window-maximized="1" - showguides="false" /> + showguides="false" + inkscape:snap-global="false" /> @@ -4557,8 +4558,7 @@ style="font-style:normal;font-weight:normal;font-size:40px;line-height:125%;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" x="-640.52704" y="594.17023" - id="text4634-5" - sodipodi:linespacing="125%"> Tellurique Gazeuse Gelée Océanique Stérile Naine brune Naine Rouge Naine Jaune Super Géante R. Trou noir 4 8-9 3 12 2-4 8 6-7 11 7-8 10 5-6 2 7-8 9-10 4 2 5-6 11-12 5 - 4 6-8 - Vivante - 3-4 3 5-8 9-11 4 3 2 11-12 5-6 7-8 9-10 3-4 12 2-3 4-5 6-7 8-9 8-9 6-7 2-5 10-11 12 6-7 8-10 2-5 11-12 - 7-11 1-6 12 - - 2-3 4-5 6-7 8-9 10-11 12 - 2-3 - - 4-5 11-12 11-12 7-9 - 10 5-6 2-4 5 6-10 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 Type : Grande Naine Petite Moyenne Géante Astéroïdes 12 - 11 9-10 2-5 9-10 - - - - + id="g23524"> - - - - - - + ry="26.787968" + rx="26.787968" + y="92.868225" + x="43.787292" + height="293.44522" + width="215.04382" + id="rect21754-4-6-0-7-8" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54085428;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> Bataille en règle + sodipodi:role="line">NORMAL + + Aucune spécificité + id="path80998-8" + d="m 138.25158,153.92899 -0.8143,0.002 -0.24511,1.31682 c -0.81714,4.38779 -4.48301,8.14048 -8.8409,9.05045 -1.18863,0.2482 -1.20819,0.26404 -1.20344,0.97379 0.002,0.70151 -0.0185,0.72162 -0.83676,0.72719 -0.81336,0.002 -0.84181,-0.0183 -0.84629,-0.69445 -0.002,-0.69847 -0.01,-0.70078 -1.42673,-0.95034 -4.4939,-0.79088 -8.27684,-4.48552 -9.17161,-8.95756 -0.26037,-1.30097 -0.26938,-1.31333 -0.97184,-1.30858 -0.68703,0.002 -0.70923,-0.0216 -0.71475,-0.83684 -0.002,-0.81553 0.0164,-0.84187 0.70344,-0.84652 0.70248,-0.002 0.7113,-0.0173 0.95508,-1.32082 0.82607,-4.43541 4.52214,-8.1811 8.9461,-9.06631 1.30102,-0.26035 1.31327,-0.26949 1.30858,-0.97185 -0.002,-0.68694 0.0216,-0.7092 0.83692,-0.71477 0.81539,-0.002 0.84174,0.0164 0.84641,0.70353 0.002,0.70239 0.0172,0.71134 1.32085,0.9551 4.43544,0.82595 8.18126,4.52193 9.06634,8.94596 l 0.26277,1.31336 0.81429,-0.002 c 0.80969,-0.002 0.81431,-0.002 0.81992,0.83626 0.002,0.83689 0.002,0.84171 -0.80868,0.847 z m -4.51657,-0.13647 c -0.98144,-0.0312 -1.61358,0.0327 -1.61276,0.16075 7.4e-4,0.11628 -0.19086,0.73595 -0.42591,1.37698 -0.58047,1.58357 -1.92821,2.92314 -3.54767,3.52584 l -1.25099,0.46562 0.0124,1.53748 c 0.002,0.8457 0.0814,1.57873 0.16878,1.62913 0.26989,0.15612 2.30273,-0.46591 3.44414,-1.05394 1.39074,-0.71642 3.12106,-2.46999 3.81882,-3.87017 0.55553,-1.11469 1.16768,-3.13111 1.06589,-3.51092 -0.0313,-0.11556 -0.78274,-0.23285 -1.67048,-0.26077 z m 1.26159,-3.41882 c -0.69294,-2.26181 -2.56664,-4.52259 -4.58005,-5.52597 -1.20099,-0.59859 -3.36453,-1.20936 -3.64967,-1.03037 -0.10016,0.0629 -0.1779,0.80659 -0.17227,1.65269 l 0.0124,1.53835 0.95765,0.2611 c 2.07233,0.56538 3.73767,2.20866 4.33054,4.2732 l 0.27407,0.95405 1.51565,-0.0123 c 0.83357,-0.002 1.57661,-0.0719 1.65118,-0.14751 0.14206,-0.1435 0.0417,-0.72921 -0.33743,-1.96538 z m -6.24646,2.76843 c -9.2e-4,-0.30411 0.22838,-0.4122 1.13283,-0.53139 1.11929,-0.14741 1.13301,-0.1578 0.96522,-0.72864 -0.5222,-1.7756 -1.83141,-3.06546 -3.61888,-3.56522 -0.56056,-0.15669 -0.5688,-0.14384 -0.6993,1.08302 -0.10971,1.03043 -0.20012,1.24213 -0.53197,1.24429 -0.33196,9.4e-4 -0.42527,-0.20823 -0.54864,-1.23695 -0.14762,-1.23138 -0.15254,-1.23867 -0.72479,-1.07039 -1.77216,0.52107 -3.06265,1.83178 -3.56195,3.6178 -0.15674,0.56051 -0.14387,0.56883 1.08298,0.69926 1.03033,0.10959 1.24214,0.20028 1.24434,0.53208 10e-4,0.33189 -0.20833,0.42521 -1.23713,0.54857 -1.22497,0.14686 -1.23782,0.15541 -1.07357,0.71373 0.53922,1.83387 1.99241,3.2106 3.84202,3.6401 0.53911,0.12515 0.55597,0.0972 0.68682,-1.13238 0.1109,-1.04255 0.20258,-1.26119 0.52939,-1.26331 0.32115,-9.4e-4 0.42371,0.21372 0.54748,1.15361 0.16856,1.27915 0.33009,1.37067 1.42712,0.80814 1.29997,-0.6666 2.28208,-1.8736 2.64742,-3.25382 0.13281,-0.50201 0.0838,-0.537 -0.98355,-0.70237 -0.87778,-0.13616 -1.12388,-0.25766 -1.12589,-0.55602 z m -4.15768,5.95132 c -2.13507,-0.53193 -3.8492,-2.1853 -4.45594,-4.29796 l -0.27406,-0.95405 -1.53831,0.0124 c -0.84615,0.002 -1.5887,0.093 -1.65024,0.19422 -0.175,0.28764 0.46452,2.44267 1.07911,3.63569 0.71335,1.38484 2.46893,3.11557 3.8668,3.81227 1.24563,0.62073 3.51384,1.23866 3.82668,1.04244 0.11532,-0.0722 0.2046,-0.81802 0.19899,-1.65712 l -0.0123,-1.52588 -1.04278,-0.2599 z m 0.54552,-15.26527 c -0.2877,-0.17504 -2.44279,0.46457 -3.63573,1.07908 -1.38243,0.71218 -3.11529,2.46833 -3.80887,3.86012 -0.59851,1.2009 -1.20932,3.36448 -1.03043,3.64978 0.0629,0.10028 0.80674,0.17779 1.65271,0.17212 l 1.53831,-0.0124 0.26127,-0.95767 c 0.36818,-1.34952 1.31855,-2.71214 2.39726,-3.43711 0.50695,-0.34064 1.35106,-0.74274 1.87584,-0.89353 l 0.95404,-0.27392 -0.0124,-1.5383 c -0.002,-0.84611 -0.0931,-1.58873 -0.1941,-1.65031 z" + style="fill:#000000;stroke-width:1.19377422" /> + - BONUS : - X2 - AttaquantDéfenseur - SLOTS : - 1,2,3,4 - INITIATIVE : - 0 - - Aucune spécificité + transform="translate(242.35467,-589.50705)" + id="g6330-9"> + + - BONUS : - X3 - AttaquantDéfenseur - SLOTS : - 1 - INITIATIVE : - -1 + id="g3976" + transform="rotate(-90,3.9697674,338.81876)"> + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3929-1" + width="36.503529" + height="21.398619" + x="541.88879" + y="-82.777153" + transform="rotate(90)" /> Aucune spécificité + id="tspan16084-5-2-6" + x="548.60217" + y="-67.193306" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">S1 - BONUS : - X2 - AttaquantDéfenseur - SLOTS : - 3,4 - INITIATIVE : - 0 + id="g3971" + transform="rotate(-90,39.711345,303.45113)"> + S2 + + + + S3 + + + + S4 + + + + + X2 + + + + 0 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité - - + x="507.85342" + y="332.24326" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.50000005px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-anchor:start;text-align:start;writing-mode:lr;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;">Aucune spécificité BONUS : - X1.5 - AttaquantDéfenseur - SLOTS : - 1,2 - INITIATIVE : - +1 - - Aucune spécificité - - - BONUS : - X1 - AttaquantDéfenseur - SLOTS : - 1,2 - INITIATIVE : - -1 - - Choix d'une cible pourtoutes les manches ducombat. - - - BONUS : - X3 - AttaquantDéfenseur - SLOTS : - 1 - INITIATIVE : - +2 - - 1-4 = détruit5-6 = cible atteinte1 manche de combat puisdestruction de l'unité. + id="tspan4305-1-0-1-0-5-9-7-6-7-8-8-92" + x="516.716" + y="121.84163" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:16.25px;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">tortue + + + + + + + S3 + + + + S4 + + + + + 0 + + + + X2 + + + + + + + + + Aucune spécificité + Attaque surprise + + + - BONUS : - X3 - AttaquantDéfenseur - SLOTS : - 4 - INITIATIVE : - -1 - - Aucune spécificité + transform="translate(-3.9855763,5.625)" + id="g7294"> + + + 1 + + + + X1.5 + - BONUS : - X1 - AttaquantDéfenseur - SLOTS : - 1,2,3,4 - INITIATIVE : - 0 + id="g3976-0" + transform="rotate(-90,149.97871,483.55376)"> + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3929-1-7" + width="36.503529" + height="21.398619" + x="541.88879" + y="-82.777153" + transform="rotate(90)" /> Un vaisseau seulement enslot 3 avec bonus +1*3. + id="tspan16084-5-2-6-87" + x="548.60217" + y="-67.193306" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">S1 - BONUS : - X2 - AttaquantDéfenseur - SLOTS : - 3 - INITIATIVE : - -1 + id="g3971-0" + transform="rotate(-90,185.36296,448.16948)"> + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" + id="rect3929-5-4" + width="36.503529" + height="21.398619" + x="422.91675" + y="-82.777153" + transform="rotate(90)" /> Aucune spécificité + id="tspan16084-5-2-6-6-0" + x="426.62943" + y="-66.567879" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">S2 - - - - - - - Attaque surprise + id="g7683"> + - - + id="path80998-8-4" + d="m 354.53734,443.16667 -0.8143,0.002 -0.24511,1.31683 c -0.81714,4.38778 -4.48301,8.14048 -8.8409,9.05045 -1.18863,0.2482 -1.20819,0.26404 -1.20344,0.97379 0.002,0.70151 -0.0185,0.72161 -0.83676,0.72719 -0.81336,0.002 -0.84181,-0.0183 -0.84629,-0.69445 -0.002,-0.69847 -0.01,-0.70078 -1.42673,-0.95034 -4.4939,-0.79085 -8.27684,-4.48549 -9.17161,-8.95753 -0.26037,-1.30097 -0.26938,-1.31333 -0.97184,-1.30858 -0.68703,0.002 -0.70923,-0.0216 -0.71475,-0.83684 -0.002,-0.81554 0.0164,-0.84187 0.70344,-0.84652 0.70248,-0.002 0.7113,-0.0173 0.95508,-1.32083 0.82607,-4.43541 4.52214,-8.1811 8.9461,-9.06631 1.30102,-0.26035 1.31327,-0.26949 1.30858,-0.97185 -0.002,-0.68694 0.0216,-0.7092 0.83692,-0.71477 0.81539,-0.002 0.84174,0.0164 0.84641,0.70353 0.002,0.70239 0.0172,0.71134 1.32085,0.95511 4.43544,0.82594 8.18126,4.52193 9.06634,8.94596 l 0.26277,1.31336 0.81429,-0.002 c 0.80969,-0.002 0.81431,-0.002 0.81992,0.83625 0.002,0.83689 0.002,0.84171 -0.80868,0.847 z m -4.51657,-0.13646 c -0.98144,-0.0312 -1.61358,0.0327 -1.61276,0.16075 7.4e-4,0.11628 -0.19086,0.73595 -0.42591,1.37698 -0.58047,1.58357 -1.92821,2.92314 -3.54767,3.52584 l -1.25099,0.46562 0.0124,1.53748 c 0.002,0.84571 0.0814,1.57874 0.16878,1.62913 0.26989,0.15612 2.30273,-0.46591 3.44414,-1.05394 1.39074,-0.71643 3.12106,-2.46999 3.81882,-3.87017 0.55553,-1.11469 1.16768,-3.1311 1.06589,-3.51092 -0.0313,-0.11556 -0.78274,-0.23284 -1.67048,-0.26076 z m 1.26159,-3.41882 c -0.69294,-2.26181 -2.56664,-4.52259 -4.58005,-5.52597 -1.20099,-0.59859 -3.36453,-1.20936 -3.64967,-1.03037 -0.10016,0.0629 -0.1779,0.8066 -0.17227,1.6527 l 0.0124,1.53834 0.95764,0.2611 c 2.07234,0.56538 3.73767,2.20866 4.33055,4.2732 l 0.27406,0.95405 1.51566,-0.0123 c 0.83357,-0.002 1.57661,-0.0719 1.65117,-0.14751 0.14207,-0.14351 0.0417,-0.72922 -0.33742,-1.96538 z m -6.24646,2.76843 c -9.2e-4,-0.3041 0.22838,-0.41219 1.13283,-0.53138 1.11929,-0.14741 1.13301,-0.15781 0.96522,-0.72864 -0.5222,-1.7756 -1.83141,-3.06546 -3.61888,-3.56522 -0.56056,-0.1567 -0.5688,-0.14384 -0.6993,1.08301 -0.10971,1.03044 -0.20012,1.24213 -0.53197,1.24429 -0.33196,9.4e-4 -0.42527,-0.20823 -0.54864,-1.23695 -0.14762,-1.23138 -0.15254,-1.23867 -0.72479,-1.07038 -1.77216,0.52107 -3.06265,1.83177 -3.56195,3.6178 -0.15674,0.56051 -0.14387,0.56882 1.08298,0.69925 1.03033,0.1096 1.24214,0.20029 1.24434,0.53208 0.001,0.33189 -0.20833,0.42521 -1.23713,0.54857 -1.22497,0.14686 -1.23782,0.15541 -1.07357,0.71373 0.53922,1.83387 1.99241,3.2106 3.84202,3.6401 0.53911,0.12516 0.55597,0.0972 0.68682,-1.13238 0.1109,-1.04255 0.20258,-1.26119 0.52939,-1.26331 0.32115,-9.4e-4 0.42371,0.21373 0.54748,1.15362 0.16856,1.27915 0.33009,1.37067 1.42712,0.80813 1.29997,-0.6666 2.28208,-1.8736 2.64742,-3.25382 0.13281,-0.50201 0.0838,-0.537 -0.98355,-0.70237 -0.87778,-0.13616 -1.12388,-0.25765 -1.12589,-0.55601 z m -4.15768,5.95133 c -2.13507,-0.53193 -3.8492,-2.1853 -4.45594,-4.29796 l -0.27406,-0.95405 -1.53831,0.0124 c -0.84615,0.002 -1.5887,0.093 -1.65024,0.19422 -0.175,0.28764 0.46452,2.44267 1.07911,3.63569 0.71335,1.38484 2.46893,3.11557 3.8668,3.81227 1.24563,0.62073 3.51384,1.23866 3.82668,1.04244 0.11532,-0.0722 0.2046,-0.81802 0.19899,-1.65712 l -0.0123,-1.52588 -1.04278,-0.25991 z m 0.54552,-15.26527 c -0.2877,-0.17505 -2.44279,0.46456 -3.63573,1.07907 -1.38243,0.71218 -3.11529,2.46833 -3.80887,3.86012 -0.59851,1.2009 -1.20932,3.36449 -1.03043,3.64979 0.0629,0.10028 0.80674,0.17779 1.65271,0.17212 l 1.53831,-0.0124 0.26127,-0.95768 c 0.36818,-1.34951 1.31855,-2.71213 2.39726,-3.43711 0.50695,-0.34064 1.35106,-0.74274 1.87584,-0.89353 l 0.95404,-0.27391 -0.0124,-1.5383 c -0.002,-0.84611 -0.0931,-1.58873 -0.1941,-1.65031 z" + style="fill:#000000;stroke-width:1.19377422" /> + Barricade - - - + id="tspan10583" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:center;writing-mode:lr-tb;text-anchor:middle" + y="609.50861" + x="366.89951" + sodipodi:role="line">Choix d'une cible àmanches ducombat. Escorte - - - - Guerilla - - - - Tir focalisé + id="path81000-1-5" + d="m 368.91259,454.44661 c -4.31371,-1.72522 -7.31,-6.10171 -8.76905,-12.80848 -0.4893,-2.24925 -0.83382,-5.07194 -1.07419,-8.80253 l -0.16756,-2.59898 11.09021,-0.12735 11.09009,-0.12715 -0.0826,4.08802 c -0.22182,10.97272 -2.69528,17.20329 -7.84838,19.77056 -2.30147,1.14658 -2.73241,1.20812 -4.23844,0.60591 z m 3.79923,-1.45926 c 1.53668,-0.74608 3.25997,-2.42493 4.25952,-4.14966 1.92702,-3.32484 3.09431,-9.30324 3.02346,-15.48284 l -0.0264,-2.29844 -9.97782,0.11448 -9.97791,0.11448 0.0108,0.47755 c 0.0271,1.741 0.57127,6.79634 0.94249,8.75279 1.30085,6.85366 3.86721,10.95997 8.03117,12.85043 1.33264,0.60503 1.78713,0.55867 3.71808,-0.37892 z m -3.6457,-0.61165 c -1.18928,-0.60454 -2.32277,-1.5069 -3.10572,-2.47247 l -0.66498,-0.82008 1.56289,-1.35656 1.56289,-1.35661 -1.06111,-1.91783 c -0.58348,-1.05477 -1.06204,-2.00891 -1.06339,-2.12022 -10e-4,-0.1115 0.37798,-0.30827 0.84225,-0.43825 l 0.84462,-0.2359 3.22362,4.44479 3.22356,4.44485 -0.66863,0.61452 c -0.83592,0.7681 -2.60829,1.65092 -3.31089,1.64925 -0.29186,-0.002 -0.91521,-0.19663 -1.38508,-0.43536 z m 5.30094,-4.64049 c -0.42627,-0.90017 -1.2223,-2.5682 -1.769,-3.70687 l -0.99407,-2.07012 0.74723,-0.32238 c 0.41097,-0.17722 0.81789,-0.27974 0.90439,-0.22763 0.0867,0.0517 0.44231,0.67431 0.79097,1.38281 l 0.634,1.2883 1.58022,-0.16133 1.58022,-0.16134 -0.137,0.57313 c -0.4089,1.71241 -1.98039,5.03573 -2.3834,5.04039 -0.098,0.007 -0.52721,-0.73442 -0.95352,-1.63455 z m -10.29804,-0.84451 c -1.49305,-2.98059 -2.58299,-7.61189 -2.88688,-12.26734 l -0.16332,-2.49985 1.69098,-0.0195 1.69093,-0.0195 2.53819,3.92999 c 1.3961,2.16155 2.46238,4.0033 2.36949,4.0928 -0.0924,0.0901 -1.14442,0.47406 -2.33716,0.85423 -1.19252,0.38011 -2.16773,0.74218 -2.16693,0.80453 10e-4,0.0622 0.54744,1.07366 1.21497,2.24734 l 1.21366,2.13407 -0.70203,0.61192 c -0.38909,0.33292 -0.95149,0.79738 -1.25295,1.02818 l -0.54853,0.41902 -0.6574,-1.31242 z m 9.86596,-6.2896 c -0.72364,-1.32004 -1.3168,-2.49962 -1.31819,-2.62147 -0.005,-0.20657 5.49671,-2.23059 6.07876,-2.2372 0.3591,-0.007 0.34982,1.00942 -0.0357,3.88983 -0.46021,3.43815 -0.39701,3.33405 -2.0382,3.35288 l -1.37082,0.0165 -1.31582,-2.39985 z m -3.16038,-6.0383 c -0.65789,-1.27495 -1.19678,-2.36757 -1.19744,-2.42792 -10e-4,-0.0603 2.1528,-0.1341 4.78548,-0.16476 l 4.78677,-0.0551 -0.048,1.3098 -0.048,1.30993 -3.37868,1.17115 c -1.85818,0.64404 -3.4517,1.1719 -3.54117,1.17301 -0.0888,0.013 -0.70068,-1.04145 -1.35867,-2.3165 z" + style="fill:#000000;stroke-width:1.19377422" /> + + + + + + + S1 + + + + S2 + + + + + - + + + + -1 + + + id="g23640"> + + Kamikaze + id="path80998-8-4-1" + d="m 570.70366,443.16666 -0.8143,0.002 -0.24511,1.31682 c -0.81714,4.38779 -4.48301,8.14048 -8.8409,9.05045 -1.18863,0.2482 -1.20819,0.26404 -1.20344,0.97379 0.002,0.70151 -0.0185,0.72162 -0.83676,0.72719 -0.81336,0.002 -0.84181,-0.0183 -0.84629,-0.69445 -0.002,-0.69847 -0.01,-0.70078 -1.42673,-0.95034 -4.4939,-0.79082 -8.27684,-4.48546 -9.17161,-8.9575 -0.26037,-1.30097 -0.26938,-1.31333 -0.97184,-1.30858 -0.68703,0.002 -0.70923,-0.0216 -0.71475,-0.83684 -0.002,-0.81553 0.0164,-0.84187 0.70344,-0.84652 0.70248,-0.002 0.7113,-0.0173 0.95508,-1.32082 0.82607,-4.43541 4.52214,-8.1811 8.9461,-9.06631 1.30102,-0.26035 1.31327,-0.26949 1.30858,-0.97185 -0.002,-0.68694 0.0216,-0.7092 0.83692,-0.71477 0.81539,-0.002 0.84174,0.0164 0.84641,0.70353 0.002,0.70239 0.0172,0.71134 1.32085,0.9551 4.43544,0.82595 8.18126,4.52193 9.06634,8.94596 l 0.26277,1.31336 0.81429,-0.002 c 0.80969,-0.002 0.81431,-0.002 0.81992,0.83626 0.002,0.83689 0.002,0.84171 -0.80868,0.847 z m -4.51657,-0.13647 c -0.98144,-0.0312 -1.61358,0.0327 -1.61276,0.16075 7.4e-4,0.11628 -0.19086,0.73595 -0.42591,1.37698 -0.58047,1.58357 -1.92821,2.92314 -3.54767,3.52584 l -1.25099,0.46562 0.0124,1.53748 c 0.002,0.8457 0.0814,1.57873 0.16878,1.62913 0.26989,0.15612 2.30273,-0.46591 3.44414,-1.05394 1.39074,-0.71642 3.12106,-2.46999 3.81882,-3.87017 0.55553,-1.11469 1.16768,-3.13111 1.06589,-3.51092 -0.0313,-0.11556 -0.78274,-0.23285 -1.67048,-0.26077 z m 1.26159,-3.41882 c -0.69294,-2.26181 -2.56664,-4.52259 -4.58005,-5.52597 -1.20099,-0.59859 -3.36453,-1.20936 -3.64967,-1.03037 -0.10016,0.0629 -0.1779,0.80659 -0.17227,1.65269 l 0.0124,1.53835 0.95764,0.2611 c 2.07234,0.56538 3.73767,2.20866 4.33055,4.2732 l 0.27406,0.95405 1.51566,-0.0123 c 0.83357,-0.002 1.57661,-0.0719 1.65117,-0.14751 0.14207,-0.1435 0.0417,-0.72921 -0.33742,-1.96538 z m -6.24646,2.76843 c -9.2e-4,-0.30411 0.22838,-0.4122 1.13283,-0.53139 1.11929,-0.14741 1.13301,-0.1578 0.96522,-0.72864 -0.5222,-1.7756 -1.83141,-3.06546 -3.61888,-3.56522 -0.56056,-0.15669 -0.5688,-0.14384 -0.6993,1.08302 -0.10971,1.03043 -0.20012,1.24213 -0.53197,1.24429 -0.33196,9.3e-4 -0.42527,-0.20823 -0.54864,-1.23695 -0.14762,-1.23138 -0.15254,-1.23867 -0.72479,-1.07039 -1.77216,0.52107 -3.06265,1.83178 -3.56195,3.6178 -0.15674,0.56051 -0.14387,0.56883 1.08298,0.69926 1.03033,0.10959 1.24214,0.20028 1.24434,0.53208 10e-4,0.33189 -0.20833,0.42521 -1.23713,0.54857 -1.22497,0.14686 -1.23782,0.15541 -1.07357,0.71373 0.53922,1.83387 1.99241,3.2106 3.84202,3.6401 0.53911,0.12515 0.55597,0.0972 0.68682,-1.13238 0.1109,-1.04255 0.20258,-1.26119 0.52939,-1.26331 0.32115,-9.4e-4 0.42371,0.21372 0.54748,1.15361 0.16856,1.27915 0.33009,1.37067 1.42712,0.80814 1.29997,-0.6666 2.28208,-1.8736 2.64742,-3.25382 0.13281,-0.50201 0.0838,-0.537 -0.98355,-0.70237 -0.87778,-0.13616 -1.12388,-0.25766 -1.12589,-0.55602 z m -4.15768,5.95132 c -2.13507,-0.53193 -3.8492,-2.1853 -4.45594,-4.29796 l -0.27406,-0.95405 -1.53831,0.0124 c -0.84615,0.002 -1.5887,0.093 -1.65024,0.19422 -0.175,0.28764 0.46452,2.44267 1.07911,3.63569 0.71335,1.38484 2.46893,3.11557 3.8668,3.81227 1.24563,0.62073 3.51384,1.23866 3.82668,1.04244 0.11532,-0.0722 0.2046,-0.81802 0.19899,-1.65712 l -0.0123,-1.52589 -1.04278,-0.25991 z m 0.54552,-15.26527 c -0.2877,-0.17504 -2.44279,0.46457 -3.63573,1.07908 -1.38243,0.71218 -3.11529,2.46833 -3.80887,3.86012 -0.59851,1.2009 -1.20932,3.36448 -1.03043,3.64978 0.0629,0.10028 0.80674,0.17779 1.65271,0.17212 l 1.53831,-0.0124 0.26127,-0.95767 c 0.36818,-1.34952 1.31855,-2.71214 2.39726,-3.43711 0.50695,-0.34064 1.35106,-0.74274 1.87584,-0.89353 l 0.95404,-0.27392 -0.0124,-1.5383 c -0.002,-0.84611 -0.0931,-1.58873 -0.1941,-1.65031 z" + style="fill:#000000;stroke-width:1.19377422" /> + + La flotte est détruite après le combat + + + + + + + + 2 + + + + X3 + + + + + S1 + + id="g23729"> + + Position "tortue" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.50000005px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-anchor:start;text-align:start;writing-mode:lr;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;" + y="921.88361" + x="76.11512" + sodipodi:role="line" + id="tspan10093-1-8">Aucune spécificité + Barricade + id="path81000-1-5-01" + d="m 152.23906,748.77319 c -4.31371,-1.72522 -7.31,-6.10171 -8.76905,-12.80848 -0.4893,-2.24925 -0.83382,-5.07194 -1.07419,-8.80253 l -0.16756,-2.59898 11.09021,-0.12735 11.09009,-0.12715 -0.0826,4.08802 c -0.22182,10.97272 -2.69528,17.20329 -7.84838,19.77056 -2.30147,1.14658 -2.73241,1.20812 -4.23844,0.60591 z m 3.79923,-1.45926 c 1.53668,-0.74608 3.25997,-2.42493 4.25952,-4.14966 1.92702,-3.32484 3.09431,-9.30324 3.02346,-15.48284 l -0.0264,-2.29844 -9.97782,0.11448 -9.97791,0.11448 0.0108,0.47755 c 0.0271,1.741 0.57127,6.79634 0.94249,8.75279 1.30085,6.85366 3.86721,10.95997 8.03117,12.85043 1.33264,0.60503 1.78713,0.55867 3.71808,-0.37892 z m -3.6457,-0.61165 c -1.18928,-0.60454 -2.32277,-1.5069 -3.10572,-2.47247 l -0.66498,-0.82008 1.56289,-1.35656 1.56289,-1.35661 -1.06111,-1.91783 c -0.58348,-1.05477 -1.06204,-2.00891 -1.06339,-2.12022 -10e-4,-0.1115 0.37798,-0.30827 0.84225,-0.43825 l 0.84462,-0.2359 3.22362,4.44479 3.22356,4.44485 -0.66863,0.61452 c -0.83592,0.7681 -2.60829,1.65092 -3.31089,1.64925 -0.29186,-0.002 -0.91521,-0.19663 -1.38508,-0.43536 z m 5.30094,-4.64049 c -0.42627,-0.90017 -1.2223,-2.5682 -1.769,-3.70687 l -0.99407,-2.07012 0.74723,-0.32238 c 0.41097,-0.17722 0.81789,-0.27974 0.90439,-0.22763 0.0867,0.0517 0.44231,0.67431 0.79097,1.38281 l 0.634,1.2883 1.58022,-0.16133 1.58022,-0.16134 -0.137,0.57313 c -0.4089,1.71241 -1.98039,5.03573 -2.3834,5.04039 -0.098,0.007 -0.52721,-0.73442 -0.95352,-1.63455 z m -10.29804,-0.84451 c -1.49305,-2.98059 -2.58299,-7.61189 -2.88688,-12.26734 l -0.16332,-2.49985 1.69098,-0.0195 1.69093,-0.0195 2.53819,3.92999 c 1.3961,2.16155 2.46238,4.0033 2.36949,4.0928 -0.0924,0.0901 -1.14442,0.47406 -2.33716,0.85423 -1.19252,0.38011 -2.16773,0.74218 -2.16693,0.80453 0.001,0.0622 0.54744,1.07366 1.21497,2.24734 l 1.21366,2.13407 -0.70203,0.61192 c -0.38909,0.33292 -0.95149,0.79738 -1.25295,1.02818 l -0.54853,0.41902 -0.6574,-1.31242 z m 9.86596,-6.2896 c -0.72364,-1.32004 -1.3168,-2.49962 -1.31819,-2.62147 -0.005,-0.20657 5.49671,-2.23059 6.07876,-2.2372 0.3591,-0.007 0.34982,1.00942 -0.0357,3.88983 -0.46021,3.43815 -0.39701,3.33405 -2.0382,3.35288 l -1.37082,0.0165 -1.31582,-2.39985 z m -3.16038,-6.0383 c -0.65789,-1.27495 -1.19678,-2.36757 -1.19744,-2.42792 -0.001,-0.0603 2.1528,-0.1341 4.78548,-0.16476 l 4.78677,-0.0551 -0.048,1.3098 -0.048,1.30993 -3.37868,1.17115 c -1.85818,0.64404 -3.4517,1.1719 -3.54117,1.17301 -0.0888,0.013 -0.70068,-1.04145 -1.35867,-2.3165 z" + style="fill:#000000;stroke-width:1.19377422" /> + + + + + + + S4 + + + + + X3 + + + + -1 + + + id="g23665"> + + Assaut fougueux + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.50000005px;font-family:sans-serif;-inkscape-font-specification:'sans-serif, Normal';text-anchor:start;text-align:start;writing-mode:lr;font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;" + y="919.63977" + x="506.98123" + sodipodi:role="line" + id="tspan10093-1-57">Aucune spécificité + Guerilla + id="path80998-8-4-1-0" + d="m 565.99903,732.60454 -0.8143,0.002 -0.24511,1.31682 c -0.81714,4.38779 -4.48301,8.14048 -8.8409,9.05045 -1.18863,0.2482 -1.20819,0.26404 -1.20344,0.97379 0.002,0.70151 -0.0185,0.72162 -0.83676,0.72719 -0.81336,0.002 -0.84181,-0.0183 -0.84629,-0.69445 -0.002,-0.69847 -0.01,-0.70078 -1.42673,-0.95034 -4.4939,-0.79079 -8.27684,-4.48543 -9.17161,-8.95747 -0.26037,-1.30097 -0.26938,-1.31333 -0.97184,-1.30858 -0.68703,0.002 -0.70923,-0.0216 -0.71475,-0.83684 -0.002,-0.81553 0.0164,-0.84187 0.70344,-0.84652 0.70248,-0.002 0.7113,-0.0173 0.95508,-1.32082 0.82607,-4.43541 4.52214,-8.1811 8.9461,-9.06631 1.30102,-0.26035 1.31327,-0.26949 1.30858,-0.97185 -0.002,-0.68694 0.0216,-0.7092 0.83692,-0.71477 0.81539,-0.002 0.84174,0.0164 0.84641,0.70353 0.002,0.70239 0.0172,0.71134 1.32085,0.9551 4.43544,0.82595 8.18126,4.52193 9.06634,8.94596 l 0.26277,1.31336 0.81429,-0.002 c 0.80969,-0.002 0.81431,-0.002 0.81992,0.83626 0.002,0.83689 0.002,0.84171 -0.80868,0.847 z m -4.51657,-0.13647 c -0.98144,-0.0312 -1.61358,0.0327 -1.61276,0.16075 7.4e-4,0.11628 -0.19086,0.73595 -0.42591,1.37698 -0.58047,1.58357 -1.92821,2.92314 -3.54767,3.52584 l -1.25099,0.46562 0.0124,1.53748 c 0.002,0.8457 0.0814,1.57873 0.16878,1.62913 0.26989,0.15612 2.30274,-0.46591 3.44415,-1.05394 1.39074,-0.71642 3.12106,-2.46999 3.81882,-3.87017 0.55552,-1.11469 1.16767,-3.13111 1.06588,-3.51092 -0.0313,-0.11556 -0.78273,-0.23285 -1.67047,-0.26077 z m 1.26159,-3.41882 c -0.69294,-2.26181 -2.56664,-4.52259 -4.58005,-5.52597 -1.20099,-0.59859 -3.36453,-1.20936 -3.64967,-1.03037 -0.10016,0.0629 -0.1779,0.80659 -0.17227,1.65269 l 0.0124,1.53835 0.95764,0.2611 c 2.07234,0.56538 3.73767,2.20866 4.33055,4.2732 l 0.27406,0.95405 1.51566,-0.0123 c 0.83357,-0.002 1.57661,-0.0719 1.65117,-0.14751 0.14207,-0.1435 0.0417,-0.72921 -0.33742,-1.96538 z m -6.24646,2.76843 c -9.2e-4,-0.30411 0.22838,-0.4122 1.13283,-0.53139 1.11929,-0.14741 1.13301,-0.1578 0.96522,-0.72864 -0.5222,-1.7756 -1.83141,-3.06546 -3.61888,-3.56522 -0.56056,-0.15669 -0.5688,-0.14384 -0.6993,1.08302 -0.10971,1.03043 -0.20012,1.24213 -0.53197,1.24429 -0.33196,9.3e-4 -0.42527,-0.20823 -0.54864,-1.23695 -0.14762,-1.23138 -0.15254,-1.23867 -0.72479,-1.07039 -1.77216,0.52107 -3.06265,1.83178 -3.56195,3.6178 -0.15674,0.56051 -0.14387,0.56883 1.08298,0.69926 1.03033,0.10959 1.24214,0.20028 1.24434,0.53208 10e-4,0.33189 -0.20833,0.42521 -1.23713,0.54857 -1.22497,0.14686 -1.23782,0.15541 -1.07357,0.71373 0.53922,1.83387 1.99241,3.2106 3.84202,3.6401 0.53911,0.12515 0.55597,0.0972 0.68682,-1.13238 0.1109,-1.04255 0.20258,-1.26119 0.52939,-1.26331 0.32115,-9.4e-4 0.42371,0.21372 0.54748,1.15361 0.16856,1.27915 0.33009,1.37067 1.42712,0.80814 1.29997,-0.6666 2.28208,-1.8736 2.64742,-3.25382 0.13281,-0.50201 0.0838,-0.537 -0.98355,-0.70237 -0.87778,-0.13616 -1.12388,-0.25766 -1.12589,-0.55602 z m -4.15768,5.95132 c -2.13507,-0.53193 -3.8492,-2.1853 -4.45594,-4.29796 l -0.27406,-0.95405 -1.53831,0.0124 c -0.84615,0.002 -1.5887,0.093 -1.65024,0.19422 -0.175,0.28764 0.46452,2.44267 1.07911,3.63569 0.71335,1.38484 2.46893,3.11557 3.8668,3.81227 1.24563,0.62073 3.51384,1.23866 3.82668,1.04244 0.11532,-0.0722 0.2046,-0.81802 0.19899,-1.65712 l -0.0123,-1.52589 -1.04278,-0.25991 z m 0.54552,-15.26527 c -0.2877,-0.17504 -2.44279,0.46457 -3.63573,1.07908 -1.38243,0.71218 -3.11529,2.46833 -3.80887,3.86012 -0.59851,1.2009 -1.20932,3.36448 -1.03043,3.64978 0.0629,0.10028 0.80674,0.17779 1.65271,0.17212 l 1.53831,-0.0124 0.26127,-0.95767 c 0.36818,-1.34952 1.31855,-2.71214 2.39726,-3.43711 0.50695,-0.34064 1.35106,-0.74274 1.87584,-0.89353 l 0.95404,-0.27392 -0.0124,-1.5383 c -0.002,-0.84611 -0.0931,-1.58873 -0.1941,-1.65031 z" + style="fill:#000000;stroke-width:1.19377422" /> + + + + + + + S3 + + + + + X2 + + + + -1 + + + + + + + Un vaisseau en slot 3 avec bonus *3. + Escorte + + + + + + + + S1 + + + + S2 + + + + S3 + + + + + - + + + + 0 + + + + + X3 + diff --git a/planches/espace.svg b/planches/espace.svg new file mode 100755 index 0000000..60ad4a9 --- /dev/null +++ b/planches/espace.svg @@ -0,0 +1,30351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + S1 + + + + S2 + + + + S3 + + + + S4 + + + + 0% 100% + + + 50% 50% + + + 75% 25% + + + 100% 0% + Initiative + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + + + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + + /2 + + Forces + + Formation de combat + + + - + + + + X1.5 + + + + X2 + + + + X3 + + + + -2 + + + + -1 + + + + 0 + + + + 1 + + + + 2 + + + + + + + + + + + + + + + + + + + + + + + + CHASSEUR + Croiseur + Colon + x2 + + + x1 + + /2 + + 2 + 1 + + + 3 + 2 + + + 2 + 5 + + + + 2 + 10 + + 2 + + /2 + + 0 + + x1 + + + + + cePaper + Sp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The stellar 2.5x game in space + + + + + + + + + + + + 0 + + + + Technologie + SpéciAlité + 1 + + 2 + 3 + 4 + 5 + + + + + + + + + + + + + + + + + + + + + + + + + TRANSFORMEE + + + +1 + + + + + + + + 1 + + + + + 1 + + + + + + + 2 + + + + + + + n + + + + + + + n + + 2 + 2 + + + + + + + 3 + + + + + + + + + + + + + + + + POLITIQUE + + + +   + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ELYiON I + ELYION II + ELyion III + Terra1 + TERRE + SIGMA + + + + + + + + + + + + + + Elysium + + + + GAIA + + + + + + FRESCA + + MOlliS + IRIS + ELLYA + + + MAGNUS + + ERYTMA + LOWA-B + LOWA-A + + + ABYSS + + STEROS + URANS + UZAÏ + + + MECATRON + + AUTOSYX + EKA-A + EKA-B + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + Terriens + 1 + 2 + 3 + 4 + 2 + 8 + 0 + + Age I + Aube + + Origine + +1 + Bonus + POLTIQUE + + + + + + + + +1 + + + + Age V + DECLIN + + + + + + + + + + + + + + + + + + + Production + + + + + + +1 + +2 + +3 + +4 + +5 + +6 + +7 + +8 + +9 + +10 + + Réserves + + + + + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + + + + + + + + + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + + + + + + + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + + + + + + + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + + + + + + + + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + + 2 + 20 + + + + 3 + 30 + + + + 4 + 50 + + + + 5 + 40 + + + + + + + + +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 + 31 + + + CONSTRUction + + + + 2 + 3 + 4 + 5 + 1 + + AV + + + 2 + 3 + 4 + 5 + 1 + + 6 + + 7 + + 8 + 9 + + 10 + + + + + + + + + + + + + + + + + + ETher + 1 + 2 + 3 + 4 + 5 + 10 + 5 + + Age I + Aube + + Origine + +1 + Bonus + POLTIQUE + +1 + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + Age I + Aube + + + Age II + Prelude + + + Age III + EXPENSION + + + Age IV + APOGEE + + + Age V + DECLIN + + + Age Vi + CREPUSCULE + + Fin + des ages + + + + + + + + + + + + + + 5 + + + 5 + + 10 + + 15 + + 5 + + 5 + x2 + x2 + + + X2 + X2 + + + + -5 + -5 + -5 + + -1 + + 0 + + /4 + + 0 + 0 + 0 + + +1 + + +2 + + + + + + + + + + + + + + + + + + + + + + + 10 + + 2 + + 5 + 15 + + + 1 + 20 + + 8 + + + 4 + 8 + + + 2 + 8 + 25 + + 10 + + + 5 + 10 + + + 3 + 12 + + 10 + 40 + + 12 + + + 5 + 10 + + + 21 + 7 + 4 + + 20 + 50 + + 5 + + + 4 + 8 + + + 16 + 30 + + + + + + + 2 + 5 + 8 + 10 + 12 + 5 + + + + + + + + AGES + + + AV + + + + + AV + + + + + AV + + + + + AV + + + + 8 + + + + + + + + + + + 5 + + + + + + + + + 5 + + 5 + + + + 5 + + + 15 + + + 5 + + + + + + + + + + AV + + + + + 10 + + + + 6 + + + X2 + + + + miniaire + + + 1 + + + + + MILITAIRE + + + 10 + + + + + 2AV + + + + + 7 + + + + + + + + + 2 + + + + + + + 2 + + + + + + + + + + + + + + 4 + + + + + 8 + + + + + + 3 + + + + + + + + + + + + + + + + 0 + + + + + + + 7 + + + + + 2 + + + + + + + 2 + + + + + + + 8 + + + + + + 3 + + + + + + 0 + + + + + + + + + + + + + 4 + + + + + + + + + + + + + + + + + + + + + + + + + S1 + + + + S2 + + + + S3 + + + + S4 + + + + 0% 100% + + + 50% 50% + + + 75% 25% + + + 100% 0% + Initiative + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + + + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + 1 + 2 + + 3 + 4 + + 5 + 6 + + 7 + 8 + + 9 + 0 + + + /2 + + Forces + + Formation de combat + + + - + + + + X1.5 + + + + X2 + + + + X3 + + + + -2 + + + + -1 + + + + 0 + + + + 1 + + + + 2 + + + + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + Aucune spécificité + Assaut + + + + + + + + S1 + + + + + X3 + + + + -1 + + + + + + + 8AV + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + 0 + 2 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + 0 + 2 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + - + + + + 1 + 2 + 3 + 4 + 5 + - + - + - + - + - + + + Niveau + + Techno + + + + + + + AV + 5 + 4 + 2 + + 15 + + 5 + 5 + + 2 + + 1 + + 10 + + 1 + BONUS + + + + + + + 15 + + Technologie + + + + + + + + + + + + + + Ratio + Ressource + + + + + ACHAt + + VENTE + -1 + 0 + +1 + +2 + -2 + -3 + + +3 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + AV + AV + + Marche Noir + + SENAT GALACTIQUE + + + + + DECRET 1 : + 2AV + + + + Resolution 1 : + 12AV + + + + DECRET 2 : + 4AV + + + + Resolution 2 : + 15AV + + + + DECRET 3 : + 8AV + + + + Resolution 3 : + 20AV + + + + + + + + + 0 + + 5 + + Age V + DECLIN + + + + + + + + + + + + 3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20 + + + + + 6 + + + + + + 6 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/planches/fiche1.svg b/planches/fiche1.svg index 9c23b51..b916071 100755 --- a/planches/fiche1.svg +++ b/planches/fiche1.svg @@ -14,10 +14,38 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg34095" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="fiche1.svg"> + + + + + + + + + + + + + inkscape:window-height="1052" + inkscape:window-x="1920" + inkscape:window-y="0" + inkscape:window-maximized="1" + showguides="false" + inkscape:snap-global="false"> + + @@ -423,4166 +489,3911 @@ inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1"> - - - - - - - - - + + + - - - - - - - - - Type : - Si MINE niv 1 - Grande - - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Stérile - +3 - +2 - +2 - +1 - +3 - +3 - +2 - +2 - +2 - +3 - +3 - +3 - - - Si MINE niv 2 - Minerais : - Natif : - Méca - 12 - 2-6 - 7 - 11 - 8 - - - - - - - - - - - - - - - - - + id="g34638" + transform="translate(-1.3392857,-1.2742785)"> + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + 0 + 1 + 1 + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + + + 0 + 1 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + 0 + 2 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + - - - - - - - - - - - - - 1 - 2 - - - - - - - - 1 - - 2 - - 3 - 4 - 5 - - - 3 - 0 - 2 - 2 - 2 - 3 - - - - - - - - - - - - - - - 6 - 7 - 8 - 9 - 10 - - - - - Adaptation - - - - - - - - - - - - - - - - - 9-10 - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - - - - - - - - - - Type : - - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Gelée - +1 - +3 - +2 - +4 - +4 - +0 - +3 - +1 - +2 - +3 - +2 - +2 - Minerais : - Natif : - Kelvin - 2-3 - 6 - 7 - 4-5 - 8-9 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 0 - 2 - 2 - 3 - 2 - - - - - - - - - - 6 - 7 - 8 - 9 - 10 - - - - - Adaptation - 10-12 - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Si MINE niv 1 - - Si MINE niv 2 - - - - - - - - - - - - - - - - - - Type : - - - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Lave - +2 - +3 - +5 - +5 - +2 - +1 - +0 - +2 - +3 - +1 - +1 - +1 - Minerais : - Natif : - Vulcain - 12 - 2-4 - 5-7 - 8-9 - 10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 2 - 0 - 3 - 2 - 3 - 1 - - - - - - - - - - 6 - 7 - 8 - 9 - 10 - - - - - Adaptation - 11 - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - - Si MINE niv 2 - - - Si MINE niv 1 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g34313" + transform="translate(-1.3392857,25.381421)"> + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + + + 1 + 1 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + + + 0 + 0 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + Grande + Petite + Moyenne + 0 + + + + + + + + + + 1 + + 2 + 3 + 4 + + 3 + 2 + 1 + 0 + + + + + + + + + + 0 + + + + + 0 + 0 + 2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + diff --git a/planches/fiche2.svg b/planches/fiche2.svg index 535bd5d..8413679 100755 --- a/planches/fiche2.svg +++ b/planches/fiche2.svg @@ -11,680 +11,13 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="210mm" height="297mm" - viewBox="0 0 744.09448819 1052.3622047" - id="svg34095" + viewBox="0 0 210 297" version="1.1" - inkscape:version="0.91 r13725" + id="svg28454" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="fiche2.svg"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="defs28448" /> + id="metadata28451"> image/svg+xml - + @@ -720,4188 +53,2671 @@ inkscape:groupmode="layer" id="layer1"> + id="g30927" + transform="translate(-2.2678571,15.497023)"> - - - - - - - - - + transform="translate(-5.4609141,-18.846062)" + id="g29589"> + id="g28356" + transform="matrix(0.25798408,0,0,0.25798408,-14.430771,123.18749)"> + y="-434.93036" + x="110.08669" + height="365.42307" + width="383.97839" + id="rect4136-68-7-1" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.77310038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.37017751;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-5" + width="131.19974" + height="363.37405" + x="361.58109" + y="-434.01755" /> + + + + + + style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:1.00504088;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413" + width="70.590591" + height="363.37405" + x="290.99051" + y="-434.01755" /> + + + + + + + + - - - Type : - - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Tellurique - +1 - +1 - +2 - +4 - +5 - +1 - +1 - +2 - +3 - +3 - +2 - +3 - Minerais : - Natif : - Humain - 12 - 11 - 8-9 - 6-7 - 2-5 - - - - + style="opacity:1;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:1.00504088;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-53" + width="70.590591" + height="363.37405" + x="220.39993" + y="-434.01755" /> + inkscape:connector-curvature="0" + id="path1934-6" + d="m 176.91267,-180.46273 c 268.39871,-0.84134 268.39871,-0.84134 268.39871,-0.84134" + style="fill:none;stroke:#000000;stroke-width:0.90749419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + inkscape:connector-curvature="0" + id="path1934-6-9" + d="m 176.069,-245.14701 c 201.01396,-0.84778 201.01396,-0.84778 201.01396,-0.84778" + style="fill:none;stroke:#000000;stroke-width:0.78835499px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + 0 + inkscape:connector-curvature="0" + id="path62337-81-4" + d="m 122.21706,-406.2696 c -0.27347,-0.16663 -0.43267,-0.38833 -0.52506,-0.73094 -0.0881,-0.32801 -0.12119,-2.39181 -0.0978,-6.19441 0.0192,-3.13639 0,-5.66384 -0.0454,-5.61674 -0.044,0.0468 -0.23039,0.52768 -0.41395,1.06735 -0.41145,1.21002 -0.87138,1.7187 -1.45333,1.60731 -0.45333,-0.0867 -0.93516,-0.58911 -0.93516,-0.97455 0,-0.15024 0.363,-1.3206 0.80641,-2.60001 0.44382,-1.2793 1.06184,-3.07085 1.37387,-3.98136 0.3287,-0.95911 0.68371,-1.77171 0.844,-1.932 0.26949,-0.26963 0.34371,-0.27693 2.83097,-0.27693 2.78262,0 2.9436,0.0358 3.1956,0.70065 0.62946,1.66183 2.72547,7.88846 2.72547,8.09681 0,0.37704 -0.48417,0.88077 -0.92828,0.96587 -0.62697,0.1198 -1.03059,-0.33532 -1.46367,-1.65164 -0.20243,-0.615 -0.39562,-1.11859 -0.4295,-1.119 -0.0331,-2.7e-4 -0.0468,2.56849 -0.0276,5.70804 0.0221,3.80701 -0.0137,5.87246 -0.0992,6.20061 -0.20862,0.77514 -1.06859,1.18426 -1.7534,0.83422 -0.69666,-0.35639 -0.69142,-0.32099 -0.69445,-4.67786 v -4.01729 h -0.49079 -0.4905 v 4.01729 c 0,3.62138 -0.0234,4.04345 -0.21483,4.2792 -0.46394,0.57272 -1.07907,0.67917 -1.70825,0.29538 z m 8.52235,-1.30021 c -0.18384,-0.0992 -0.3893,-0.28437 -0.45663,-0.41009 -0.073,-0.13633 -0.12669,-1.70714 -0.1322,-3.87724 l -0.0137,-3.64851 0.35419,-0.21552 c 0.41159,-0.2502 0.76398,-0.91835 0.76398,-1.44852 0,-0.20325 -0.60728,-2.11804 -1.34951,-4.25468 -0.74196,-2.13651 -1.34924,-3.90767 -1.34924,-3.93577 0,-0.0289 0.72033,-0.0509 1.60069,-0.0509 1.82763,0 2.21321,0.1198 2.44014,0.76289 1.31826,3.73017 2.46067,7.0957 2.46067,7.24828 0,0.37345 -0.54916,0.86189 -0.96876,0.86189 -0.55579,0 -0.81329,-0.31603 -1.23371,-1.51489 l -0.36478,-1.04078 -0.0358,5.49969 -0.0358,5.49954 -0.40059,0.35804 c -0.443,0.39563 -0.78024,0.43942 -1.283,0.16649 z m -2.30313,-3.97956 c 0,-2.22643 0.0193,-4.048 0.0427,-4.048 0.0235,0 0.21689,0.0606 0.42937,0.13495 l 0.38626,0.13495 v 3.61258 3.61215 l -0.30102,0.30103 c -0.16552,0.16579 -0.35886,0.30116 -0.42936,0.30116 -0.0867,0 -0.12807,-1.31372 -0.12807,-4.04799 z m 4.66134,-0.74926 c 0,-3.58654 0.0137,-3.81031 0.21469,-3.72561 0.11705,0.0509 0.33889,0.11705 0.49078,0.15023 l 0.27596,0.0606 -0.0137,3.32835 c 0,2.42306 -0.044,3.38149 -0.15313,3.52319 -0.14211,0.1848 -0.60618,0.48005 -0.75476,0.48005 -0.0386,0 -0.0689,-1.71705 -0.0689,-3.81583 z m 2.39222,3.6744 c -0.54132,-0.2962 -0.55206,-0.37 -0.55206,-3.78278 0,-2.22352 -0.0427,-3.30741 -0.13632,-3.39994 -0.0991,-0.0992 -0.0648,-0.17393 0.12943,-0.27762 0.38916,-0.20849 0.74169,-0.85942 0.74224,-1.371 1.4e-4,-0.2509 -0.53774,-1.99205 -1.22626,-3.96881 -0.67463,-1.9367 -1.22669,-3.5433 -1.22669,-3.57002 0,-0.0262 0.7622,-0.0495 1.69406,-0.0495 1.1614,0 1.7596,0.0495 1.9035,0.1534 0.24498,0.1793 2.53593,6.67653 2.53593,7.19237 0,0.43529 -0.34196,0.7505 -0.81428,0.7505 -0.5535,0 -0.74505,-0.21661 -1.13916,-1.2881 l -0.36106,-0.98129 -0.0399,5.07088 -0.0399,5.07073 -0.34426,0.29607 c -0.37002,0.31809 -0.73631,0.36822 -1.12767,0.1534 z m 2.14669,-4.46731 c 0,-3.04178 0.0207,-3.38315 0.19403,-3.31635 0.10742,0.0413 0.2724,0.0744 0.36805,0.0744 0.14531,0 0.17395,0.48542 0.17395,2.95228 0,3.01961 -0.0405,3.3081 -0.49352,3.55074 -0.23893,0.12807 -0.24251,0.0785 -0.24251,-3.26115 z m 1.77144,3.20813 c -0.22186,-0.16194 -0.24228,-0.38558 -0.29943,-3.28125 l -0.0618,-3.1076 0.46009,-0.44094 c 0.73609,-0.7056 0.73728,-0.69789 -0.81832,-5.18516 -0.51129,-1.47538 -0.9298,-2.70358 -0.9298,-2.72947 0,-0.10328 2.57807,-0.0413 2.86323,0.0675 0.33971,0.12945 0.32035,0.084 1.67596,3.97185 0.96733,2.77436 0.9868,2.98546 0.30454,3.29627 -0.49763,0.22667 -0.89233,-0.15974 -1.27375,-1.24762 l -0.31914,-0.91023 -0.0321,4.58794 c -0.0321,4.51137 -0.0369,4.59235 -0.29741,4.87009 -0.30527,0.32457 -0.90602,0.37581 -1.27245,0.10742 z m 2.15398,-3.98176 c 0,-3.01961 0.0124,-3.09232 0.46802,-2.84858 0.18703,0.0991 0.20081,0.36396 0.1453,2.77601 -0.0595,2.59548 -0.069,2.67039 -0.33732,2.84872 l -0.276,0.18287 z m 1.52778,2.62812 c -0.30096,-0.30115 -0.3011,-0.302 -0.3011,-2.93603 0,-2.53171 0.0124,-2.63761 0.24669,-2.71294 0.30761,-0.0978 0.61203,-0.668 0.61203,-1.14695 0,-0.19926 -0.41408,-1.56529 -0.92002,-3.03545 -0.50606,-1.47028 -0.92002,-2.71734 -0.92002,-2.77187 0,-0.14556 1.8651,-0.1198 2.30119,0.0317 0.35633,0.12532 0.41885,0.2571 1.25307,2.66805 0.4829,1.39551 0.9054,2.67534 0.93892,2.84403 0.0819,0.41312 -0.20366,0.76661 -0.61894,0.76661 -0.43963,0 -0.60598,-0.19018 -0.88507,-1.012 l -0.22911,-0.67448 -0.0618,3.88192 c -0.0572,3.59646 -0.0785,3.90121 -0.29491,4.14012 -0.31082,0.3433 -0.75202,0.32637 -1.12131,-0.0427 z m -1.26757,-13.1571 c -0.63022,-0.31038 -0.9016,-0.82761 -0.82331,-1.56901 0.0535,-0.50097 0.14373,-0.68633 0.49608,-1.01186 0.36394,-0.33655 0.52495,-0.3988 1.03005,-0.3988 1.66503,0 2.21374,2.1785 0.74678,2.96536 -0.51474,0.2761 -0.9104,0.27981 -1.4496,0.0165 z m -4.01803,-0.8842 c -0.67532,-0.41187 -0.78313,-0.67669 -0.69982,-1.71911 0.0826,-1.0189 0.23245,-1.29072 0.86561,-1.55856 0.55496,-0.23493 1.06804,-0.20822 1.64454,0.0854 0.92277,0.47081 1.22909,1.80491 0.61301,2.66997 -0.51604,0.72475 -1.67953,0.97524 -2.42334,0.52163 z m -3.71007,-0.1439 c -0.51957,-0.10879 -0.97565,-0.44355 -1.34222,-0.98212 -0.2487,-0.36561 -0.27459,-0.51047 -0.20545,-1.15411 0.12255,-1.14351 0.70643,-1.77062 1.74169,-1.87004 0.77432,-0.0744 1.37679,0.18053 1.82956,0.77418 0.30241,0.39659 0.35349,0.57437 0.35349,1.23067 0,0.5836 -0.0606,0.84841 -0.25296,1.10606 -0.54807,0.73424 -1.32927,1.06364 -2.12411,0.89536 z m -5.35124,-0.71194 c -0.48996,-0.22625 -0.89839,-0.60274 -1.13387,-1.0456 -0.0895,-0.16731 -0.0757,-0.3506 0.0441,-0.64005 0.0922,-0.2228 0.16938,-0.70121 0.16938,-1.06268 0,-0.69376 0.17585,-0.96546 0.84978,-1.31398 0.40678,-0.21029 1.49644,-0.18356 1.94344,0.0468 0.64928,0.33573 1.25353,1.28879 1.25353,1.97718 0,0.75862 -0.6439,1.69364 -1.40418,2.03872 -0.62808,0.28546 -1.10247,0.28505 -1.72256,0 z m -5.08988,-0.57699 c -1.7749,-0.76991 -1.9878,-3.14932 -0.3827,-4.27975 0.43971,-0.3097 0.63594,-0.36617 1.27862,-0.36795 0.53512,0 0.90417,0.0744 1.24995,0.25407 1.34745,0.70367 1.69529,2.56793 0.69995,3.75096 -0.64087,0.76165 -1.91025,1.04836 -2.84582,0.64267 z" + style="fill:#000000;stroke-width:1" /> + 1 + 2 + 3 + 4 + Moyenne + Grande + - + inkscape:connector-curvature="0" + id="path2050-1-2" + d="m 436.89891,-158.61895 c -1.46505,-0.35537 -2.66277,-1.54451 -3.23714,-3.21396 -0.0885,-0.25724 -0.2078,-0.84341 -0.26511,-1.3026 -0.16463,-1.31914 0.0924,-2.80945 0.68489,-3.97078 0.36208,-0.70974 2.56785,-4.52856 3.65954,-6.33572 1.4901,-2.46668 3.52932,-5.52529 5.37533,-8.06243 1.73539,-2.3851 2.48823,-3.49108 2.86483,-4.20863 l 0.25928,-0.49401 v -5.94327 -5.94327 h -1.0975 -1.0975 v -1.4774 -1.47741 h 10.63733 10.63734 v 1.47741 1.4774 h -0.84423 -0.84424 v 5.94327 5.94327 l 0.25928,0.49401 c 0.3766,0.71755 1.12945,1.82353 2.86483,4.20863 0.84462,1.16082 2.15342,3.04135 2.90847,4.17895 2.47399,3.72746 6.11154,9.95913 6.49829,11.13253 0.59948,1.81889 0.46018,3.7361 -0.38895,5.35326 -0.35495,0.676 -1.23999,1.56896 -1.84228,1.85877 -1.06717,0.51351 0.17582,0.48251 -19.03408,0.47466 -13.74016,-0.005 -17.6581,-0.0301 -17.99838,-0.11268 z m 35.62435,-2.41893 c 0.70183,-0.19488 1.28494,-1.00878 1.49663,-2.08897 0.13411,-0.68436 0.0575,-1.70194 -0.17497,-2.32322 -0.19953,-0.53328 -2.54106,-4.65931 -4.02422,-7.09109 -1.7805,-2.9193 -2.78761,-4.41712 -5.34558,-7.9502 -2.19794,-3.03579 -2.87276,-4.13294 -3.17022,-5.15423 -0.12899,-0.44287 -0.14063,-0.78142 -0.0986,-2.86833 0.0262,-1.30142 0.0259,-3.85628 -6.3e-4,-5.67747 l -0.0483,-3.31127 h -6.23426 -6.23425 l -0.011,2.68044 c -0.006,1.47425 -0.002,4.03352 0.009,5.68727 0.0176,2.61705 0.002,3.07064 -0.12286,3.49915 -0.29579,1.01749 -0.97441,2.12036 -3.15905,5.13401 -3.22939,4.45485 -4.78287,6.86345 -7.71151,11.95633 -1.41813,2.46613 -1.63842,2.90386 -1.79453,3.56602 -0.39906,1.69252 0.23236,3.5058 1.36083,3.90805 0.27415,0.0977 3.13123,0.11714 17.63394,0.11985 11.95144,0.002 17.40659,-0.0245 17.62934,-0.0863 z m -33.24765,-0.59508 c -1.59649,-0.37249 -2.50822,-2.63452 -1.81195,-4.49548 0.1627,-0.43487 1.04816,-2.02915 2.25673,-4.06328 0.59273,-0.99761 2.49845,-3.89092 2.83381,-4.30234 l 0.2038,-0.25003 0.62266,0.42881 c 1.75505,1.20866 3.51233,1.85003 5.39165,1.96786 1.22808,0.077 2.00978,-0.008 3.5467,-0.38343 2.84342,-0.69547 4.20989,-0.89356 7.21819,-1.04638 3.25006,-0.16508 5.25792,-0.39894 6.79608,-0.79155 0.44111,-0.11258 0.8063,-0.19955 0.81154,-0.19325 0.21163,0.25459 1.70754,2.47641 2.23758,3.3234 2.06344,3.29731 3.07491,5.19412 3.21919,6.03687 0.2596,1.51645 -0.4412,3.09836 -1.61244,3.63978 l -0.39249,0.18144 -15.49168,0.0132 c -9.34261,0.008 -15.62572,-0.0181 -15.82937,-0.0656 z m 7.48925,-1.70893 c 0.62482,-0.4747 0.0896,-1.48009 -0.65678,-1.23376 -0.33478,0.11049 -0.45851,0.29496 -0.45851,0.68359 0,0.38491 0.28382,0.66601 0.66899,0.66258 0.16604,-0.001 0.36687,-0.0521 0.4463,-0.11241 z m 19.78331,-0.0921 c 0.2669,-0.26688 0.2697,-0.63939 0.007,-0.94466 -0.41782,-0.48575 -1.23508,-0.16479 -1.23508,0.48505 0,0.59501 0.79502,0.89258 1.22798,0.45961 z m -8.43935,-0.39566 c 0.43349,-0.21157 0.59642,-0.97065 0.29153,-1.35825 -0.57462,-0.73051 -1.69133,-0.3554 -1.69133,0.56814 0,0.29536 0.0495,0.41647 0.25398,0.62091 0.34647,0.34647 0.68131,0.39592 1.14582,0.1692 z m 6.33441,-1.80128 c 0.90254,-0.26802 1.50324,-1.09703 1.50012,-2.07027 -0.003,-1.12253 -0.78509,-2.00872 -1.907,-2.16249 -0.83244,-0.11411 -1.78629,0.39941 -2.20277,1.18587 -0.25592,0.48326 -0.25657,1.47014 -10e-4,1.94749 0.25393,0.47482 0.68765,0.86453 1.17312,1.05409 0.50568,0.19746 0.88521,0.20942 1.43781,0.0453 z m -19.50781,-1.25701 c 0.73783,-0.34358 1.13627,-0.96918 1.13627,-1.78413 0,-1.02506 -0.62983,-1.7943 -1.63429,-1.99602 -1.20712,-0.24243 -2.34849,0.70003 -2.35335,1.94321 -0.003,0.6369 0.21273,1.12512 0.67559,1.53255 0.62211,0.54759 1.41523,0.65856 2.17578,0.30439 z m 8.37634,-1.06607 c 1.32323,-0.80679 0.28384,-2.79033 -1.10888,-2.11613 -0.66556,0.3222 -0.90955,1.14857 -0.51631,1.74872 0.33614,0.51304 1.10227,0.68624 1.62519,0.36741 z" + style="fill:#000000;stroke-width:0.0844233" /> + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + id="g28356-9" + transform="matrix(0.25798408,0,0,0.25798408,84.298222,123.42298)"> + + - + inkscape:connector-curvature="0" + id="path1934-9" + d="m 189.73223,-113.13933 c 190.25556,-0.84742 190.25556,-0.84742 190.25556,-0.84742" + style="fill:none;stroke:#000000;stroke-width:0.76680923px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + inkscape:connector-curvature="0" + id="path1934-6-4" + d="m 176.91267,-180.46273 c 268.39871,-0.84134 268.39871,-0.84134 268.39871,-0.84134" + style="fill:none;stroke:#000000;stroke-width:0.90749419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + - - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 0 - 2 - 3 - 2 - 2 - - - - - - - - - - 6 - 7 - 8 - 9 - 10 - - - - - Adaptation - 10 - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Si MINE niv 1 - - Si MINE niv 2 - - - - - - - - - - + transform="translate(-5.4609142,75.862236)" + id="g29589-2"> + id="g28356-6" + transform="matrix(0.25798408,0,0,0.25798408,-14.430771,123.18749)"> + y="-434.93036" + x="110.08669" + height="365.42307" + width="383.97839" + id="rect4136-68-7-1-6" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.77310038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> - - - - - - - - - - - - - - - Type : - - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Gazeuse - +1 - +3 - +1 - +2 - +3 - +1 - +3 - +2 - +2 - +3 - +4 - +3 - Minerais : - Natif : - Ether - 12 - - - 11 - 9-10 - 2-5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 0 - 0 - 1 - 2 - 2 - 3 - + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.37017751;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-5-0" + width="131.19974" + height="363.37405" + x="361.58109" + y="-434.01755" /> + id="path1934-4" + d="m 189.73223,-113.13933 c 190.25556,-0.84742 190.25556,-0.84742 190.25556,-0.84742" + style="fill:none;stroke:#000000;stroke-width:0.76680923px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + - - - - - - - 6 - 7 - 8 - 9 - 10 + id="path1934-6-8" + d="m 176.91267,-180.46273 c 268.39871,-0.84134 268.39871,-0.84134 268.39871,-0.84134" + style="fill:none;stroke:#000000;stroke-width:0.90749419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="g2072-6-3" + transform="translate(127.29002,11.754406)"> + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + - - Adaptation - 6-8 - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - + style="fill:#000000;stroke-width:0.95500237" + d="m 323.37605,-350.0086 c -0.19254,-0.31151 1.61503,-5.56771 2.24593,-6.53046 l 0.48634,-0.74241 4.0949,0.0796 4.09492,0.0796 0.54546,1.15322 c 0.74793,1.58132 1.90902,5.03144 1.90902,5.67265 0,0.49405 -0.4038,0.52626 -6.6145,0.52626 -3.6378,0 -6.68075,-0.10777 -6.76207,-0.23919 z m 15.18422,-0.70474 c 0.21756,-1.34117 1.90022,-5.60612 2.41478,-6.12057 0.34196,-0.34197 1.26189,-0.43182 4.42083,-0.43182 h 3.98902 l 0.86451,2.09023 c 1.06517,2.57544 1.79493,5.01101 1.56896,5.2368 -0.093,0.0928 -3.14867,0.16929 -6.79024,0.16929 H 338.407 Z m -7.7847,-8.36135 c 0.21765,-1.34108 1.90041,-5.60612 2.41477,-6.12048 0.57282,-0.57273 7.93621,-0.63551 8.40315,-0.0713 0.49396,0.59643 2.05825,4.74333 2.25606,5.98079 l 0.1848,1.155 h -6.70601 -6.70594 z m 17.15429,-3.25637 c -0.0928,-0.15019 -0.25904,-0.75411 -0.36931,-1.34213 -0.11767,-0.62715 -0.39667,-1.12184 -0.67485,-1.19651 -0.26096,-0.0702 -0.84648,-0.21041 -1.30129,-0.31207 -0.98345,-0.21998 -0.79896,-0.48373 0.61704,-0.8822 0.85273,-0.23993 1.08667,-0.47405 1.29646,-1.2975 0.35966,-1.41135 0.72109,-1.67452 0.94252,-0.686 0.10268,0.45917 0.24512,1.0512 0.31625,1.31588 0.08,0.2985 0.5625,0.55445 1.26922,0.67381 1.41528,0.2391 1.71406,0.64431 0.64995,0.88153 -1.65191,0.3683 -1.81626,0.47014 -1.97787,1.2263 -0.26425,1.23596 -0.58584,1.9139 -0.76812,1.61889 z m -16.58812,-4.27235 c -0.18877,-0.41449 -0.54068,-0.75355 -0.78184,-0.75355 -0.24125,0 -0.43866,-0.1298 -0.43866,-0.2883 0,-0.15852 0.24435,-0.28829 0.54294,-0.28829 0.31359,0 0.62492,-0.27422 0.73678,-0.64889 l 0.19366,-0.6487 0.30524,0.62369 c 0.16799,0.34309 0.58247,0.71635 0.92116,0.82952 l 0.61592,0.20585 -0.63063,0.12523 c -0.35489,0.0702 -0.73781,0.447 -0.8759,0.86111 l -0.24529,0.73584 -0.34338,-0.75355 z m 12.77418,-3.02488 c -0.0958,-0.30223 -0.462,-0.63522 -0.81358,-0.73968 l -0.63921,-0.19 0.65555,-0.26683 c 0.36054,-0.14672 0.76386,-0.55972 0.89628,-0.91751 0.23855,-0.64496 0.24235,-0.64552 0.432,-0.0477 0.1053,0.33155 0.48038,0.7438 0.83372,0.91637 l 0.64236,0.31358 -0.64874,0.19375 c -0.35683,0.10646 -0.64875,0.36558 -0.64875,0.57564 0,0.63231 -0.52248,0.75222 -0.70963,0.16274 z" + id="path61944-17-06-6-16" + inkscape:connector-curvature="0" /> - - - - - + style="fill:#000000;stroke-width:0.05975946" + d="m 354.45159,-367.2552 c 0.96088,-1.02679 1.97322,-1.83537 3.16695,-2.52953 0.46729,-0.27165 1.16583,-0.62907 1.28067,-0.65521 0.0191,-0.004 3.87912,8.57434 3.90819,8.68477 0.003,0.0103 -0.13378,0.0985 -0.30361,0.19467 -1.13462,0.64264 -1.7665,1.57585 -2.09174,3.08954 -0.008,0.0352 -0.74629,-0.0136 -1.64167,-0.10814 -0.89538,-0.0946 -3.02825,-0.31764 -4.73972,-0.4956 -1.7115,-0.17799 -3.11234,-0.33479 -3.11304,-0.34845 -0.007,-0.13256 0.13496,-1.02528 0.23717,-1.49535 0.50905,-2.34118 1.70001,-4.63024 3.29687,-6.33662 z m 8.31335,7.17187 c 1.03524,-0.88341 2.71427,-0.80267 3.66517,0.1763 0.34115,0.35119 0.6331,0.88467 0.73788,1.34759 0.34666,1.53636 -0.81869,3.14452 -2.38663,3.29347 -0.79064,0.0751 -1.67682,-0.23545 -2.1931,-0.76857 -1.13853,-1.17568 -1.05905,-2.99418 0.17696,-4.04894 z m 10.00629,-8.8034 c 0.43709,0.3179 1.4592,1.27431 1.93505,1.80993 1.99808,2.24913 3.21292,5.16058 3.42183,8.2007 0.0674,0.98038 0.0119,2.21446 -0.10147,2.2565 -0.0507,0.0187 -1.32721,-0.0946 -2.83672,-0.25211 -1.5095,-0.15746 -3.59629,-0.37438 -4.63734,-0.48208 -1.04103,-0.10769 -1.91301,-0.21053 -1.93773,-0.2285 -0.0247,-0.0179 -0.0359,-0.17484 -0.0248,-0.34855 0.011,-0.17373 -0.0305,-0.56998 -0.0925,-0.88056 -0.17227,-0.86406 -0.61451,-1.61914 -1.35316,-2.31045 l -0.20886,-0.19556 2.80312,-3.86823 2.80312,-3.86821 z m -10.43258,14.39665 c 0.94907,0.52078 1.78605,0.68681 2.71563,0.5387 0.35167,-0.056 0.7486,-0.13616 0.88208,-0.17808 l 0.24269,-0.0762 0.87254,1.94896 c 2.05226,4.58409 2.9544,6.61809 2.96579,6.68672 0.0328,0.19775 -1.97533,0.851 -3.27197,1.06437 -2.59753,0.42743 -5.31146,0.0949 -7.71073,-0.94479 -0.65662,-0.28452 -1.88301,-0.95757 -2.32285,-1.27479 l -0.23022,-0.16606 2.80311,-3.86822 2.80312,-3.86823 z" + id="path835-1-4-2" + inkscape:connector-curvature="0" /> - + id="g1870-3-19" + transform="translate(128.24038,-43.156303)"> + - - - - - + style="fill:#000000;stroke-width:1.42317307" + d="m 115.7089,-52.269441 c -0.3892,-0.237143 -0.61577,-0.552661 -0.74725,-1.040254 -0.12539,-0.466815 -0.17248,-3.40396 -0.13919,-8.815719 0.0273,-4.463625 0,-8.060623 -0.0646,-7.993592 -0.0626,0.0666 -0.32789,0.750979 -0.58913,1.519022 -0.58556,1.722068 -1.24012,2.446009 -2.06834,2.287482 -0.64516,-0.123389 -1.33089,-0.838407 -1.33089,-1.386955 0,-0.213817 0.51661,-1.879442 1.14766,-3.700264 0.63163,-1.820664 1.51118,-4.370351 1.95526,-5.666164 0.46779,-1.36498 0.97303,-2.52145 1.20115,-2.749571 0.38353,-0.38373 0.48916,-0.394119 4.02896,-0.394119 3.96015,0 4.18926,0.05095 4.5479,0.997146 0.89583,2.365072 3.87881,11.226646 3.87881,11.523164 0,0.536593 -0.68906,1.253488 -1.3211,1.374599 -0.89229,0.170497 -1.46671,-0.477219 -2.08306,-2.350569 -0.28809,-0.875251 -0.56303,-1.591948 -0.61125,-1.59253 -0.0471,-3.85e-4 -0.0666,3.655406 -0.0393,8.123529 0.0315,5.418034 -0.0195,8.357525 -0.14118,8.824541 -0.2969,1.103158 -1.52079,1.685407 -2.49539,1.18724 -0.99147,-0.507207 -0.98401,-0.456826 -0.98832,-6.657406 v -5.717298 h -0.69848 -0.69807 v 5.717298 c 0,5.153852 -0.0333,5.75453 -0.30574,6.090042 -0.66027,0.815081 -1.5357,0.966578 -2.43113,0.420378 z m 12.12878,-1.850424 c -0.26164,-0.141178 -0.55405,-0.404707 -0.64987,-0.58363 -0.10389,-0.19402 -0.1803,-2.429554 -0.18814,-5.517982 l -0.0195,-5.192462 0.50408,-0.306722 c 0.58576,-0.356078 1.08727,-1.306972 1.08727,-2.061496 0,-0.28926 -0.86426,-3.014336 -1.92059,-6.055146 -1.05593,-3.040624 -1.9202,-5.561291 -1.9202,-5.601282 0,-0.04113 1.02516,-0.07244 2.27806,-0.07244 2.60104,0 3.14978,0.170496 3.47274,1.085725 1.87612,5.308677 3.50196,10.098409 3.50196,10.315557 0,0.531485 -0.78156,1.226619 -1.37871,1.226619 -0.79099,0 -1.15745,-0.449764 -1.75578,-2.15595 l -0.51915,-1.481211 -0.051,7.827012 -0.051,7.826797 -0.57011,0.509553 c -0.63046,0.563049 -1.11041,0.625371 -1.82593,0.236943 z m -3.27776,-5.663602 c 0,-3.168596 0.0275,-5.761005 0.0608,-5.761005 0.0334,0 0.30868,0.08624 0.61107,0.192057 l 0.54972,0.192056 v 5.141328 5.140715 l -0.42841,0.428417 c -0.23556,0.235947 -0.51072,0.428603 -0.61105,0.428603 -0.12339,0 -0.18227,-1.869651 -0.18227,-5.76099 z m 6.6339,-1.066327 c 0,-5.104269 0.0195,-5.422732 0.30554,-5.302188 0.16658,0.07244 0.4823,0.166581 0.69846,0.213802 l 0.39274,0.08624 -0.0195,4.736818 c 0,3.448436 -0.0626,4.812447 -0.21793,5.014111 -0.20224,0.263002 -0.86269,0.683194 -1.07415,0.683194 -0.0549,0 -0.0981,-2.443659 -0.0981,-5.430588 z m 3.40454,5.229307 c -0.77039,-0.421545 -0.78568,-0.526575 -0.78568,-5.383551 0,-3.164453 -0.0608,-4.707017 -0.194,-4.838703 -0.14104,-0.141179 -0.0922,-0.247532 0.1842,-0.395101 0.55384,-0.296717 1.05555,-1.223105 1.05633,-1.95117 2e-4,-0.357076 -0.76529,-2.835034 -1.74518,-5.648306 -0.96011,-2.756259 -1.74579,-5.042729 -1.74579,-5.080756 0,-0.03729 1.08474,-0.07045 2.41094,-0.07045 1.65288,0 2.50422,0.07045 2.70901,0.218315 0.34865,0.255175 3.60907,9.501859 3.60907,10.235987 0,0.619493 -0.48667,1.068092 -1.15886,1.068092 -0.78773,0 -1.06034,-0.308272 -1.62122,-1.83319 l -0.51385,-1.396544 -0.0568,7.21674 -0.0568,7.216525 -0.48995,0.421359 c -0.5266,0.452697 -1.04789,0.524041 -1.60487,0.218317 z m 3.05511,-6.357757 c 0,-4.328978 0.0295,-4.814806 0.27614,-4.71974 0.15288,0.05878 0.38767,0.105884 0.5238,0.105884 0.2068,0 0.24756,0.690838 0.24756,4.201607 0,4.297426 -0.0576,4.707999 -0.70236,5.053318 -0.34004,0.182266 -0.34514,0.111719 -0.34514,-4.641181 z m 2.52107,4.565726 c -0.31575,-0.230469 -0.34481,-0.548748 -0.42614,-4.669787 l -0.088,-4.422654 0.65479,-0.627534 c 1.04759,-1.004191 1.04928,-0.993218 -1.16461,-7.379379 -0.72765,-2.099722 -1.32326,-3.847663 -1.32326,-3.884509 0,-0.146986 3.66904,-0.05878 4.07487,0.09606 0.48346,0.18423 0.45591,0.119546 2.38518,5.65263 1.37668,3.948394 1.40439,4.248828 0.43341,4.691163 -0.70821,0.322592 -1.26994,-0.227338 -1.81277,-1.775578 l -0.45419,-1.295415 -0.0457,6.529433 c -0.0457,6.42046 -0.0525,6.535707 -0.42327,6.93098 -0.43445,0.461919 -1.28942,0.534842 -1.81091,0.152878 z m 3.06548,-5.666734 c 0,-4.297429 0.0177,-4.400908 0.66608,-4.054024 0.26617,0.141037 0.28579,0.51798 0.20678,3.950745 -0.0847,3.693817 -0.0982,3.800427 -0.48006,4.054221 l -0.3928,0.260256 z m 2.1743,3.74027 c -0.42832,-0.42859 -0.42852,-0.429798 -0.42852,-4.178479 0,-3.603062 0.0177,-3.753776 0.35108,-3.860983 0.43779,-0.139187 0.87103,-0.950681 0.87103,-1.63231 0,-0.283582 -0.58931,-2.227677 -1.30935,-4.319971 -0.72021,-2.092463 -1.30935,-3.867245 -1.30935,-3.944851 0,-0.207157 2.65436,-0.170496 3.275,0.04511 0.50711,0.178352 0.59609,0.365898 1.78333,3.797097 0.68725,1.986052 1.28854,3.807472 1.33625,4.047547 0.11655,0.587941 -0.28985,1.091019 -0.88086,1.091019 -0.62567,0 -0.86242,-0.270658 -1.25961,-1.44025 l -0.32606,-0.959903 -0.088,5.524644 c -0.0814,5.118385 -0.11171,5.552098 -0.4197,5.892107 -0.44235,0.488577 -1.07026,0.464481 -1.59582,-0.06077 z m -1.80397,-18.724832 c -0.89691,-0.441725 -1.28313,-1.177833 -1.17171,-2.232973 0.0761,-0.712967 0.20455,-0.976767 0.706,-1.440052 0.51795,-0.478969 0.7471,-0.567562 1.46594,-0.567562 2.36963,0 3.15054,3.100383 1.0628,4.220221 -0.73256,0.392938 -1.29566,0.398218 -2.06303,0.02348 z m -5.71835,-1.25837 c -0.9611,-0.586162 -1.11453,-0.963047 -0.99597,-2.446591 0.11755,-1.450071 0.33082,-1.836918 1.23191,-2.218101 0.78981,-0.334346 1.52001,-0.296333 2.34047,0.121539 1.31326,0.670044 1.74921,2.5687 0.87242,3.79983 -0.73442,1.031444 -2.39026,1.387935 -3.44883,0.742369 z m -5.28008,-0.204795 c -0.73943,-0.154827 -1.38851,-0.631248 -1.91021,-1.397726 -0.35394,-0.520327 -0.39079,-0.726488 -0.29239,-1.642499 0.17441,-1.627412 1.00537,-2.519898 2.47873,-2.66139 1.10199,-0.105884 1.95941,0.256925 2.60378,1.101792 0.43038,0.564416 0.50308,0.817428 0.50308,1.751456 0,0.830564 -0.0863,1.207435 -0.36001,1.574115 -0.78,1.044951 -1.89178,1.513744 -3.02298,1.274252 z m -7.61574,-1.013213 c -0.69729,-0.321993 -1.27856,-0.857804 -1.61369,-1.48807 -0.12737,-0.238111 -0.10773,-0.498965 0.0628,-0.910902 0.13122,-0.317083 0.24106,-0.997943 0.24106,-1.512378 0,-0.98734 0.25026,-1.374017 1.20938,-1.870021 0.57892,-0.299279 2.1297,-0.261237 2.76585,0.0666 0.92404,0.477802 1.78399,1.834171 1.78399,2.813869 0,1.079648 -0.91638,2.410343 -1.99839,2.901452 -0.89386,0.406259 -1.569,0.405675 -2.4515,0 z m -7.24378,-0.821157 c -2.52599,-1.095715 -2.82898,-4.482028 -0.54465,-6.090825 0.62579,-0.440757 0.90506,-0.521124 1.8197,-0.523657 0.76157,0 1.28679,0.105884 1.7789,0.361586 1.91765,1.001444 2.41269,3.654609 0.99615,5.338265 -0.91207,1.08396 -2.71862,1.491998 -4.0501,0.914631 z" + id="path62337-81-8-5-8" + inkscape:connector-curvature="0" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="path1934-6-9-7-9-8" + d="m 174.08262,-375.14601 c 299.51623,-0.84186 299.51623,-0.84186 299.51623,-0.84186" + style="fill:none;stroke:#000000;stroke-width:0.95894951px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + - - - Si MINE niv 1 - - Si MINE niv 2 - 1 - 2 - - - - - - - - - + transform="translate(-5.4609142,170.57053)" + id="g29589-22"> + id="g28356-5" + transform="matrix(0.25798408,0,0,0.25798408,-14.430771,123.18749)"> + y="-434.93036" + x="110.08669" + height="365.42307" + width="383.97839" + id="rect4136-68-7-1-7" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.77310038;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:none;stroke-width:1.37017751;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-5-8" + width="131.19974" + height="363.37405" + x="361.58109" + y="-434.01755" /> + + + + + + style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:1.00504088;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-4" + width="70.590591" + height="363.37405" + x="290.99051" + y="-434.01755" /> + + + + + + + + - - - Type : - - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Océanique - +1 - +2 - +1 - +2 - +2 - +1 - +2 - +2 - +2 - +5 - +3 - +2 - Minerais : - Natif : - Brachiès - 12 - - - 2 - 3-5 - 6-8 - - - - - - - - - - - - - - - - + style="opacity:1;fill:#f9f9f9;fill-opacity:1;stroke:none;stroke-width:1.00504088;stroke-miterlimit:4;stroke-dasharray:none" + id="rect9413-53-5" + width="70.590591" + height="363.37405" + x="220.39993" + y="-434.01755" /> + id="path1934-6-49" + d="m 176.91267,-180.46273 c 268.39871,-0.84134 268.39871,-0.84134 268.39871,-0.84134" + style="fill:none;stroke:#000000;stroke-width:0.90749419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + - + id="path1934-6-9-8" + d="m 176.069,-245.14701 c 201.01396,-0.84778 201.01396,-0.84778 201.01396,-0.84778" + style="fill:none;stroke:#000000;stroke-width:0.78835499px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + 0 + id="path62337-81-4-6" + d="m 122.21706,-406.2696 c -0.27347,-0.16663 -0.43267,-0.38833 -0.52506,-0.73094 -0.0881,-0.32801 -0.12119,-2.39181 -0.0978,-6.19441 0.0192,-3.13639 0,-5.66384 -0.0454,-5.61674 -0.044,0.0468 -0.23039,0.52768 -0.41395,1.06735 -0.41145,1.21002 -0.87138,1.7187 -1.45333,1.60731 -0.45333,-0.0867 -0.93516,-0.58911 -0.93516,-0.97455 0,-0.15024 0.363,-1.3206 0.80641,-2.60001 0.44382,-1.2793 1.06184,-3.07085 1.37387,-3.98136 0.3287,-0.95911 0.68371,-1.77171 0.844,-1.932 0.26949,-0.26963 0.34371,-0.27693 2.83097,-0.27693 2.78262,0 2.9436,0.0358 3.1956,0.70065 0.62946,1.66183 2.72547,7.88846 2.72547,8.09681 0,0.37704 -0.48417,0.88077 -0.92828,0.96587 -0.62697,0.1198 -1.03059,-0.33532 -1.46367,-1.65164 -0.20243,-0.615 -0.39562,-1.11859 -0.4295,-1.119 -0.0331,-2.7e-4 -0.0468,2.56849 -0.0276,5.70804 0.0221,3.80701 -0.0137,5.87246 -0.0992,6.20061 -0.20862,0.77514 -1.06859,1.18426 -1.7534,0.83422 -0.69666,-0.35639 -0.69142,-0.32099 -0.69445,-4.67786 v -4.01729 h -0.49079 -0.4905 v 4.01729 c 0,3.62138 -0.0234,4.04345 -0.21483,4.2792 -0.46394,0.57272 -1.07907,0.67917 -1.70825,0.29538 z m 8.52235,-1.30021 c -0.18384,-0.0992 -0.3893,-0.28437 -0.45663,-0.41009 -0.073,-0.13633 -0.12669,-1.70714 -0.1322,-3.87724 l -0.0137,-3.64851 0.35419,-0.21552 c 0.41159,-0.2502 0.76398,-0.91835 0.76398,-1.44852 0,-0.20325 -0.60728,-2.11804 -1.34951,-4.25468 -0.74196,-2.13651 -1.34924,-3.90767 -1.34924,-3.93577 0,-0.0289 0.72033,-0.0509 1.60069,-0.0509 1.82763,0 2.21321,0.1198 2.44014,0.76289 1.31826,3.73017 2.46067,7.0957 2.46067,7.24828 0,0.37345 -0.54916,0.86189 -0.96876,0.86189 -0.55579,0 -0.81329,-0.31603 -1.23371,-1.51489 l -0.36478,-1.04078 -0.0358,5.49969 -0.0358,5.49954 -0.40059,0.35804 c -0.443,0.39563 -0.78024,0.43942 -1.283,0.16649 z m -2.30313,-3.97956 c 0,-2.22643 0.0193,-4.048 0.0427,-4.048 0.0235,0 0.21689,0.0606 0.42937,0.13495 l 0.38626,0.13495 v 3.61258 3.61215 l -0.30102,0.30103 c -0.16552,0.16579 -0.35886,0.30116 -0.42936,0.30116 -0.0867,0 -0.12807,-1.31372 -0.12807,-4.04799 z m 4.66134,-0.74926 c 0,-3.58654 0.0137,-3.81031 0.21469,-3.72561 0.11705,0.0509 0.33889,0.11705 0.49078,0.15023 l 0.27596,0.0606 -0.0137,3.32835 c 0,2.42306 -0.044,3.38149 -0.15313,3.52319 -0.14211,0.1848 -0.60618,0.48005 -0.75476,0.48005 -0.0386,0 -0.0689,-1.71705 -0.0689,-3.81583 z m 2.39222,3.6744 c -0.54132,-0.2962 -0.55206,-0.37 -0.55206,-3.78278 0,-2.22352 -0.0427,-3.30741 -0.13632,-3.39994 -0.0991,-0.0992 -0.0648,-0.17393 0.12943,-0.27762 0.38916,-0.20849 0.74169,-0.85942 0.74224,-1.371 1.4e-4,-0.2509 -0.53774,-1.99205 -1.22626,-3.96881 -0.67463,-1.9367 -1.22669,-3.5433 -1.22669,-3.57002 0,-0.0262 0.7622,-0.0495 1.69406,-0.0495 1.1614,0 1.7596,0.0495 1.9035,0.1534 0.24498,0.1793 2.53593,6.67653 2.53593,7.19237 0,0.43529 -0.34196,0.7505 -0.81428,0.7505 -0.5535,0 -0.74505,-0.21661 -1.13916,-1.2881 l -0.36106,-0.98129 -0.0399,5.07088 -0.0399,5.07073 -0.34426,0.29607 c -0.37002,0.31809 -0.73631,0.36822 -1.12767,0.1534 z m 2.14669,-4.46731 c 0,-3.04178 0.0207,-3.38315 0.19403,-3.31635 0.10742,0.0413 0.2724,0.0744 0.36805,0.0744 0.14531,0 0.17395,0.48542 0.17395,2.95228 0,3.01961 -0.0405,3.3081 -0.49352,3.55074 -0.23893,0.12807 -0.24251,0.0785 -0.24251,-3.26115 z m 1.77144,3.20813 c -0.22186,-0.16194 -0.24228,-0.38558 -0.29943,-3.28125 l -0.0618,-3.1076 0.46009,-0.44094 c 0.73609,-0.7056 0.73728,-0.69789 -0.81832,-5.18516 -0.51129,-1.47538 -0.9298,-2.70358 -0.9298,-2.72947 0,-0.10328 2.57807,-0.0413 2.86323,0.0675 0.33971,0.12945 0.32035,0.084 1.67596,3.97185 0.96733,2.77436 0.9868,2.98546 0.30454,3.29627 -0.49763,0.22667 -0.89233,-0.15974 -1.27375,-1.24762 l -0.31914,-0.91023 -0.0321,4.58794 c -0.0321,4.51137 -0.0369,4.59235 -0.29741,4.87009 -0.30527,0.32457 -0.90602,0.37581 -1.27245,0.10742 z m 2.15398,-3.98176 c 0,-3.01961 0.0124,-3.09232 0.46802,-2.84858 0.18703,0.0991 0.20081,0.36396 0.1453,2.77601 -0.0595,2.59548 -0.069,2.67039 -0.33732,2.84872 l -0.276,0.18287 z m 1.52778,2.62812 c -0.30096,-0.30115 -0.3011,-0.302 -0.3011,-2.93603 0,-2.53171 0.0124,-2.63761 0.24669,-2.71294 0.30761,-0.0978 0.61203,-0.668 0.61203,-1.14695 0,-0.19926 -0.41408,-1.56529 -0.92002,-3.03545 -0.50606,-1.47028 -0.92002,-2.71734 -0.92002,-2.77187 0,-0.14556 1.8651,-0.1198 2.30119,0.0317 0.35633,0.12532 0.41885,0.2571 1.25307,2.66805 0.4829,1.39551 0.9054,2.67534 0.93892,2.84403 0.0819,0.41312 -0.20366,0.76661 -0.61894,0.76661 -0.43963,0 -0.60598,-0.19018 -0.88507,-1.012 l -0.22911,-0.67448 -0.0618,3.88192 c -0.0572,3.59646 -0.0785,3.90121 -0.29491,4.14012 -0.31082,0.3433 -0.75202,0.32637 -1.12131,-0.0427 z m -1.26757,-13.1571 c -0.63022,-0.31038 -0.9016,-0.82761 -0.82331,-1.56901 0.0535,-0.50097 0.14373,-0.68633 0.49608,-1.01186 0.36394,-0.33655 0.52495,-0.3988 1.03005,-0.3988 1.66503,0 2.21374,2.1785 0.74678,2.96536 -0.51474,0.2761 -0.9104,0.27981 -1.4496,0.0165 z m -4.01803,-0.8842 c -0.67532,-0.41187 -0.78313,-0.67669 -0.69982,-1.71911 0.0826,-1.0189 0.23245,-1.29072 0.86561,-1.55856 0.55496,-0.23493 1.06804,-0.20822 1.64454,0.0854 0.92277,0.47081 1.22909,1.80491 0.61301,2.66997 -0.51604,0.72475 -1.67953,0.97524 -2.42334,0.52163 z m -3.71007,-0.1439 c -0.51957,-0.10879 -0.97565,-0.44355 -1.34222,-0.98212 -0.2487,-0.36561 -0.27459,-0.51047 -0.20545,-1.15411 0.12255,-1.14351 0.70643,-1.77062 1.74169,-1.87004 0.77432,-0.0744 1.37679,0.18053 1.82956,0.77418 0.30241,0.39659 0.35349,0.57437 0.35349,1.23067 0,0.5836 -0.0606,0.84841 -0.25296,1.10606 -0.54807,0.73424 -1.32927,1.06364 -2.12411,0.89536 z m -5.35124,-0.71194 c -0.48996,-0.22625 -0.89839,-0.60274 -1.13387,-1.0456 -0.0895,-0.16731 -0.0757,-0.3506 0.0441,-0.64005 0.0922,-0.2228 0.16938,-0.70121 0.16938,-1.06268 0,-0.69376 0.17585,-0.96546 0.84978,-1.31398 0.40678,-0.21029 1.49644,-0.18356 1.94344,0.0468 0.64928,0.33573 1.25353,1.28879 1.25353,1.97718 0,0.75862 -0.6439,1.69364 -1.40418,2.03872 -0.62808,0.28546 -1.10247,0.28505 -1.72256,0 z m -5.08988,-0.57699 c -1.7749,-0.76991 -1.9878,-3.14932 -0.3827,-4.27975 0.43971,-0.3097 0.63594,-0.36617 1.27862,-0.36795 0.53512,0 0.90417,0.0744 1.24995,0.25407 1.34745,0.70367 1.69529,2.56793 0.69995,3.75096 -0.64087,0.76165 -1.91025,1.04836 -2.84582,0.64267 z" + style="fill:#000000;stroke-width:1" /> + 1 + 2 + 3 + 4 + Moyenne + Grande + - + id="path2050-1-2-48" + d="m 436.89891,-158.61895 c -1.46505,-0.35537 -2.66277,-1.54451 -3.23714,-3.21396 -0.0885,-0.25724 -0.2078,-0.84341 -0.26511,-1.3026 -0.16463,-1.31914 0.0924,-2.80945 0.68489,-3.97078 0.36208,-0.70974 2.56785,-4.52856 3.65954,-6.33572 1.4901,-2.46668 3.52932,-5.52529 5.37533,-8.06243 1.73539,-2.3851 2.48823,-3.49108 2.86483,-4.20863 l 0.25928,-0.49401 v -5.94327 -5.94327 h -1.0975 -1.0975 v -1.4774 -1.47741 h 10.63733 10.63734 v 1.47741 1.4774 h -0.84423 -0.84424 v 5.94327 5.94327 l 0.25928,0.49401 c 0.3766,0.71755 1.12945,1.82353 2.86483,4.20863 0.84462,1.16082 2.15342,3.04135 2.90847,4.17895 2.47399,3.72746 6.11154,9.95913 6.49829,11.13253 0.59948,1.81889 0.46018,3.7361 -0.38895,5.35326 -0.35495,0.676 -1.23999,1.56896 -1.84228,1.85877 -1.06717,0.51351 0.17582,0.48251 -19.03408,0.47466 -13.74016,-0.005 -17.6581,-0.0301 -17.99838,-0.11268 z m 35.62435,-2.41893 c 0.70183,-0.19488 1.28494,-1.00878 1.49663,-2.08897 0.13411,-0.68436 0.0575,-1.70194 -0.17497,-2.32322 -0.19953,-0.53328 -2.54106,-4.65931 -4.02422,-7.09109 -1.7805,-2.9193 -2.78761,-4.41712 -5.34558,-7.9502 -2.19794,-3.03579 -2.87276,-4.13294 -3.17022,-5.15423 -0.12899,-0.44287 -0.14063,-0.78142 -0.0986,-2.86833 0.0262,-1.30142 0.0259,-3.85628 -6.3e-4,-5.67747 l -0.0483,-3.31127 h -6.23426 -6.23425 l -0.011,2.68044 c -0.006,1.47425 -0.002,4.03352 0.009,5.68727 0.0176,2.61705 0.002,3.07064 -0.12286,3.49915 -0.29579,1.01749 -0.97441,2.12036 -3.15905,5.13401 -3.22939,4.45485 -4.78287,6.86345 -7.71151,11.95633 -1.41813,2.46613 -1.63842,2.90386 -1.79453,3.56602 -0.39906,1.69252 0.23236,3.5058 1.36083,3.90805 0.27415,0.0977 3.13123,0.11714 17.63394,0.11985 11.95144,0.002 17.40659,-0.0245 17.62934,-0.0863 z m -33.24765,-0.59508 c -1.59649,-0.37249 -2.50822,-2.63452 -1.81195,-4.49548 0.1627,-0.43487 1.04816,-2.02915 2.25673,-4.06328 0.59273,-0.99761 2.49845,-3.89092 2.83381,-4.30234 l 0.2038,-0.25003 0.62266,0.42881 c 1.75505,1.20866 3.51233,1.85003 5.39165,1.96786 1.22808,0.077 2.00978,-0.008 3.5467,-0.38343 2.84342,-0.69547 4.20989,-0.89356 7.21819,-1.04638 3.25006,-0.16508 5.25792,-0.39894 6.79608,-0.79155 0.44111,-0.11258 0.8063,-0.19955 0.81154,-0.19325 0.21163,0.25459 1.70754,2.47641 2.23758,3.3234 2.06344,3.29731 3.07491,5.19412 3.21919,6.03687 0.2596,1.51645 -0.4412,3.09836 -1.61244,3.63978 l -0.39249,0.18144 -15.49168,0.0132 c -9.34261,0.008 -15.62572,-0.0181 -15.82937,-0.0656 z m 7.48925,-1.70893 c 0.62482,-0.4747 0.0896,-1.48009 -0.65678,-1.23376 -0.33478,0.11049 -0.45851,0.29496 -0.45851,0.68359 0,0.38491 0.28382,0.66601 0.66899,0.66258 0.16604,-0.001 0.36687,-0.0521 0.4463,-0.11241 z m 19.78331,-0.0921 c 0.2669,-0.26688 0.2697,-0.63939 0.007,-0.94466 -0.41782,-0.48575 -1.23508,-0.16479 -1.23508,0.48505 0,0.59501 0.79502,0.89258 1.22798,0.45961 z m -8.43935,-0.39566 c 0.43349,-0.21157 0.59642,-0.97065 0.29153,-1.35825 -0.57462,-0.73051 -1.69133,-0.3554 -1.69133,0.56814 0,0.29536 0.0495,0.41647 0.25398,0.62091 0.34647,0.34647 0.68131,0.39592 1.14582,0.1692 z m 6.33441,-1.80128 c 0.90254,-0.26802 1.50324,-1.09703 1.50012,-2.07027 -0.003,-1.12253 -0.78509,-2.00872 -1.907,-2.16249 -0.83244,-0.11411 -1.78629,0.39941 -2.20277,1.18587 -0.25592,0.48326 -0.25657,1.47014 -10e-4,1.94749 0.25393,0.47482 0.68765,0.86453 1.17312,1.05409 0.50568,0.19746 0.88521,0.20942 1.43781,0.0453 z m -19.50781,-1.25701 c 0.73783,-0.34358 1.13627,-0.96918 1.13627,-1.78413 0,-1.02506 -0.62983,-1.7943 -1.63429,-1.99602 -1.20712,-0.24243 -2.34849,0.70003 -2.35335,1.94321 -0.003,0.6369 0.21273,1.12512 0.67559,1.53255 0.62211,0.54759 1.41523,0.65856 2.17578,0.30439 z m 8.37634,-1.06607 c 1.32323,-0.80679 0.28384,-2.79033 -1.10888,-2.11613 -0.66556,0.3222 -0.90955,1.14857 -0.51631,1.74872 0.33614,0.51304 1.10227,0.68624 1.62519,0.36741 z" + style="fill:#000000;stroke-width:0.0844233" /> + id="path1934-6-9-7-5" + d="m 173.89091,-309.98058 c 299.51622,-0.84186 299.51622,-0.84186 299.51622,-0.84186" + style="fill:none;stroke:#000000;stroke-width:0.95894945px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + - + id="path1934-6-9-7-9-4" + d="m 174.08262,-375.14601 c 299.51623,-0.84186 299.51623,-0.84186 299.51623,-0.84186" + style="fill:none;stroke:#000000;stroke-width:0.95894951px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 0 - 1 - 2 - 3 - 2 - - - - - - - - - - 6 - 7 - 8 - 9 - 10 + id="g28356-9-85" + transform="matrix(0.25798408,0,0,0.25798408,84.298222,123.42298)"> + + + id="path1934-9-3" + d="m 189.73223,-113.13933 c 190.25556,-0.84742 190.25556,-0.84742 190.25556,-0.84742" + style="fill:none;stroke:#000000;stroke-width:0.76680923px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + inkscape:connector-curvature="0" + id="path1934-6-4-1" + d="m 176.91267,-180.46273 c 268.39871,-0.84134 268.39871,-0.84134 268.39871,-0.84134" + style="fill:none;stroke:#000000;stroke-width:0.90749419px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + + + + + + + + + + + + + + + 0 + + 1 + 2 + 3 + 4 + Moyenne + Grande + + + + + + + + + + + + + + + + + + + + + + + + + + + + Age III + EXPENSION + + + + + + + + + + + - Adaptation - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 9-11 - - - Si MINE niv 1 - - - Si MINE niv 2 - - diff --git a/planches/fiche3.svg b/planches/fiche3.svg index d9e11de..4699768 100755 --- a/planches/fiche3.svg +++ b/planches/fiche3.svg @@ -7,1171 +7,17 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="210mm" height="297mm" - viewBox="0 0 744.09448819 1052.3622047" - id="svg8646" + viewBox="0 0 210 297" version="1.1" - inkscape:version="0.91 r13725" + id="svg34646" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="fiche3.svg"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="defs34640" /> + id="metadata34643"> @@ -1206,3046 +52,2115 @@ inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1"> - + transform="matrix(0.23776216,0,0,0.23776216,177.37811,303.49715)" + id="g38304"> - - - - - - - - - + id="g3188" + transform="translate(-1.1076064,68.540909)"> + transform="matrix(4.4394869,0,0,4.4394869,930.23231,-1612.7591)" + id="g41769"> - - - - - - Type : - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Vivante - +2 - +2 - +2 - +2 - +2 - +5 - +10 - +7 - +5 - +5 - +7 - +2 - 12 - 2-3 - 4-6 - 7-8 - 9-10 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 1 - 1 - 1 - 1 - 1 - - - - - - - - - Adaptation - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - 11 - - + style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-0" + width="31.981524" + height="17.849936" + x="-260.06784" + y="146.71758" /> AUCUNE ADAPTATION + id="tspan19970-5-8-2-3" + x="-250.92903" + y="158.82426" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:9.14816093px;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#666666;stroke-width:0.22870393px">8AV + transform="matrix(4.4394869,0,0,4.4394869,345.32044,-1687.9244)" + id="g41794"> + style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-6-1" + width="31.981524" + height="17.849936" + x="-225.26328" + y="145.30928" /> + AUCUN GISEMENT MINERAL + id="tspan16517-9-4-9-5-6" + x="-210.07924" + y="158.88222" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12.49472237px;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.23427595">20 + transform="matrix(4.4394869,0,0,4.4394869,473.27196,-1685.9086)" + id="g41798"> + - + id="path80654-1-8" + d="m -181.11907,150.84778 c 0.0309,-0.0489 0.32134,-0.25503 0.64558,-0.45808 0.58023,-0.36331 0.60024,-0.36932 1.26218,-0.37907 l 0.67262,-0.01 0.005,0.34267 c 0.004,0.24048 0.0421,0.35624 0.12912,0.38817 0.0683,0.0251 1.23075,0.0292 2.58335,0.009 l 2.45924,-0.0362 0.63993,-0.39949 c 0.63634,-0.39726 0.64366,-0.39958 1.31157,-0.40939 l 0.67166,-0.01 0.005,0.33548 0.005,0.33546 1.04194,0.56025 c 0.5731,0.30816 1.21908,0.66778 1.43558,0.79917 0.21647,0.13143 0.64113,0.36156 0.94371,0.51144 1.1587,0.574 2.73978,1.46907 2.82368,1.59849 0.0636,0.0982 0.0647,0.17305 0.004,0.27304 -0.0755,0.12445 -1.64501,1.07921 -3.58726,2.18217 -0.40425,0.22957 -1.0679,0.6109 -1.47478,0.84739 -0.40689,0.2365 -0.81653,0.43114 -0.91032,0.43252 -0.15473,0.002 -0.16995,0.0423 -0.16424,0.43151 l 0.006,0.42897 -0.67262,0.01 c -0.6617,0.01 -0.68235,0.005 -1.27278,-0.34128 -0.33009,-0.19318 -0.61231,-0.3821 -0.62718,-0.41986 -0.0149,-0.038 -1.19224,-0.0516 -2.63348,-0.0303 l -2.60647,0.0383 0.006,0.42898 0.006,0.42901 -0.67014,0.01 c -0.66059,0.01 -0.67899,0.005 -1.29325,-0.3512 -0.34273,-0.19858 -0.64078,-0.41391 -0.66234,-0.47853 -0.0215,-0.0646 0.008,-0.43382 0.0654,-0.82048 0.0575,-0.38663 0.10169,-0.94226 0.0981,-1.23469 -0.005,-0.4587 0.0224,-0.57078 0.2039,-0.8161 0.28174,-0.38088 0.2829,-0.88559 0.003,-1.26619 -0.24448,-0.33232 -0.25276,-0.36455 -0.2902,-1.12945 -0.0168,-0.343 -0.073,-0.85126 -0.12499,-1.12938 -0.11132,-0.59568 -0.10928,-0.56016 -0.0385,-0.67267 z m 13.63736,3.00803 c 0.20161,0.29489 0.20286,0.46284 0.005,0.74868 -0.22644,0.32811 -0.16763,0.57373 0.14344,0.59931 0.20447,0.0168 0.28201,-0.0277 0.4544,-0.26073 0.36503,-0.49351 0.3155,-1.13242 -0.12569,-1.6209 -0.11942,-0.1322 -0.48982,-0.17976 -0.59073,-0.0758 -0.0968,0.0997 -0.0452,0.37804 0.11297,0.60944 z" + style="fill:#000000;stroke-width:0.21243785" /> + transform="matrix(4.4394869,0,0,4.4394869,968.10236,-1613.1782)" + id="g41743"> + + style="fill:#000000;stroke-width:0.02775143" + d="m -360.73591,159.01172 c -0.0537,-0.0537 -0.0555,-0.0925 -0.0555,-1.19332 0,-0.96621 -0.006,-1.1378 -0.0395,-1.1378 -0.0218,0 -0.10371,-0.11212 -0.18213,-0.24917 -0.14089,-0.24619 -0.14574,-0.25101 -0.40449,-0.40331 l -0.26189,-0.15413 v -0.29599 -0.29596 l -0.14314,-0.25121 c -0.0787,-0.13817 -0.14289,-0.2637 -0.14258,-0.27895 4.2e-4,-0.0153 0.0647,-0.13802 0.14314,-0.27277 l 0.14258,-0.245 v -0.30027 -0.30026 l 0.25905,-0.1476 c 0.2585,-0.14726 0.25937,-0.14813 0.40753,-0.4052 l 0.14849,-0.25763 h 0.29857 0.29856 l 0.26367,-0.15437 0.26366,-0.15436 0.26737,0.15436 0.26737,0.15437 h 0.29764 0.29763 l 0.14638,0.25791 0.14638,0.25792 0.26145,0.14709 0.26145,0.14711 v 0.30287 0.30286 l 0.13876,0.24404 c 0.0763,0.13422 0.13876,0.25984 0.13876,0.27912 0,0.0193 -0.0624,0.14079 -0.13876,0.26999 l -0.13876,0.23492 v 0.30206 0.30207 l -0.26843,0.16191 c -0.26428,0.15942 -0.27054,0.16569 -0.40552,0.40474 -0.0754,0.13357 -0.15443,0.24284 -0.1756,0.24284 -0.0322,0 -0.0385,0.18612 -0.0385,1.1378 0,1.10081 -0.002,1.13962 -0.0555,1.19332 -0.10556,0.10557 -0.15671,0.0748 -0.58764,-0.35262 l -0.41142,-0.40813 -0.41141,0.40813 c -0.43093,0.42747 -0.48208,0.45819 -0.58764,0.35262 z m 0.99905,-1.16556 c 0.0448,0 0.16392,0.0985 0.39289,0.32461 l 0.32866,0.3246 v -0.90738 -0.90739 h -0.0902 c -0.0589,0 -0.18046,0.0532 -0.35002,0.15264 -0.14291,0.0838 -0.26993,0.15231 -0.28226,0.15231 -0.0124,0 -0.1414,-0.0686 -0.2868,-0.15263 -0.16272,-0.0939 -0.29693,-0.15261 -0.34909,-0.15261 h -0.0847 v 0.90738 0.90739 l 0.32865,-0.32461 c 0.22897,-0.22616 0.34813,-0.3246 0.39288,-0.3246 z" + id="path25374-8-3-6-4-78-8" + inkscape:connector-curvature="0" /> + 6 + style="fill:#000000;stroke-width:0.27109733" + d="m -345.88438,162.0919 v -0.33562 h -1.74533 -1.74527 v -1.87955 -1.87954 h -0.47349 -0.47347 l 0.0372,-1.98022 0.0371,-1.98025 0.43634,-0.0421 0.43633,-0.0421 v -1.87102 -1.87105 h 1.74527 1.74534 v -0.8055 -0.80554 h 2.08088 2.08094 v 0.80554 0.8055 h 1.87954 1.87954 v 1.87955 1.87954 h 0.46987 0.46992 v 2.01381 2.01377 h -0.46992 -0.46987 v 1.87955 1.87956 h -1.87954 -1.87954 v 0.33561 0.33565 h -2.08094 -2.08088 z m 0,-2.5508 v -1.54391 h -1.4768 -1.4768 v 1.54391 1.54391 h 1.4768 1.4768 z m 7.3839,0 v -1.54391 h -1.61107 -1.61101 v 1.54391 1.54391 h 1.61101 1.61107 z m -7.3839,-7.11542 v -1.54391 h -1.4768 -1.4768 v 1.54391 1.54392 h 1.4768 1.4768 z m 7.3839,0 v -1.54391 h -1.61107 -1.61101 v 1.54391 1.54392 h 1.61101 1.61107 z" + id="path80982-5-2-0" + inkscape:connector-curvature="0" /> + + transform="matrix(4.4394869,0,0,4.4394869,951.02737,-1691.2865)" + id="g41752"> + + 6 + + id="path80648-3-7" + d="m -311.07403,160.82505 c -0.14193,-0.0289 -0.19607,-0.13713 -0.28078,-0.56124 -0.0412,-0.20608 -0.0945,-0.32331 -0.16389,-0.35993 -0.0898,-0.0474 -0.10319,-0.11463 -0.1055,-0.52867 l -0.003,-0.47436 -0.19963,-0.0349 c -0.25115,-0.0438 -0.33299,-0.10756 -0.33383,-0.25998 0,-0.0662 -0.0337,-0.18325 -0.0742,-0.26013 l -0.0735,-0.13978 -0.36446,0.28437 -0.36445,0.28434 -0.0143,0.30392 c -0.008,0.16714 -0.0256,0.30395 -0.0395,0.30404 -0.0139,8e-5 -0.19266,-0.083 -0.39724,-0.18461 l -0.37198,-0.18475 -0.002,-0.37859 -0.002,-0.37861 0.3694,-0.51988 c 0.25571,-0.35988 0.36913,-0.56768 0.36853,-0.67519 -8.2e-4,-0.0854 0.0465,-0.24944 0.10435,-0.3645 0.0801,-0.15939 0.10463,-0.31421 0.10276,-0.65002 -0.002,-0.35636 0.0128,-0.44089 0.0773,-0.44125 0.0901,0 0.11399,-0.3443 0.0276,-0.39705 -0.0826,-0.0504 0.0464,-0.34791 0.15111,-0.3485 0.11793,0 0.24602,0.25731 0.16729,0.3369 -0.0305,0.0309 -0.055,0.13501 -0.0545,0.23154 8.3e-4,0.14004 0.0225,0.17539 0.10734,0.1749 0.0974,0 0.10656,0.0349 0.10868,0.4175 0.002,0.41791 0.002,0.41806 0.13592,0.39176 0.0735,-0.0144 0.14696,-0.0482 0.16328,-0.075 0.0163,-0.0267 0.0727,-0.45825 0.12521,-0.95892 0.066,-0.62895 0.12061,-0.93832 0.17672,-1.00102 0.0576,-0.0643 0.10959,-0.38259 0.17894,-1.09562 0.0537,-0.55266 0.093,-1.00653 0.0872,-1.00859 -0.006,-0.002 -0.0825,-0.0268 -0.17037,-0.0549 -0.15371,-0.0492 -0.16051,-0.0647 -0.17734,-0.40165 -0.016,-0.31964 0.008,-0.41411 0.27046,-1.07462 0.36017,-0.90579 0.42592,-1.03434 0.54945,-1.0743 0.24611,-0.0796 0.29574,-0.008 0.73702,1.06716 0.26995,0.65756 0.29478,0.75177 0.28236,1.07156 -0.0131,0.33714 -0.0197,0.35262 -0.17287,0.40361 -0.0876,0.0291 -0.16398,0.0547 -0.16975,0.0568 -0.006,0.002 0.0385,0.45553 0.0984,1.00757 0.0773,0.7122 0.13274,1.02982 0.19107,1.09357 0.0568,0.062 0.11484,0.37083 0.18781,0.99901 0.0581,0.50004 0.1192,0.9309 0.13583,0.95746 0.0166,0.0266 0.0905,0.0595 0.16411,0.0732 0.13383,0.0248 0.13388,0.0247 0.13156,-0.39326 -0.002,-0.38262 0.007,-0.41812 0.10405,-0.41866 0.0849,0 0.10616,-0.036 0.10538,-0.17608 -8.3e-4,-0.0965 -0.0262,-0.20044 -0.057,-0.23093 -0.0796,-0.0787 0.0456,-0.33809 0.16355,-0.33875 0.10469,0 0.23699,0.29548 0.15497,0.34681 -0.0858,0.0537 -0.0582,0.39724 0.032,0.39673 0.0645,0 0.0802,0.084 0.0822,0.44036 0.002,0.3358 0.0281,0.49034 0.10995,0.64885 0.0591,0.11439 0.10791,0.27791 0.10839,0.3633 8.3e-4,0.10752 0.11631,0.31404 0.376,0.67108 l 0.37515,0.51576 0.002,0.37858 0.002,0.3786 -0.36991,0.18887 c -0.20346,0.10387 -0.38128,0.18892 -0.39518,0.189 -0.0139,6e-5 -0.0332,-0.13654 -0.0429,-0.30359 l -0.0176,-0.30373 -0.36759,-0.28031 -0.36758,-0.28029 -0.0719,0.14059 c -0.0396,0.0773 -0.0717,0.19474 -0.0713,0.26093 8.2e-4,0.15243 -0.0803,0.21708 -0.33094,0.26369 l -0.19923,0.037 0.003,0.46974 c 0.002,0.40886 -0.011,0.47926 -0.10272,0.54329 -0.0706,0.0493 -0.1294,0.19383 -0.17832,0.43818 -0.0401,0.20053 -0.0933,0.38508 -0.11802,0.41011 -0.058,0.0586 -0.43392,0.10382 -0.59302,0.0714 z" + style="fill:#000000;stroke-width:0.21243785" /> + id="path80652-4-7-5" + d="m -306.62835,160.29489 c -0.0475,-0.0329 -0.24089,-0.33206 -0.42972,-0.6648 l -0.3433,-0.60498 0.0346,-1.21268 c 0.0285,-0.99846 0.0569,-1.23369 0.16068,-1.33171 0.15615,-0.14748 0.19466,-0.14673 0.40238,0.008 0.13509,0.1005 0.16798,0.21468 0.17552,0.60982 l 0.009,0.48616 0.53152,-0.89512 c 0.29236,-0.49233 0.55794,-0.87773 0.59026,-0.85648 0.0323,0.0212 0.0663,-0.22657 0.0756,-0.55077 0.0134,-0.47193 0.0402,-0.58875 0.13379,-0.58608 0.13216,0.004 0.18435,-0.49902 0.0603,-0.58067 -0.12141,-0.0799 0.0859,-0.50769 0.24385,-0.50319 0.15795,0.005 0.34048,0.44343 0.21474,0.51627 -0.0411,0.0238 -0.0778,0.15518 -0.0816,0.29206 -0.007,0.23882 0.003,0.23186 0.2334,-0.17354 0.71564,-1.25744 1.53939,-2.56487 1.66114,-2.63646 0.10057,-0.0592 0.1759,-0.0571 0.27292,0.008 0.0737,0.049 0.45039,0.6933 0.83705,1.43169 0.38663,0.73839 0.77788,1.44849 0.8694,1.57794 l 0.16638,0.23543 0.0106,-0.28775 c 0.006,-0.15826 -0.0216,-0.30907 -0.0614,-0.33514 -0.12141,-0.0799 0.0859,-0.50769 0.24386,-0.50318 0.15794,0.005 0.34047,0.44342 0.21469,0.51629 -0.041,0.0237 -0.0779,0.15985 -0.082,0.30242 -0.006,0.19592 0.0314,0.27056 0.15155,0.30568 0.1449,0.0423 0.15614,0.10047 0.12725,0.65656 -0.0317,0.60978 -0.0314,0.61055 0.40338,1.44069 l 0.43505,0.83061 0.037,-0.48359 c 0.0301,-0.39278 0.0695,-0.50498 0.21002,-0.59757 0.21619,-0.14239 0.25467,-0.14093 0.40218,0.0153 0.098,0.10376 0.11291,0.34003 0.0844,1.33624 l -0.0346,1.21019 -0.38767,0.60692 c -0.21323,0.3338 -0.4413,0.62224 -0.50678,0.64099 -0.0655,0.0187 -0.43307,-0.0267 -0.81686,-0.10085 -0.38379,-0.0742 -0.93698,-0.14235 -1.22929,-0.15145 -0.45853,-0.0142 -0.56928,-0.0471 -0.80653,-0.23901 -0.36832,-0.29796 -0.87252,-0.32097 -1.26485,-0.0577 -0.3426,0.22986 -0.37517,0.23675 -1.14094,0.24104 -0.34345,0.002 -0.85364,0.0361 -1.13374,0.076 -0.59994,0.0854 -0.56438,0.0849 -0.6737,0.009 z m 3.37247,-5.69688 c 0.30332,-0.18864 0.47121,-0.18263 0.7482,0.0268 0.31802,0.24042 0.56594,0.19233 0.60496,-0.11736 0.0256,-0.20354 -0.0155,-0.28293 -0.24082,-0.46524 -0.47722,-0.38606 -1.11769,-0.3642 -1.62481,0.0554 -0.13723,0.11359 -0.20077,0.4816 -0.10131,0.58692 0.0954,0.10104 0.37576,0.0615 0.61378,-0.0865 z" + style="fill:#000000;stroke-width:0.21243785" /> + + transform="matrix(4.4394869,0,0,4.4394869,941.65795,-1611.9507)" + id="g41764"> + + 12 - + style="fill:#000000;stroke-width:0.02775143" + d="m -290.06966,158.29566 c -0.0537,-0.0537 -0.0555,-0.0925 -0.0555,-1.19333 0,-0.9662 -0.006,-1.13779 -0.0395,-1.13779 -0.0217,0 -0.10371,-0.11213 -0.18213,-0.24917 -0.14089,-0.2462 -0.14573,-0.25104 -0.40448,-0.40331 l -0.26195,-0.15413 v -0.29598 -0.29599 l -0.14314,-0.25119 c -0.0787,-0.13817 -0.14289,-0.26371 -0.14258,-0.27896 4e-4,-0.0153 0.0647,-0.13802 0.14315,-0.27276 l 0.14257,-0.24503 v -0.30024 -0.30026 l 0.25905,-0.1476 c 0.2585,-0.14729 0.25937,-0.14814 0.40753,-0.4052 l 0.14849,-0.25762 h 0.29856 0.29857 l 0.26367,-0.15439 0.26367,-0.15436 0.26736,0.15436 0.26738,0.15439 h 0.29763 0.29763 l 0.14638,0.25789 0.14638,0.2579 0.26145,0.14711 0.26146,0.14712 v 0.30287 0.30285 l 0.13876,0.24405 c 0.0763,0.13421 0.13875,0.25983 0.13875,0.27912 0,0.0194 -0.0624,0.14079 -0.13875,0.26999 l -0.13876,0.23492 v 0.30206 0.30206 l -0.26843,0.16192 c -0.26429,0.15942 -0.27055,0.16567 -0.40554,0.40474 -0.0754,0.13356 -0.15442,0.24284 -0.17559,0.24284 -0.0322,0 -0.0385,0.18611 -0.0385,1.13779 0,1.10081 -0.002,1.13963 -0.0555,1.19333 -0.10555,0.10554 -0.15671,0.0748 -0.58763,-0.35264 l -0.41143,-0.40814 -0.41141,0.40814 c -0.43093,0.42748 -0.48208,0.45818 -0.58763,0.35264 z m 0.99905,-1.16556 c 0.0448,0 0.16391,0.0984 0.39288,0.3246 l 0.32866,0.32459 v -0.90737 -0.90738 h -0.0902 c -0.0589,0 -0.18046,0.0532 -0.35002,0.15261 -0.1429,0.0838 -0.26992,0.15235 -0.28226,0.15235 -0.0123,0 -0.14139,-0.0686 -0.2868,-0.15264 -0.16272,-0.094 -0.29693,-0.15262 -0.34908,-0.15262 h -0.0847 v 0.90737 0.90738 l 0.32866,-0.3246 c 0.22897,-0.22615 0.34813,-0.32461 0.39288,-0.32461 z" + id="path25374-8-3" + inkscape:connector-curvature="0" /> + + + + + + + + transform="matrix(4.4394869,0,0,4.4394869,-161.63729,-1604.8949)" + id="g41815"> + + style="fill:#000000;stroke-width:0.27109733" + d="m -64.573003,159.80639 v -0.33561 h -1.74533 -1.74528 v -1.87954 -1.87954 h -0.47349 -0.47348 l 0.0372,-1.98022 0.0371,-1.98024 0.43636,-0.0421 0.43633,-0.0421 v -1.87103 -1.87105 h 1.74528 1.74532 v -0.8055 -0.80554 h 2.08087 2.08095 v 0.80554 0.8055 h 1.87953 1.87955 v 1.87954 1.87955 h 0.46987 0.46992 v 2.0138 2.01378 h -0.46992 -0.46987 v 1.87955 1.87955 h -1.87955 -1.87953 v 0.3356 0.33565 h -2.08095 -2.08087 z m 0,-2.55079 v -1.5439 h -1.47682 -1.47679 v 1.5439 1.54392 h 1.47679 1.47682 z m 7.38389,0 v -1.5439 h -1.61107 -1.61101 v 1.5439 1.54392 h 1.61101 1.61107 z m -7.38389,-7.11541 v -1.54391 h -1.47682 -1.47679 v 1.54391 1.54391 h 1.47679 1.47682 z m 7.38389,0 v -1.54391 h -1.61107 -1.61101 v 1.54391 1.54391 h 1.61101 1.61107 z" + id="path80982-5-2-0-4" + inkscape:connector-curvature="0" /> + + + + + + + + + + + style="fill:#000000;stroke-width:0.66907263" + d="m -140.64286,159.50749 -0.14474,-0.11735 0.0145,-1.02021 c 0.0256,-1.72383 -0.084,-2.20473 -0.66793,-2.94392 -0.98901,-1.25181 -1.43214,-2.37926 -1.42256,-3.61897 0.008,-0.93022 0.25783,-1.74349 0.77132,-2.50211 1.8185,-2.68668 6.26516,-2.86657 8.55498,-0.34612 0.65124,0.71682 1.12301,1.6344 1.29429,2.51683 0.0602,0.31054 0.0674,0.59682 0.0311,1.23726 l -0.0472,0.8332 0.16036,0.28244 c 0.0883,0.15534 0.30975,0.452 0.49217,0.6593 0.48586,0.5521 0.52606,0.62674 0.44223,0.82103 -0.0742,0.17135 -0.19727,0.23332 -0.65448,0.32856 -0.21834,0.0454 -0.29559,0.0888 -0.32154,0.18016 -0.0183,0.0662 -0.04,0.50805 -0.0477,0.98187 -0.0155,0.98461 -0.0629,1.12374 -0.44387,1.30243 -0.1849,0.0867 -0.32648,0.0979 -0.96923,0.0766 -0.70483,-0.0232 -0.76484,-0.017 -0.94351,0.0996 -0.26621,0.17383 -0.39091,0.40814 -0.45008,0.84577 -0.0842,0.62293 0.13085,0.58305 -2.90493,0.5388 -2.54496,-0.0371 -2.60175,-0.0406 -2.7436,-0.15523 z m 2.70393,-4.58481 c 0.18435,-0.58949 0.41878,-1.05421 0.58375,-1.15921 0.0799,-0.0508 0.34125,-0.1417 0.58055,-0.20211 0.48828,-0.12324 0.46568,-0.10994 0.98638,-0.57845 0.41374,-0.37232 0.67445,-0.52226 1.07059,-0.6159 0.33038,-0.0781 0.54087,-0.26481 0.5441,-0.48247 0,-0.11559 0.0354,-0.17558 0.11157,-0.19858 0.0602,-0.0181 0.17406,-0.10763 0.25312,-0.19893 0.26948,-0.31094 0.16225,-0.92287 -0.23072,-1.3165 -0.10067,-0.10083 -0.20339,-0.18366 -0.22813,-0.184 -0.0249,0 -0.0441,-0.061 -0.0427,-0.13468 0,-0.1527 -0.27797,-0.42594 -0.43899,-0.42829 -0.057,0 -0.1578,-0.0805 -0.2244,-0.17705 -0.16476,-0.23876 -0.53498,-0.4017 -0.88214,-0.38834 -0.24267,0.009 -0.29643,-0.0104 -0.45319,-0.16561 -0.21947,-0.21735 -0.40136,-0.26882 -0.69084,-0.19536 -0.19024,0.0483 -0.26228,0.0388 -0.48659,-0.0644 -0.29134,-0.13392 -0.61418,-0.12298 -0.85404,0.029 -0.0883,0.056 -0.19353,0.0713 -0.31735,0.0462 -0.24014,-0.0489 -0.56252,0.0796 -0.64669,0.25733 -0.0574,0.12169 -0.0811,0.1296 -0.22688,0.0764 -0.2158,-0.0787 -0.57719,-0.0215 -0.8544,0.13573 -0.23482,0.13298 -0.47906,0.48081 -0.48197,0.68636 0,0.0681 -0.10255,0.21278 -0.23511,0.33532 -0.23167,0.214 -0.23318,0.21798 -0.20886,0.53925 0.0175,0.23776 0,0.35222 -0.0602,0.43116 -0.4875,0.61815 -0.48193,1.609 0.0109,1.97096 0.10675,0.0784 0.1458,0.14728 0.12543,0.22093 -0.0483,0.17388 0.0815,0.49062 0.26648,0.65096 0.14947,0.12952 0.21055,0.14664 0.46242,0.12945 0.25971,-0.0176 0.29608,-0.007 0.34589,0.10735 0.0308,0.0699 0.12183,0.17184 0.20256,0.22646 0.17702,0.11967 0.72845,0.25016 1.08635,0.25694 0.28454,0.006 0.26393,-0.0218 0.37245,0.49309 0.0595,0.2819 0.0686,0.29287 0.24837,0.2955 0.18364,0.004 0.18867,-0.005 0.31217,-0.39851 z" + id="path4698-4-2-0" + inkscape:connector-curvature="0" /> + + + + + + + 2 + + - - - - - - - - - + id="g3188-8" + transform="translate(-2.5918829,-91.891426)"> + transform="matrix(4.4394869,0,0,4.4394869,930.23231,-1612.7591)" + id="g41769-8"> - - - - - - Type : - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Vivante - +2 - +2 - +2 - +2 - +2 - +5 - +10 - +7 - +5 - +5 - +7 - +2 - 12 - 2-3 - 4-6 - 7-8 - 9-10 - - - - - - - - - + style="opacity:1;fill:#b3b3b3;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-0-43" + width="31.981524" + height="17.849936" + x="-260.06784" + y="146.71758" /> + 8AV + transform="matrix(4.4394869,0,0,4.4394869,345.32044,-1687.9244)" + id="g41794-5"> + - - + inkscape:transform-center-x="-14.696837" + inkscape:transform-center-y="-7.8382032" /> + 20 - - + transform="matrix(4.4394869,0,0,4.4394869,473.27196,-1685.9086)" + id="g41798-2"> + - - - - - - + id="path80654-1-8-3" + d="m -181.11907,150.84778 c 0.0309,-0.0489 0.32134,-0.25503 0.64558,-0.45808 0.58023,-0.36331 0.60024,-0.36932 1.26218,-0.37907 l 0.67262,-0.01 0.005,0.34267 c 0.004,0.24048 0.0421,0.35624 0.12912,0.38817 0.0683,0.0251 1.23075,0.0292 2.58335,0.009 l 2.45924,-0.0362 0.63993,-0.39949 c 0.63634,-0.39726 0.64366,-0.39958 1.31157,-0.40939 l 0.67166,-0.01 0.005,0.33548 0.005,0.33546 1.04194,0.56025 c 0.5731,0.30816 1.21908,0.66778 1.43558,0.79917 0.21647,0.13143 0.64113,0.36156 0.94371,0.51144 1.1587,0.574 2.73978,1.46907 2.82368,1.59849 0.0636,0.0982 0.0647,0.17305 0.004,0.27304 -0.0755,0.12445 -1.64501,1.07921 -3.58726,2.18217 -0.40425,0.22957 -1.0679,0.6109 -1.47478,0.84739 -0.40689,0.2365 -0.81653,0.43114 -0.91032,0.43252 -0.15473,0.002 -0.16995,0.0423 -0.16424,0.43151 l 0.006,0.42897 -0.67262,0.01 c -0.6617,0.01 -0.68235,0.005 -1.27278,-0.34128 -0.33009,-0.19318 -0.61231,-0.3821 -0.62718,-0.41986 -0.0149,-0.038 -1.19224,-0.0516 -2.63348,-0.0303 l -2.60647,0.0383 0.006,0.42898 0.006,0.42901 -0.67014,0.01 c -0.66059,0.01 -0.67899,0.005 -1.29325,-0.3512 -0.34273,-0.19858 -0.64078,-0.41391 -0.66234,-0.47853 -0.0215,-0.0646 0.008,-0.43382 0.0654,-0.82048 0.0575,-0.38663 0.10169,-0.94226 0.0981,-1.23469 -0.005,-0.4587 0.0224,-0.57078 0.2039,-0.8161 0.28174,-0.38088 0.2829,-0.88559 0.003,-1.26619 -0.24448,-0.33232 -0.25276,-0.36455 -0.2902,-1.12945 -0.0168,-0.343 -0.073,-0.85126 -0.12499,-1.12938 -0.11132,-0.59568 -0.10928,-0.56016 -0.0385,-0.67267 z m 13.63736,3.00803 c 0.20161,0.29489 0.20286,0.46284 0.005,0.74868 -0.22644,0.32811 -0.16763,0.57373 0.14344,0.59931 0.20447,0.0168 0.28201,-0.0277 0.4544,-0.26073 0.36503,-0.49351 0.3155,-1.13242 -0.12569,-1.6209 -0.11942,-0.1322 -0.48982,-0.17976 -0.59073,-0.0758 -0.0968,0.0997 -0.0452,0.37804 0.11297,0.60944 z" + style="fill:#000000;stroke-width:0.21243785" /> - + + + + 6 + + + + + + 6 + + + + + + + + 12 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + + + + + + + - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 1 - 1 - 1 - 1 - 1 - + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-6-1-7-3-71-6" + width="31.981524" + height="17.849939" + x="-187.44098" + y="169.85353" /> - - + id="path80648-2-8-2-3-2" + d="m -177.0351,178.56143 c 0.0289,-0.14194 0.13713,-0.19608 0.56124,-0.28079 0.20609,-0.0412 0.32332,-0.0945 0.35994,-0.16389 0.0474,-0.0898 0.11462,-0.1032 0.52868,-0.10549 l 0.47436,-0.003 0.0349,-0.19963 c 0.0438,-0.25116 0.10755,-0.33299 0.25997,-0.33384 0.0662,0 0.18326,-0.0337 0.26013,-0.0741 l 0.13979,-0.0735 -0.28436,-0.36446 -0.28435,-0.36446 -0.30391,-0.0142 c -0.16715,-0.008 -0.30397,-0.0256 -0.30405,-0.0395 -8e-5,-0.0138 0.083,-0.19267 0.18461,-0.39726 l 0.18475,-0.37198 0.3786,-0.002 0.37859,-0.002 0.51989,0.36941 c 0.35988,0.25571 0.56768,0.36913 0.67519,0.36854 0.0854,0 0.24944,0.0465 0.36451,0.10435 0.15937,0.0801 0.31421,0.10462 0.65001,0.10276 0.35637,-0.002 0.44088,0.0127 0.44124,0.0773 7.5e-4,0.0901 0.34431,0.114 0.39706,0.0276 0.0504,-0.0826 0.34791,0.0464 0.3485,0.15111 7.5e-4,0.11792 -0.2573,0.24602 -0.3369,0.16729 -0.0308,-0.0305 -0.13501,-0.055 -0.23154,-0.0544 -0.14004,0 -0.17538,0.0224 -0.17491,0.10732 7.5e-4,0.0974 -0.0349,0.10656 -0.41749,0.10868 -0.41792,0.002 -0.41806,0.002 -0.39177,0.13592 0.0145,0.0735 0.0482,0.14697 0.075,0.1633 0.0267,0.0163 0.45826,0.0726 0.95893,0.1252 0.62894,0.066 0.93833,0.12061 1.00102,0.17672 0.0644,0.0576 0.38258,0.1096 1.09561,0.17894 0.55267,0.0537 1.00655,0.093 1.00859,0.0872 0.002,-0.006 0.0268,-0.0825 0.0549,-0.17038 0.0493,-0.1537 0.0647,-0.16052 0.40167,-0.17735 0.31962,-0.016 0.4141,0.008 1.07462,0.27048 0.90578,0.36017 1.03432,0.4259 1.07429,0.54943 0.0796,0.24611 0.008,0.29575 -1.06716,0.73704 -0.65756,0.26993 -0.75178,0.29477 -1.07155,0.28235 -0.33715,-0.0132 -0.35263,-0.0198 -0.40361,-0.17287 -0.0291,-0.0876 -0.0547,-0.16397 -0.0569,-0.16976 -0.002,-0.006 -0.45551,0.0385 -1.00757,0.0984 -0.71219,0.0773 -1.02981,0.13275 -1.09355,0.19106 -0.062,0.0568 -0.37083,0.11485 -0.999,0.18782 -0.50004,0.0581 -0.93092,0.11919 -0.95748,0.13583 -0.0266,0.0166 -0.0595,0.0905 -0.0731,0.16411 -0.0248,0.13383 -0.0247,0.13388 0.39325,0.13156 0.38262,-0.002 0.41813,0.007 0.41867,0.10405 7.5e-4,0.0849 0.0361,0.10616 0.17608,0.10537 0.0965,0 0.20044,-0.0262 0.23092,-0.057 0.0787,-0.0796 0.33808,0.0456 0.33875,0.16355 7.5e-4,0.10469 -0.29549,0.23698 -0.34681,0.15496 -0.0537,-0.0858 -0.39723,-0.0581 -0.39673,0.032 0,0.0645 -0.084,0.0802 -0.44036,0.0822 -0.3358,0.002 -0.49035,0.0281 -0.64883,0.10996 -0.11442,0.0592 -0.27792,0.10792 -0.36333,0.10839 -0.10751,0 -0.31403,0.11633 -0.67106,0.37601 l -0.51576,0.37515 -0.37859,0.002 -0.3786,0.002 -0.18887,-0.36992 c -0.10387,-0.20345 -0.18891,-0.38126 -0.18899,-0.39518 -8e-5,-0.0138 0.13653,-0.0332 0.30359,-0.0429 l 0.30373,-0.0176 0.28029,-0.36758 0.2803,-0.36759 -0.14058,-0.072 c -0.0773,-0.0395 -0.19475,-0.0717 -0.26095,-0.0713 -0.15243,0 -0.21706,-0.0803 -0.26366,-0.33094 l -0.037,-0.19922 -0.46973,0.002 c -0.40887,0.002 -0.47928,-0.0111 -0.54329,-0.10271 -0.0493,-0.0706 -0.19383,-0.1294 -0.43818,-0.17832 -0.20055,-0.0401 -0.38509,-0.0933 -0.4101,-0.11803 -0.0586,-0.058 -0.10383,-0.4339 -0.0714,-0.59302 z" + style="fill:#000000;stroke-width:0.21243785" /> + + + id="g41855" + transform="matrix(1.055542,0,0,1.055542,429.4981,-73.193289)"> + + 2AV + + + + 7 + + + + + + + + + 2 + + + + + + + 2 + + + + + + + + + + + + + + 4 + + + + + 8 + + + + + + 3 + + + + + + + + + + + + + + + + 0 + + + + + + 2AV + + + + + 7 + + + + + + + + + 2 + + + + + + + 2 + - - Adaptation - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - 11 - + sodipodi:nodetypes="csccscccccccsccccscsscccccccssccccscscsssscccccsccccc" /> - AUCUNE ADAPTATION + y="169.69688" + x="-328.89276" + height="1.2041011" + width="32.080563" + id="rect26601-5-7" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.15333897;stroke-miterlimit:4;stroke-dasharray:none" /> + id="g41850-0" + transform="matrix(1.055542,0,0,1.055542,363.29739,-35.180616)"> + y="169.74214" + x="-294.27048" + height="17.849936" + width="31.981524" + id="rect1046-9-9-5-5-7-2-7-6-3-3" + style="opacity:1;fill:#f9f9f9;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" /> + + + + + + + AUCUN GISEMENT MINERAL + id="text25350-0-1-1-5" + y="181.72316" + x="-285.78018" + style="font-style:normal;font-weight:normal;font-size:7.96641874px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.19916047" + xml:space="preserve">4 + + id="g41894-3" + transform="matrix(1.055542,0,0,1.055542,195.01915,-11.651826)"> + + 8 - + id="path80990-7-2-6" + d="m -30.195343,178.72348 c -0.31126,-0.13691 -0.59429,-0.43335 -0.71548,-0.74945 -0.12437,-0.32441 -0.13848,-4.72409 -0.0169,-5.31314 0.29944,-1.45214 1.46919,-2.63118 2.91888,-2.9421 0.24608,-0.0528 0.92914,-0.0978 1.51802,-0.10019 l 1.07063,-0.004 0.47356,0.46494 0.47362,0.465 0.11114,-0.44097 c 0.13867,-0.55009 0.71406,-1.16743 1.23431,-1.32418 0.45635,-0.13745 1.90764,-0.14456 2.04327,-0.01 0.15584,0.1546 0.12253,0.47332 -0.0597,0.57179 -0.0897,0.0485 -0.51722,0.0897 -0.95013,0.0915 -0.63158,0.003 -0.8404,0.0363 -1.05693,0.16946 -0.37715,0.23202 -0.52989,0.57803 -0.52744,1.19504 0.004,0.47928 0.0263,0.54909 0.30315,0.85262 l 0.30107,0.33062 -0.0133,2.93137 c -0.0195,4.18586 0.27245,3.89888 -3.98078,3.91354 -2.20824,0.008 -2.93136,-0.016 -3.12658,-0.10177 z m 3.21359,-7.90397 c -0.79943,-0.0589 -1.84008,0.48509 -2.31511,1.21028 -0.3099,0.47294 -0.54212,1.24812 -0.53358,1.78095 l 0.005,0.34132 1.59002,-1.65388 1.58994,-1.65384 -0.3367,-0.025 z m 5.03889,2.67028 c -0.27002,-0.10798 -0.61593,-0.56286 -0.67928,-0.89323 -0.0662,-0.3455 0.0631,-0.73754 0.60694,-1.83921 0.33816,-0.68515 0.38669,-0.74393 0.59511,-0.72048 0.1861,0.0208 0.27556,0.12408 0.49722,0.57359 0.83021,1.6836 0.87249,2.05644 0.29849,2.63499 -0.28524,0.28745 -0.36415,0.32185 -0.73102,0.31856 -0.2262,-0.003 -0.49056,-0.0355 -0.58746,-0.0742 z" + style="fill:#000000;stroke-width:0.64482731" /> + id="g41888-9" + transform="matrix(1.055542,0,0,1.055542,134.12072,-12.912016)"> + - + id="path2050-1-2-5-0-1-1-2" + d="m -68.747933,179.73431 c -0.32417,-0.0786 -0.58917,-0.34173 -0.71622,-0.71111 -0.0195,-0.0569 -0.046,-0.1866 -0.0586,-0.2882 -0.0364,-0.29187 0.0206,-0.62161 0.15154,-0.87857 0.0801,-0.15703 0.56812,-1.00197 0.80966,-1.40182 0.32972,-0.54577 0.7809,-1.2225 1.18933,-1.78386 0.38398,-0.52772 0.55056,-0.77242 0.63389,-0.93118 l 0.0574,-0.10931 v -1.31499 -1.31498 h -0.24283 -0.24286 v -0.32689 -0.32688 h 2.35358 2.35358 v 0.32688 0.32689 h -0.18679 -0.18678 v 1.31498 1.31499 l 0.0574,0.10931 c 0.0833,0.15876 0.24988,0.40346 0.63383,0.93118 0.18689,0.25684 0.47647,0.67292 0.64354,0.92462 0.54738,0.82472 1.35219,2.20352 1.4378,2.46314 0.1326,0.40244 0.10179,0.82665 -0.0861,1.18445 -0.0786,0.14957 -0.27438,0.34714 -0.40763,0.41126 -0.23613,0.11362 0.0388,0.10676 -4.21144,0.10502 -3.04008,-7.5e-4 -3.90694,-0.007 -3.98223,-0.0249 z m 7.88212,-0.53521 c 0.15528,-0.0431 0.2843,-0.22319 0.33114,-0.46219 0.0298,-0.15142 0.0126,-0.37657 -0.0387,-0.51402 -0.0442,-0.118 -0.56223,-1.03091 -0.89041,-1.56895 -0.39394,-0.64592 -0.61676,-0.97732 -1.18274,-1.75903 -0.48631,-0.6717 -0.6356,-0.91445 -0.70141,-1.14042 -0.0285,-0.098 -0.0311,-0.17289 -0.0218,-0.63463 0.006,-0.28795 0.005,-0.85323 -1.8e-4,-1.25618 l -0.0105,-0.73264 h -1.37937 -1.37934 l -0.004,0.59306 c 0,0.32619 0,0.89244 0.004,1.25835 0.004,0.57904 0,0.6794 -0.0271,0.77421 -0.0655,0.22513 -0.21562,0.46915 -0.69897,1.13593 -0.71454,0.98567 -1.05826,1.51859 -1.70623,2.64542 -0.31378,0.54564 -0.36252,0.6425 -0.39705,0.789 -0.0883,0.37449 0.0514,0.77568 0.30107,0.86469 0.0607,0.0216 0.69282,0.0259 3.90164,0.0265 2.64433,6e-4 3.85132,-0.005 3.90061,-0.0191 z m -7.35629,-0.13166 c -0.35321,-0.0824 -0.55494,-0.5829 -0.40089,-0.99465 0.036,-0.0962 0.23192,-0.44897 0.49933,-0.89902 0.13115,-0.22074 0.55277,-0.8609 0.627,-0.95193 l 0.0451,-0.0553 0.13773,0.0949 c 0.38833,0.26743 0.77715,0.40933 1.19294,0.43541 0.27171,0.017 0.44468,-0.002 0.78473,-0.0848 0.62913,-0.15388 0.93145,-0.19771 1.59707,-0.23152 0.71913,-0.0365 1.16335,-0.0883 1.5037,-0.17513 0.0976,-0.0249 0.17838,-0.0442 0.17954,-0.0428 0.0468,0.0563 0.37781,0.54792 0.4951,0.73532 0.45653,0.72956 0.68032,1.14924 0.71225,1.3357 0.0574,0.33553 -0.0976,0.68553 -0.35674,0.80532 l -0.0869,0.0401 -3.42761,0.003 c -2.06713,0.002 -3.4573,-0.004 -3.50239,-0.0145 z m 1.65709,-0.37811 c 0.13822,-0.10503 0.0197,-0.32748 -0.14532,-0.27298 -0.0741,0.0244 -0.10148,0.0653 -0.10148,0.15125 0,0.0852 0.0628,0.14736 0.14802,0.1466 0.0367,-1.9e-4 0.0812,-0.0115 0.0988,-0.0249 z m 4.37715,-0.0204 c 0.0591,-0.059 0.0597,-0.14147 0,-0.20902 -0.0924,-0.10746 -0.27325,-0.0364 -0.27325,0.10733 0,0.13165 0.1759,0.19749 0.27169,0.10169 z m -1.86725,-0.0875 c 0.0959,-0.0468 0.13195,-0.21476 0.0645,-0.30052 -0.12714,-0.16164 -0.37422,-0.0786 -0.37422,0.12571 0,0.0653 0.0108,0.0921 0.0562,0.13738 0.0767,0.0767 0.15074,0.0876 0.25351,0.0374 z m 1.40151,-0.39855 c 0.1997,-0.0593 0.33262,-0.24273 0.33192,-0.45806 0,-0.24836 -0.17371,-0.44444 -0.42194,-0.47846 -0.18416,-0.0252 -0.39519,0.0884 -0.48736,0.26238 -0.0566,0.10693 -0.0568,0.32528 0,0.4309 0.0562,0.10505 0.15216,0.19128 0.25958,0.23322 0.11187,0.0437 0.19585,0.0464 0.31811,0.01 z m -4.3162,-0.27812 c 0.16323,-0.076 0.2514,-0.21444 0.2514,-0.39475 0,-0.2268 -0.13936,-0.397 -0.36159,-0.44163 -0.26708,-0.0537 -0.51964,0.15489 -0.52069,0.42995 0,0.14092 0.047,0.24894 0.14948,0.33908 0.13766,0.12116 0.31311,0.14572 0.4814,0.0674 z m 1.85331,-0.23588 c 0.29276,-0.1785 0.0628,-0.61737 -0.24535,-0.4682 -0.14728,0.0713 -0.20123,0.25413 -0.11424,0.38692 0.0744,0.11351 0.24387,0.15183 0.35959,0.0813 z" + style="fill:#000000;stroke-width:0.01867919" /> + 3 - - + id="g41874-1" + transform="matrix(1.055542,0,0,1.055542,176.51496,-13.629606)"> + + + + + + + + - - + id="g41882-9" + transform="matrix(1.055542,0,0,1.055542,241.63818,-14.054346)"> + + + + 0 + + + id="g41855-9-9" + transform="matrix(1.055542,0,0,1.055542,430.20387,2.1721238)"> + + 2AV + + + + + 7 + + + + id="path25374-8-3-6-4-78-1-1" + d="m -360.07415,182.00158 c -0.0537,-0.0537 -0.0555,-0.0925 -0.0555,-1.19331 0,-0.96622 -0.006,-1.13781 -0.0395,-1.13781 -0.0217,0 -0.1037,-0.11213 -0.18213,-0.24917 -0.14088,-0.24619 -0.14573,-0.25102 -0.40448,-0.40331 l -0.26189,-0.15413 v -0.29598 -0.29598 l -0.14315,-0.2512 c -0.0787,-0.13816 -0.14288,-0.26369 -0.14257,-0.27896 4.2e-4,-0.0153 0.0647,-0.138 0.14315,-0.27276 l 0.14257,-0.24501 v -0.30026 -0.30026 l 0.25905,-0.14759 c 0.25849,-0.14728 0.25937,-0.14814 0.40753,-0.40521 l 0.14849,-0.25763 h 0.29856 0.29857 l 0.26366,-0.15437 0.26368,-0.15437 0.26736,0.15437 0.26737,0.15437 h 0.29764 0.29763 l 0.14638,0.25791 0.14637,0.25791 0.26146,0.14711 0.26146,0.1471 v 0.30287 0.30286 l 0.13875,0.24405 c 0.0763,0.13422 0.13876,0.25982 0.13876,0.27911 0,0.0193 -0.0624,0.14079 -0.13876,0.26998 l -0.13875,0.23493 v 0.30206 0.30206 l -0.26843,0.16192 c -0.26429,0.15942 -0.27055,0.16568 -0.40554,0.40475 -0.0754,0.13356 -0.15442,0.24283 -0.17559,0.24283 -0.0322,0 -0.0385,0.18612 -0.0385,1.13781 0,1.10081 -0.002,1.13961 -0.0555,1.19331 -0.10555,0.10556 -0.15671,0.0748 -0.58764,-0.35263 l -0.41141,-0.40813 -0.41141,0.40813 c -0.43093,0.42748 -0.48208,0.45819 -0.58764,0.35263 z m 0.99905,-1.16556 c 0.0447,0 0.16391,0.0984 0.39288,0.3246 l 0.32866,0.32461 v -0.90739 -0.90738 l -0.0902,4e-4 c -0.0589,1.9e-4 -0.18046,0.0532 -0.35002,0.15263 -0.1429,0.0838 -0.26992,0.15233 -0.28226,0.15233 -0.0123,0 -0.14139,-0.0687 -0.2868,-0.15263 -0.16272,-0.094 -0.29693,-0.15263 -0.34908,-0.15263 h -0.0847 v 0.90738 0.90739 l 0.32866,-0.32461 c 0.22897,-0.22615 0.34813,-0.3246 0.39288,-0.3246 z" + style="fill:#000000;stroke-width:0.02775143" /> + 2 + id="path80982-5-2-6-2" + d="m -345.22263,185.08175 v -0.33561 h -1.74533 -1.74527 v -1.87954 -1.87955 h -0.47348 -0.47348 l 0.0371,-1.98023 0.0372,-1.98024 0.43633,-0.0421 0.43633,-0.0421 v -1.87103 -1.87104 h 1.74528 1.74533 v -0.80551 -0.80554 h 2.08088 2.08094 v 0.80554 0.80551 h 1.87954 1.87954 v 1.87954 1.87955 h 0.46987 0.46993 v 2.01379 2.01379 h -0.46993 -0.46987 v 1.87955 1.87955 h -1.87954 -1.87954 v 0.33562 0.33564 h -2.08094 -2.08088 z m 0,-2.5508 v -1.5439 h -1.4768 -1.4768 v 1.5439 1.54392 h 1.4768 1.4768 z m 7.3839,0 v -1.5439 h -1.61106 -1.61102 v 1.5439 1.54392 h 1.61102 1.61106 z m -7.3839,-7.11541 v -1.54391 h -1.4768 -1.4768 v 1.54391 1.54392 h 1.4768 1.4768 z m 7.3839,0 v -1.54391 h -1.61106 -1.61102 v 1.54391 1.54392 h 1.61102 1.61106 z" + style="fill:#000000;stroke-width:0.27109733" /> + + + + + + 2 + + + + + + + + + + + + + + 4 + + transform="matrix(1.055542,0,0,1.055542,195.37204,26.030874)" + id="g41894-3-7"> - - - - - - + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-6-1-7-3-5-2-6-7" + width="31.981524" + height="17.849941" + x="-37.793865" + y="165.30135" /> + 8 + + + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.3343327;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-6-6-1-7-3-7-0-2" + width="31.981524" + height="17.849941" + x="-77.047462" + y="166.49522" /> + + 3 + + + - - - - - - - Type : - Grande - Naine - Petite - Moyenne - Enorme - Astéroïdes - Taille - 0 - Vivante - +2 - +2 - +2 - +2 - +2 - +5 - +10 - +7 - +5 - +5 - +7 - +2 - 12 - 2-3 - 4-6 - 7-8 - 9-10 - - - - - - - - + transform="matrix(0.07288588,0,0,0.07288588,-145.13089,25.452764)" + id="g83091-3-4-7-5"> - - - + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:3.09512305;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path62032-8-4-0-4" + cx="156.58636" + cy="2093.7139" + rx="70.387726" + ry="65.664314" /> - + style="opacity:1;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.25197971;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="path62032-9-2-8-0-6" + cx="107.46281" + cy="2034.1989" + rx="28.10379" + ry="26.909163" /> + + + + + + - - - - - - - - - - - - - 1 - 2 - - 1 - - 2 - - 3 - 4 - 5 - - 1 - 1 - 1 - 1 - 1 - 1 - - - - - - - - - Adaptation - 0 - 1-2 - 3-4 - 5-6 - 7-8 - 9-10 - - EMPLACEMENTINFRASTRUCTURES - - - 11 - + transform="matrix(0,-0.28301765,0.28301765,0,-325.11389,172.51696)" + id="g4240-9-2-1-9"> + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:5.57906628;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4409-2-0-96-6-4-3" + width="33.814251" + height="36.632103" + x="540.13251" + y="557.07935" + transform="matrix(0.70739111,0.70682233,-0.70682721,0.70738624,0,0)" /> AUCUNE ADAPTATION + id="tspan10304-3-1-3-3-4-4-8-2-2-4-1" + x="793.50482" + y="19.708447" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">0 + + + + + 2AV + + + + + 7 + + + + + + + + + 2 + + + + + + + 2 + + + + + + + + id="g63434-4-7-2-9-0-8-0-1-0" + transform="matrix(0.34077943,0,0,0.34077943,-1603.7002,-196.43137)" + style="fill:#000000"> + + y="1099.6122" + x="3916" + height="13.5" + width="7.625" + id="rect63430-1-3-1-2-67-7-4-0-1" + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03699994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> + + + + 4 + + + + + 8 + + + + + + 3 + + + + + + + + + + + + + + + AUCUN GISEMENT MINERAL - - - - - - - - - - - - - - - - - - - - + id="tspan10304-3-1-3-3-4-4-8-2-2-4-1-3" + x="793.50482" + y="19.708447" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">0 + diff --git a/planches/fin.svg b/planches/fin.svg deleted file mode 100755 index 06e15ef..0000000 --- a/planches/fin.svg +++ /dev/null @@ -1,3337 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - Ether - - - Humain - Brachiès - - - - Vulcain - - - Méca - Kelvin - - - - - - - - 2 - - 21 - - 2 - - - 2 - - - - 2 - - 3 - - - - +3 - - - - - +2 - - - - +2 - - - +2 - - - 15 - - - - 10 - - - - 8 - - - - 15 - - - - 15 - - - - 10 - - - - - - RS22 - - - - 3Béta-3 - - - - Myst 2 - - - - Pino2 - - - - RallaG - - - - DF-579 - - - - RM252 - - - - ISA20 - - - - Olho 2 - - - - Koi2 - - - - +2 - - - - - sN22 - - - - Hoi2 - - - - Mop 2 - - - - MP202 - - - - - - Virgo 0 - - - - Isis 2 - - - - VGH20 - - - - FT22 - - - - - +2 - - - - - - - - - - - - Froids, ConsciencieuxManiaques, SecretsPacifiques, Adaptables - Chauds, ViolentsIntéressés, PingresBelliqueux - Agressifs, AutoritairesDestructeurs, ProductifsConquérants - Intelligents, ScientifiquesTempérés, RéfléchisExplorateurs, Pacifiques - Polyvalents, FroidsEconomesAdaptables - Tempérés, ColonisateursAdaptablesEquilibrés - - - - 2 - 1 - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - diff --git a/planches/fin1.svg b/planches/fin1.svg new file mode 100755 index 0000000..ef9f653 --- /dev/null +++ b/planches/fin1.svg @@ -0,0 +1,1895 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + Age I + Aube + + + Age II + Prelude + + + Age III + EXPENSION + + + Age IV + APOGEE + + + Age V + DECLIN + + + Age Vi + CREPUSCULE + + Fin + des ages + + + + + + + + + + + + + 5 + + + 5 + + 10 + + 15 + + 5 + + 5 + x2 + x2 + + + X2 + X2 + + + + -5 + -5 + -5 + + -1 + + 0 + + /4 + + 0 + 0 + 0 + + +1 + + +2 + + + + + + + + + + + + + + + + + + + + + + + 10 + + 2 + + 5 + 15 + + + 1 + 20 + + 8 + + + 4 + 8 + + + 2 + 8 + 25 + + 10 + + + 5 + 10 + + + 3 + 12 + + 10 + 40 + + 12 + + + 5 + 10 + + + 21 + 7 + 4 + + 20 + 50 + + 5 + + + 4 + 8 + + + 16 + 30 + + + + + + + 2 + 5 + 8 + 10 + 12 + 5 + + + + + + + + AGES + + + AV + + + + + AV + + + + + AV + + + + + AV + + + + 8 + + + + + + + + + + + 5 + + + + + + + + + 5 + + 5 + + + + 5 + + + 15 + + + 5 + + + + + + + + + + AV + + + + + 10 + + + + 6 + + + X2 + + + + + + + + + + diff --git a/planches/fin2.svg b/planches/fin2.svg index b30415d..b1dea2b 100755 --- a/planches/fin2.svg +++ b/planches/fin2.svg @@ -7,212 +7,17 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="210mm" height="297mm" - viewBox="0 0 744.09448819 1052.3622047" - id="svg38953" + viewBox="0 0 210 297" version="1.1" - inkscape:version="0.91 r13725" + id="svg42293" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="fin2.svg"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="defs42287" /> + inkscape:window-width="1853" + inkscape:window-height="1025" + inkscape:window-x="67" + inkscape:window-y="27" + inkscape:window-maximized="1" /> + id="metadata42290"> @@ -248,4920 +52,2267 @@ inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1"> - - - - - - - - Ether - - - Humain - Brachiès - - - - Vulcain - - - Méca - Kelvin - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="g17727" + transform="matrix(-0.17398521,0,0,-0.17398521,1159.6373,10.726278)"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Résidence - - - + transform="translate(-62.296563,-46.646382)" + id="g13400"> - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - NE555 - - - - T-21m - - - - - - iS-PI21 - - - - RT-20 - - - - - - Béta3 - - - - Oméga - - - - - + id="g12947" + transform="translate(95.348849,-93.840827)"> - - - - - - Résidence - - + id="g12811" + transform="translate(3794.4975,-1881.8476)"> + + + + + + sodipodi:nodetypes="csccscccccccsccccscsscccccccssccccscscsssscccccsccccc" /> - - - - industrie + id="g12803" + transform="translate(3459.3152,-1783.8022)"> + + + + + + + - - - - Commerce + id="g12807-1" + transform="translate(3625.9922,-1719.984)"> + + sodipodi:nodetypes="csccscccccccsccccscsscccccccssccccscscsssscccccsccccc" /> - - - - Laboratoire + id="g12803-9" + transform="translate(3459.3152,-1783.8022)"> + + transform="translate(-194.88651,-93.840827)" + id="g12947-6"> - - - - - - Résidence - - + id="g12811-7" + transform="translate(3794.4975,-1881.8476)"> + + + + + + sodipodi:nodetypes="csccscccccccsccccscsscccccccssccccscscsssscccccsccccc" /> - - - - industrie + id="g12803-8" + transform="translate(3459.3152,-1783.8022)"> + + + + + + + - - - - Commerce + id="g12807-5" + transform="translate(3625.9922,-1719.984)"> + + sodipodi:nodetypes="csccscccccccsccccscsscccccccssccccscscsssscccccsccccc" /> - - - - Laboratoire + id="g12803-3" + transform="translate(3459.3152,-1783.8022)"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + transform="translate(-61.476677,-54.157642)" + id="g13328"> + id="g12936" + transform="translate(-207.47341,-103.08863)"> - - - - - Résidence - - - - - - + transform="translate(-249.18665,26.939097)" + id="g12924"> - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - - - - Résidence - - - - - - - - - industrie - - - - - - - Commerce - - - - - - - Laboratoire - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - Résidence - - - - - - industrie - - - - - - Laboratoire - - - - - - Commerce - - - - - - - - - Résidence - - - - - - industrie + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + - - Laboratoire - - - + id="g12936-7" + transform="translate(-62.355783,-103.08863)"> + transform="translate(-249.18665,26.939097)" + id="g12924-5"> - Commerce - - - - - - - - Résidence - - - - - - industrie + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0-3" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + - - Laboratoire - - - + id="g12936-4" + transform="translate(82.761847,-103.08863)"> + transform="translate(-249.18665,26.939097)" + id="g12924-3"> - Commerce - - - - - - - - Résidence - - - - - - industrie + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0-33" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + - - Laboratoire - - - + id="g12936-6" + transform="translate(227.87947,-103.08863)"> + transform="translate(-249.18665,26.939097)" + id="g12924-4"> - Commerce - - - - - - - - Résidence - - - - - - industrie + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0-30" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + - - Laboratoire - - - + id="g12936-9" + transform="translate(372.9971,-103.08863)"> + transform="translate(-249.18665,26.939097)" + id="g12924-46"> - Commerce - - - - - - - - Résidence - - - - - - industrie + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0-9" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + - - Laboratoire - + id="g12936-1" + transform="translate(663.23236,-103.08863)"> + + + + + + + + + + + + + id="g12936-5" + transform="translate(518.11473,-103.08863)"> + transform="translate(-249.18665,26.939097)" + id="g12924-1"> - Commerce + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#333333;stroke-width:2.39515471;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect12019-0-61-4-6-5-0-1" + width="142.72247" + height="78.090675" + x="6080.0132" + y="-670.88721" /> + + + + + + + + + - - - Résidence - - - + id="g17727-9" + transform="matrix(-0.17398521,0,0,-0.17398521,1159.6373,94.805469)"> - - industrie - + transform="translate(-62.296563,-46.646382)" + id="g13400-6"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - Laboratoire - - - + id="g17727-4" + transform="matrix(-0.17398521,0,0,-0.17398521,1159.2206,-72.877154)"> - - Commerce + transform="translate(-62.296563,-46.646382)" + id="g13400-1"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - diff --git a/planches/fin3.svg b/planches/fin3.svg old mode 100644 new mode 100755 index 5ba0508..0cc4941 --- a/planches/fin3.svg +++ b/planches/fin3.svg @@ -11,1113 +11,13 @@ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="210mm" height="297mm" - viewBox="0 0 744.09448819 1052.3622047" - id="svg7721" + viewBox="0 0 210 297" version="1.1" - inkscape:version="0.91 r13725" + id="svg45104" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="fin3.svg"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + id="defs45098" /> + inkscape:window-width="1853" + inkscape:window-height="1025" + inkscape:window-x="67" + inkscape:window-y="27" + inkscape:window-maximized="1" + inkscape:snap-global="false" /> + id="metadata45101"> @@ -1152,3613 +53,1220 @@ inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1"> - - - Industrie lourde - - - - - + id="g1353" + transform="translate(-12.294398,33.67596)"> - - +1 - - résidence - - - - - - - - - - +2 - - résidence - - - - +1 - - - - - - - - +5 - - - - industrie - - industrie - - - +1 - - - - industrie - - - - +1 - - - - industrie - - - - - - - industrie - - - - Inutilisé - - - Zone résidentielle - - - - - - - - +1 - - résidence - résidence - résidence - - - +2 - - - - - - - commerce - - - +1 - - - - - commerce - - - +5 - - - - - - - - +4 - - résidence - - - - +3 - - - Pole commerciale - - - - - +1 - - résidence - - - - commerce - - - +1 - - - - - - - +1 - - résidence - - - - commerce - - - +1 - - - - - commerce - - - +5 - - - - - commerce - - - +3 - - - - - - - +2 - - résidence - - - - - - - - - - - - +1 - - - - industrie - - - - - Zone activité mixte - - - commerce - - - +3 - - - - - - - +3 - - - Laboratoire - - - - - commerce - - - +1 - - - - + id="g23403" + transform="matrix(0.28222223,0,0,0.28222223,-126.52564,-87.136203)"> + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54085433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect21754-4-6-0-7-6-4" + width="215.04382" + height="293.44522" + x="763.08588" + y="386.56589" + rx="26.78797" + ry="26.78797" /> + + Nombre de manchesreduites de moitié + Retraite + - - +1 - + id="g6330-1" + transform="translate(961.8776,-296.75262)"> - - - Laboratoire - - - - - - - - - - industrie - - - - - - niv1 - - industrie - - - - commerce - - - +1 - - - - Exploitation minière - - - - +1 - - résidence - - - - - +1 - - résidence - - - - commerce - - - +1 - - - - - - - - - - +1 - - résidence - - - - - - - +1 - - résidence - - - - - 2 - - - - - - - Inutilisé - - - - - niv1 - - industrie - - - - - niv2 - - - industrie - industrie - - - Capitale - - - commerce - - - +5 - - - - - - - +5 - - - Laboratoire - - - - - commerce - - - +2 - - - - - - - - +2 - + id="path6313-7" + d="m -186.81149,717.19395 c -0.1919,-0.0358 -0.24804,-0.48572 -0.11832,-0.94949 l 0.11455,-0.40952 -0.38813,-0.70255 c -0.6068,-1.09804 -0.65158,-1.71675 -0.23576,-3.25362 0.12911,-0.47695 0.14152,-0.71538 0.0515,-0.98527 -0.10619,-0.31841 -0.0871,-0.40172 0.18079,-0.78782 0.27361,-0.39441 0.32262,-0.62468 0.56641,-2.66124 0.27245,-2.27625 0.34149,-3.32221 0.25007,-3.78886 -0.0509,-0.25958 -0.0584,-0.26114 -0.67095,-0.13769 -0.57487,0.1159 -0.65118,0.10606 -1.05912,-0.13623 -0.24181,-0.14358 -0.48842,-0.36347 -0.54808,-0.48864 -0.15627,-0.32788 -0.0885,-0.97817 0.14294,-1.3712 0.16402,-0.27857 0.29509,-0.36872 0.7343,-0.50502 l 0.53466,-0.16589 -0.36869,-0.31188 c -0.81518,-0.68956 -1.27774,-1.92444 -1.14059,-3.04469 0.0799,-0.6531 0.57656,-1.43691 1.2339,-1.94759 0.40194,-0.31227 0.585,-0.38682 1.30988,-0.53278 1.00807,-0.20312 1.60341,-0.0867 2.30168,0.45008 1.33447,1.02583 1.7323,2.62026 1.01912,4.08486 l -0.23147,0.47533 0.54028,-0.0631 c 0.45272,-0.0528 0.59287,-0.0236 0.86497,0.18016 0.17858,0.13368 0.40972,0.40267 0.51374,0.59754 0.1677,0.31452 0.17479,0.40977 0.0624,0.84616 -0.15105,0.58664 -0.46018,0.83467 -1.23484,0.99076 -0.29012,0.0585 -0.52009,0.13828 -0.51101,0.17741 0.1225,0.52869 1.33788,2.84204 2.20333,4.19383 0.69197,1.08105 0.94322,1.3813 1.33348,1.59486 0.44011,0.24081 0.60267,0.57846 0.40196,0.83498 -0.14738,0.18838 -0.13622,0.21231 0.45064,0.9664 0.5178,0.6653 0.6282,0.87398 0.79102,1.49551 0.1555,0.59345 0.17233,0.85641 0.0946,1.4743 -0.0838,0.66602 -0.074,0.77753 0.0856,0.97499 0.0992,0.12263 0.21717,0.4053 0.2625,0.62805 l 0.0822,0.40513 -4.74531,0.94833 c -2.60991,0.52156 -4.80329,0.93746 -4.87416,0.92423 z" + style="fill:#000000;stroke-width:0.0972688" /> + id="path6326-5" + d="m -179.06695,717.19648 c -0.43719,-0.23722 -0.69138,-0.75993 -0.69138,-1.42175 0,-0.43122 0.0737,-0.62558 0.36123,-0.9531 0.19867,-0.22628 0.49561,-0.44514 0.65987,-0.48637 0.24178,-0.0607 0.29865,-0.14941 0.29865,-0.4659 0,-0.49824 0.28554,-0.90539 0.77977,-1.1119 0.36003,-0.15043 0.42407,-0.27033 0.87428,-1.63701 0.61769,-1.87507 0.98143,-4.88799 0.9844,-8.15391 l 0.001,-1.16024 -0.34486,-0.0758 c -0.54578,-0.11987 -0.9022,-0.58652 -0.92715,-1.21388 -0.0118,-0.29768 -0.10148,-0.63299 -0.19918,-0.74513 -0.41233,-0.47323 -0.44844,-0.73537 -0.44844,-3.25543 v -2.52741 h 1.49971 1.49972 v 0.84819 c 0,0.81097 0.0118,0.8465 0.26995,0.80985 0.24528,-0.0348 0.27319,-0.11235 0.30542,-0.84819 l 0.0355,-0.80985 h 2.08864 2.08864 l 0.0355,0.80985 c 0.0322,0.73584 0.0601,0.81335 0.30542,0.84819 0.25811,0.0367 0.26995,10e-4 0.26995,-0.80985 v -0.84819 h 1.49972 1.49971 v 2.45173 c 0,2.43832 -0.0628,2.91263 -0.44137,3.33089 -0.1016,0.11226 -0.19441,0.44767 -0.20625,0.74535 -0.0252,0.63427 -0.38237,1.09423 -0.9457,1.21796 l -0.36342,0.0798 0.0777,2.29595 c 0.078,2.3042 0.33522,4.97942 0.56628,5.88835 0.0681,0.26776 0.2968,0.96405 0.50831,1.54732 0.33222,0.91612 0.43551,1.08179 0.75881,1.21709 0.48093,0.20126 0.76554,0.61252 0.76554,1.1062 0,0.31649 0.0569,0.40522 0.29865,0.4659 0.16426,0.0412 0.4612,0.26009 0.65987,0.48637 0.28756,0.32752 0.36123,0.52188 0.36123,0.9531 0,0.67565 -0.25844,1.19098 -0.71594,1.42756 -0.52205,0.26997 -13.57144,0.26457 -14.06976,-0.006 z m 13.60647,-0.97057 c 0.25252,-0.22853 0.2833,-0.5294 0.0754,-0.73727 -0.20771,-0.2077 -13.06179,-0.2077 -13.2695,0 -0.19952,0.19953 -0.17988,0.45734 0.0546,0.71642 0.18761,0.2073 0.54949,0.21941 6.55931,0.21941 5.75038,0 6.38181,-0.019 6.58016,-0.19856 z m -1.24717,-2.10215 c 0.10305,-0.10305 0.10556,-0.18396 0.009,-0.29995 -0.194,-0.23375 -10.44889,-0.23375 -10.64289,0 -0.34009,0.40977 0.0375,0.44107 5.32144,0.44107 3.80382,0 5.20833,-0.0373 5.31214,-0.14112 z m -1.23239,-1.74853 c -0.82807,-2.04192 -1.16369,-4.20737 -1.32955,-8.57838 l -0.0762,-2.00962 h -2.67395 -2.67395 l -0.0763,2.00962 c -0.16587,4.37101 -0.50148,6.53646 -1.32955,8.57838 -0.0801,0.19757 0.16073,0.20996 4.07975,0.20996 3.91901,0 4.15986,-0.0124 4.07975,-0.20996 z m -0.0605,-11.90775 c 0,-0.23518 -0.08,-0.23995 -4.01924,-0.23995 -3.93926,0 -4.01924,0.005 -4.01924,0.23995 0,0.23518 0.08,0.23995 4.01924,0.23995 3.93926,0 4.01924,-0.005 4.01924,-0.23995 z m 0.57279,-3.38936 0.0329,-2.00962 h -0.42282 -0.42282 v 0.77985 0.77985 h -1.31975 -1.31976 v -0.77985 -0.77985 h -1.13978 -1.13979 v 0.77985 0.77985 h -1.31975 -1.31975 v -0.77985 -0.77985 h -0.41992 -0.41992 v 1.95963 c 0,1.0778 0.0366,1.99626 0.0814,2.04104 0.0448,0.0448 2.10988,0.0673 4.58913,0.05 l 4.50773,-0.0314 z" + style="fill:#000000;stroke-width:0.11997736" /> - - Laboratoire - - - - - - - Inutilisé - - - - - - - industrie - - - - niv2 - - - industrie - - - - - - niv1 - - industrie - - - - Inutilisé - - - - Inutilisé - - - - - Complexe de recherche - + id="g7324" + transform="translate(-9.3803918)"> + id="g4105" + transform="matrix(0,-2.4815916,2.4815916,0,-837.72636,1743.6456)"> + sodipodi:type="star" + style="opacity:1;fill:#f2f2f2;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none" + id="path4016" + sodipodi:sides="9" + sodipodi:cx="246.84474" + sodipodi:cy="-63.600948" + sodipodi:r1="25.038969" + sodipodi:r2="19.780787" + sodipodi:arg1="0.36172924" + sodipodi:arg2="0.71079509" + inkscape:flatsided="false" + inkscape:rounded="0" + inkscape:randomized="0" + d="m 270.26335,-54.739855 -8.42787,4.044614 -2.74685,8.935472 -9.05595,-2.318973 -7.84781,5.079329 -5.44665,-7.597488 -9.27671,-1.153488 0.71119,-9.321053 -6.36492,-6.846576 6.53626,-6.683194 -0.47491,-9.336074 9.30294,-0.918195 5.6373,-7.45712 7.71667,5.276439 9.11177,-2.088896 2.51969,9.002167 8.32273,4.256746 -3.85629,8.515682 z" + transform="matrix(0,0.61937098,-0.61937098,0,461.40459,525.80517)" + inkscape:transform-center-x="0.43401711" + inkscape:transform-center-y="-0.034104061" /> +1 + id="tspan10304-3-1-3-3-4-4-7-6" + x="668.6676" + y="-496.33029" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:13.88188934px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;fill:#000000;stroke-width:0.7932508px">/2 - résidence - - - - - +1 - - résidence - - - - commerce - - - +2 - - - - - - - - - - +1 - - résidence - - - - - - - +1 - - résidence - - - - - - + transform="matrix(0,-1.3322375,1.3322375,0,33.138446,512.44966)" + id="g4250"> - - 1 - - - - Inutilisé - - - - - - - +1 - - - - - Laboratoire - - - - - - +3 - - + style="opacity:1;fill:#e6e6e6;fill-opacity:1;stroke:#000000;stroke-width:5.57906628;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect4409" + width="33.814251" + height="36.632103" + x="455.88705" + y="444.56436" + transform="matrix(0.70739112,0.70682233,-0.70682721,0.70738624,0,0)" /> Laboratoire + id="tspan10304-3-1-3-3-4-4-7" + x="645.05194" + y="-1.0325433" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start">-2 - - - +6 - - - - Laboratoire - - + transform="rotate(-90,615.01997,18.670219)" + id="g3961-3"> + transform="rotate(90)" + y="-82.777153" + x="186.64693" + height="21.398619" + width="36.503525" + id="rect3929-14" + style="opacity:0.76999996;fill:#666666;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" /> Inutilisé - - - 1 - - - - - Inutilisé + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-65.322693" + x="189.80989" + id="tspan16084-5-2-6-62-94" + sodipodi:role="line">S4 - - - - Inutilisé - - - - Inutilisé - - Faible investissement - - Investissement nul - - - - - - industrie - - - + id="g23403-7" + transform="matrix(0.28222223,0,0,0.28222223,-65.682848,-87.136203)"> + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54085433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect21754-4-6-0-7-6-4-7" + width="215.04382" + height="293.44522" + x="763.08588" + y="386.56589" + rx="26.78797" + ry="26.78797" /> + + Nombre de manchesreduites de moitié + Retraite + - - +1 - + id="g6330-1-1" + transform="translate(961.8776,-296.75262)"> + id="path6313-7-0" + d="m -186.81149,717.19395 c -0.1919,-0.0358 -0.24804,-0.48572 -0.11832,-0.94949 l 0.11455,-0.40952 -0.38813,-0.70255 c -0.6068,-1.09804 -0.65158,-1.71675 -0.23576,-3.25362 0.12911,-0.47695 0.14152,-0.71538 0.0515,-0.98527 -0.10619,-0.31841 -0.0871,-0.40172 0.18079,-0.78782 0.27361,-0.39441 0.32262,-0.62468 0.56641,-2.66124 0.27245,-2.27625 0.34149,-3.32221 0.25007,-3.78886 -0.0509,-0.25958 -0.0584,-0.26114 -0.67095,-0.13769 -0.57487,0.1159 -0.65118,0.10606 -1.05912,-0.13623 -0.24181,-0.14358 -0.48842,-0.36347 -0.54808,-0.48864 -0.15627,-0.32788 -0.0885,-0.97817 0.14294,-1.3712 0.16402,-0.27857 0.29509,-0.36872 0.7343,-0.50502 l 0.53466,-0.16589 -0.36869,-0.31188 c -0.81518,-0.68956 -1.27774,-1.92444 -1.14059,-3.04469 0.0799,-0.6531 0.57656,-1.43691 1.2339,-1.94759 0.40194,-0.31227 0.585,-0.38682 1.30988,-0.53278 1.00807,-0.20312 1.60341,-0.0867 2.30168,0.45008 1.33447,1.02583 1.7323,2.62026 1.01912,4.08486 l -0.23147,0.47533 0.54028,-0.0631 c 0.45272,-0.0528 0.59287,-0.0236 0.86497,0.18016 0.17858,0.13368 0.40972,0.40267 0.51374,0.59754 0.1677,0.31452 0.17479,0.40977 0.0624,0.84616 -0.15105,0.58664 -0.46018,0.83467 -1.23484,0.99076 -0.29012,0.0585 -0.52009,0.13828 -0.51101,0.17741 0.1225,0.52869 1.33788,2.84204 2.20333,4.19383 0.69197,1.08105 0.94322,1.3813 1.33348,1.59486 0.44011,0.24081 0.60267,0.57846 0.40196,0.83498 -0.14738,0.18838 -0.13622,0.21231 0.45064,0.9664 0.5178,0.6653 0.6282,0.87398 0.79102,1.49551 0.1555,0.59345 0.17233,0.85641 0.0946,1.4743 -0.0838,0.66602 -0.074,0.77753 0.0856,0.97499 0.0992,0.12263 0.21717,0.4053 0.2625,0.62805 l 0.0822,0.40513 -4.74531,0.94833 c -2.60991,0.52156 -4.80329,0.93746 -4.87416,0.92423 z" + style="fill:#000000;stroke-width:0.0972688" /> + - - Laboratoire - - - - - - +1 - - résidence - - - - - - +2 - - résidence - - - - - - - - +1 - - résidence - - - - - - - +2 - - résidence - - - - Inutilisé - - - 1 - - - - - - 1 + id="g7324-1" + transform="translate(-9.3803918)"> + + + /2 + + + + -2 + - - - Inutilisé - - - - + transform="rotate(-90,615.01997,18.670219)" + id="g3961-3-3"> + 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="-65.322693" + x="189.80989" + id="tspan16084-5-2-6-62-94-2" + sodipodi:role="line">S4 - - Inutilisé - - - - Inutilisé - - 1 - - - - - Inutilisé - - - 1 - - - - + transform="matrix(0.28222223,0,0,0.28222223,-167.65819,-170.03441)" + id="g45921"> + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.54085433;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect21754-4-6-0-7-7-6-0-8-6-6" + width="215.04382" + height="293.44522" + x="693.24646" + y="680.29968" + rx="26.78797" + ry="26.78797" /> + ECRANSANTE - 1 + id="g6028" + transform="matrix(5.1825914,0,0,5.1825914,612.21088,313.90645)" + style="fill:#b3b3b3"> + + + + + + Grande - - Inutilisé - - - - Inutilisé - - 1 + id="tspan25348-5-14" + x="784.45874" + y="956.01501" + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:37.5px;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:0.9375">30 + - - Inutilisé + id="g2229"> - - 1 - - - - - Inutilisé - - - 1 - - - - - Inutilisé - - - 1 - - - - - Inutilisé - - - 1 + id="g2372"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + RACES + PLANETES + + AFFINITES + -2 + -3 + -4 + -4 + -4 + -2 + -3 + -5 + -4 + -3 + -2 + -4 + -3 + -5 + -4 + -2 + -5 + -4 + -4 + -4 + + + + -4 + -5 + -4 + -4 + -5 + -4 + -4 + -4 + -3 + -2 + -2 + -3 + -4 + -4 + -4 + -5 + + diff --git a/planches/planetes.svg b/planches/planetes.svg deleted file mode 100755 index 5febc92..0000000 --- a/planches/planetes.svg +++ /dev/null @@ -1,4596 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - ? - ? - ? - ? - ? - ? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - E - E - E - E - E - E - E - G - G - G - G - G - G - G - M - M - M - M - M - M - M - P - P - P - P - P - P - P - N - N - N - N - N - N - N - A - A - A - A - A - A - A - - diff --git a/planches/rosasse.svg b/planches/rosasse.svg index 4674951..6d31f68 100755 --- a/planches/rosasse.svg +++ b/planches/rosasse.svg @@ -8,7 +8,6 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="210mm" @@ -16,7 +15,7 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="rosasse.svg"> @@ -104,21 +103,6 @@ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1" id="path17923" /> - - - - - - - @@ -2765,17 +2737,6 @@ offset="0" id="stop7645" /> - + showguides="true" + inkscape:snap-global="false" /> @@ -4232,26 +4194,15 @@ id="layer1"> - + y="594.17023" + style="font-size:40px;line-height:1.25">  + y="1725.8463" + style="font-size:40px;line-height:1.25">    + y="151.17496" + style="font-size:40px;line-height:1.25">  + y="567.80682" + style="font-size:40px;line-height:1.25">  + y="776.17493" + style="font-size:40px;line-height:1.25">  + y="1681.364" + style="font-size:39.86617279px;line-height:1.25">  + y="2484.175" + style="font-size:40px;line-height:1.25">  + y="1461.302" + style="font-size:40px;line-height:1.25">  - - - - - - - - - - -   PROPULSION - AUTONOMIE - SUBLUMINIQUE - 1 - 2 - 3 - 4 - 6 - non - 1 - 2 - 5 - 3 - 6 - 10 - 15 - 20 - illimitée - non - Franchissables - Saut plus proche - Saut plus éloigné - Detruire - - - 3 - 4 - 6 - 7 - 3 - 5 - 8 - 10 - - - Créer - - illimitée - illimitée - - - ARMES - INVASION - 2-1-0 - 3-1-0 - 4-1-0 - 5-2-0 - 6-3-1 - - - illimitée - +1 - +2 - +3 - - +0-0-1 - - 2 - 2 - 4 - 5 - - 8 - BOUCLIERS - non - 1 - 2 - 3 - 5 - - 4 - HEURISTIQUE - XENOBIOLOGIE - non - -1 - -2 - -5 - -3 - - -3 - -6 - -4 - non - 2 - 4 - 6 tot. - 3 - INFRASTRUCTURE - BANQUES - - - - - non - INT. ARTIFICIELLE - non - INDUSTRIES - +1 - - +3 - +5 - +2 - - - - - - - - - - - - - - - - - - - - MILITAIRE - ECONOMIE - SCIENCES - TRANSPORT - - - - - - - - - - - - - - +6 - - - - +4 - - - - - - - - 0 - - - - +2 - - - - +4 - - - - +8 - - - - +12 - - - - - - - - - - - - - - - - - - - - - + y="450.36221" + style="font-size:40px;line-height:1.25">  + y="1858.3622" + style="font-size:40px;line-height:1.25">  + transform="matrix(0.63177061,0,0,0.63177061,-1013.1416,1064.2039)" + id="g43444"> + id="g3904"> + transform="matrix(1.6975491,0,0,1.6975491,1691.5635,-1732.3843)" + id="g3312" + style=""> + + + + + + + + + + + + + + + + 0 + - + + + + 1 + 2 + 3 + 4 + 5 + - + - + - + - + - + + + Niveau + + Techno + + + + + + + AV + 5 + 4 + 2 + + 15 + + 5 + 5 + + 2 + + 1 + + 10 + + 1 + BONUS - + id="g9157-0-8-3-4" + transform="matrix(1.1235111,0,0,1.1235111,574.06033,-179.16394)" + style="fill:#666666"> - - - - - - - + id="path61957-40-6-0-6-8" + d="m -91.150249,551.28587 c 0.7435,-0.1806 0.8052,-0.1907 1.4644,-0.2398 1.4234,-0.1068 2.49186,0.1982 3.26162,0.9292 0.9161,0.8702 1.38109,2.1869 1.45927,4.1327 l 0.0293,0.7411 0.95768,0.014 c 0.88624,0.013 0.96252,0.021 1.02258,0.1033 0.15566,0.2131 0.12208,0.2663 -1.39939,2.2074 -0.8053,1.0275 -1.51206,1.8971 -1.57057,1.9324 -0.20951,0.1267 -0.30286,0.046 -1.02473,-0.8751 -2.18716,-2.7937 -2.30016,-2.944 -2.30016,-3.056 2e-4,-0.287 0.1199,-0.3204 1.1468,-0.3204 h 0.87949 l -0.0285,-0.7436 c -0.103,-2.6996 -0.89279,-4.0643 -2.61699,-4.5221 -0.2641,-0.07 -0.5764,-0.1057 -1.1212,-0.1277 l -0.7551,-0.03 0.595,-0.1444 z" + style="fill:#666666;stroke:none" /> + + inkscape:connector-curvature="0" + id="path61955-82-5-2-5-8" + d="m -98.085859,571.10717 c -0.2204,-0.1344 -0.3487,-0.3133 -0.4232,-0.5896 -0.071,-0.2645 -0.098,-1.9286 -0.079,-4.9948 0.015,-2.5289 0,-4.5669 -0.037,-4.5287 -0.036,0.038 -0.1858,0.4253 -0.3338,0.8606 -0.3317,0.9756 -0.7027,1.3857 -1.171891,1.2959 -0.3655,-0.07 -0.754,-0.475 -0.754,-0.7858 0,-0.1214 0.2926,-1.0648 0.6503,-2.0964 0.357691,-1.0316 0.856191,-2.4763 1.107791,-3.2104 0.2649,-0.7733 0.5511,-1.4286 0.6804,-1.5579 0.2173,-0.2173 0.277,-0.2231 2.28591,-0.2231 1.5358,0 2.1077,0.032 2.2385,0.1285 0.1951,0.1426 0.143,0.011 1.5327,3.9269 0.5499,1.5505 0.9999,2.9166 1,3.0361 1e-4,0.3742 -0.4199,0.7622 -0.8251,0.7622 -0.5224,0 -0.768,-0.2936 -1.1064,-1.3217 -0.1617,-0.4912 -0.3162,-0.8932 -0.3435,-0.8936 -0.027,-3e-4 -0.037,2.071 -0.022,4.6026 0.018,3.0696 -0.01,4.7351 -0.079,4.9996 -0.1683,0.6252 -0.8618,0.9551 -1.4138,0.6727 -0.562,-0.2873 -0.5577,-0.2588 -0.5601,-3.7718 v -3.2394 h -0.3957 -0.3956 v 3.2394 c 0,2.92 -0.019,3.2602 -0.1731,3.4504 -0.3741,0.462 -0.8702,0.5477 -1.37751,0.2383 z m 1.15801,-16.4825 c -1.43131,-0.6206 -1.60291,-2.5392 -0.3087,-3.4508 0.3545,-0.2496 0.5127,-0.2952 1.0311,-0.2967 0.4315,0 0.729,0.06 1.0079,0.2047 1.0864,0.5674 1.3669,2.071 0.5643,3.0247 -0.5168,0.6143 -1.5403,0.8454 -2.2946,0.5181 z" + style="fill:#666666;stroke:none" /> + + + 15 + + Technologie + + + + + + + + - - - - - - - - - - - - + id="g3466"> + + + + + + + + + + + Ratio + Ressource + + + + + ACHAt + + VENTE + -1 + 0 + +1 + +2 + -2 + -3 + + +3 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + 2 + 3 + 5 + 10 + 2 + 2 + 1 + AV + AV + + Marche Noir + + id="g3541"> + + SENAT GALACTIQUE + + id="g24817"> + style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:0.9375;stroke-miterlimit:4;stroke-dasharray:none" + id="rect24741" + width="63.616108" + height="62.946438" + x="1713.6161" + y="-368.61996" /> + DECRET 1 : + 2AV + + + + Resolution 1 : + 12AV + + + + DECRET 2 : + 4AV + + + + Resolution 2 : + 15AV + + + + DECRET 3 : + 8AV + + + + Resolution 3 : + 20AV + + + + + + + + 0 + + 5 + + Age V + DECLIN + + + + - + style="fill:#000000" + transform="matrix(1.8450144,0,0,1.8450144,-4646.039,-2290.938)" + id="g63434-4-7-2-5-3"> - - + d="m 3905.4149,1115.669 c -8.0234,-1.9441 -13.2451,-10.2169 -11.2598,-17.8389 0.6906,-2.6516 2.0979,-5.1358 3.9644,-6.998 5.9329,-5.9194 15.6954,-6.1324 21.8052,-0.4758 3.3251,3.0784 4.8224,6.4443 4.8224,10.8404 0,6.8897 -4.6055,12.6411 -11.5766,14.4568 -2.0361,0.5303 -5.6017,0.5375 -7.7556,0.015 z m 8.6546,-1.0929 c 1.7742,-0.5974 4.5437,-2.0447 3.9298,-2.0537 -0.1639,0 0.2059,-0.3094 0.8218,-0.6823 1.2429,-0.7524 3.7033,-3.8225 3.9919,-4.9812 0.1021,-0.4098 0.2867,-0.8791 0.4103,-1.0431 0.6292,-0.8348 1.0752,-5.117 0.6207,-5.96 -0.088,-0.1638 -0.1218,-0.667 -0.075,-1.1183 0.057,-0.546 -0.079,-0.8839 -0.4085,-1.0101 -0.3594,-0.138 -0.3958,-0.2508 -0.1333,-0.413 0.1986,-0.1228 0.2676,-0.3745 0.1534,-0.5595 -0.1143,-0.1849 -0.347,-0.2501 -0.5172,-0.145 -0.1977,0.1223 -0.2366,-0.038 -0.1076,-0.4441 0.6888,-2.1703 -5.9422,-8.3629 -8.9696,-8.3768 -0.3501,0 -1.0206,-0.2032 -1.4901,-0.448 -1.7682,-0.9222 -6.4929,-0.3209 -9.9659,1.2683 -2.1076,0.9645 -4.6606,3.4002 -6.0092,5.7331 -1.8125,3.1354 -2.2948,7.8545 -1.1396,11.1514 1.7475,4.9873 5.5449,8.2312 11.4929,9.8179 1.1727,0.3128 5.5842,-0.1261 7.3947,-0.7356 z" + id="path62621-7-0-20-61-9-1-8" + inkscape:connector-curvature="0" /> + style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:3.03699994;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" + id="rect63430-1-3-1-22-8" + width="7.625" + height="13.5" + x="3916" + y="1099.6122" /> + - - + 3 + id="g25158-4" + transform="translate(1637.403,241.12591)"> + style="opacity:1;fill:#cccccc;fill-opacity:1;stroke:#000000;stroke-width:0.81642783;stroke-miterlimit:4;stroke-dasharray:none" + id="rect1046-9-9-5-5-7-2-7-0-6" + width="60.388927" + height="56.371071" + x="386.86679" + y="-439.7171" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +1 - - - - +2 - - - - +3 - - - - +5 - - - - 5 - - - - 3 - - - - - 6 - - - - - - 8 - - - - - - - 1 - diff --git a/planches/table.svg b/planches/table.svg deleted file mode 100755 index 9c46f4d..0000000 --- a/planches/table.svg +++ /dev/null @@ -1,2424 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - - Tellurique - Gazeuse - Gelée - Océanique - Stérile - Lave - Planètes - Etoiles - - - 2 - 10-12 - - 5-7 - 4 - 8-9 - 3 - - - 2-4 - 8 - 6-7 - 9-10 - - 11-12 - 7-8 - 10 - 9 - - 5-6 - 3-4 - 11-12 - - 7-8 - 9 - 4 - 3 - 5-6 - 10-12 - 12 - - 5-6 - 3 - 4 - 7-8 - 9-11 - - - AUCUNE PLANETE - Vivante - - - 2 - 2 - 2 - - - 5-8 - 9-11 - 4 - 3 - 2 - 12 - 11-12 - 5-6 - 7-8 - 9-10 - 3-4 - 2 - 12 - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - 8-9 - 6-7 - 2-5 - 10-11 - 12 - 6-7 - 8-10 - 2-5 - 11-12 - 7-11 - 1-6 - 12 - 2-3 - 4-5 - 6-7 - 8-9 - 10-11 - 12 - - - 5 - 12 - - - 2-4 - 11 - - - 7 - 10 - 8-9 - 5-6 - 2-4 - 5 - 6-10 - 11-12 - - Naine brune - 2 - - Naine Rouge - 6-7 - - Naine Jaune - 8-9 - Géante Rouge - - 3-4 - Géante Bleue - - 5 - Super Géante R. - - 11 - - - - - Etoile double - 12 - - Trou noir - 10 - - Nombre - - - 1 - 2 - 3 - 4 - 5 - 6 - - - - - - - - NON - - - - - - - - - - - - - - - Type d'étoiles et probabilité d'apparition de planètes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/planches/victoire.svg b/planches/victoire.svg index 092bea1..d3c76c8 100755 --- a/planches/victoire.svg +++ b/planches/victoire.svg @@ -16,7 +16,7 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="victoire.svg"> @@ -4516,52 +4516,6 @@ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z" transform="matrix(-1.1,0,0,-1.1,-1.1,0)" /> - - - - - - - - - - + showguides="false" + inkscape:snap-grids="false" /> @@ -4600,26 +4555,15 @@ id="layer1"> - + y="594.17023" + style="font-size:40px;line-height:1.25">  + y="1725.8463" + style="font-size:40px;line-height:1.25">    + y="151.17496" + style="font-size:40px;line-height:1.25">  + y="567.80682" + style="font-size:40px;line-height:1.25">  + y="776.17493" + style="font-size:40px;line-height:1.25">  + y="1681.364" + style="font-size:39.86617279px;line-height:1.25">  + y="2484.175" + style="font-size:40px;line-height:1.25">  + y="1461.302" + style="font-size:40px;line-height:1.25">    Tellurique Gazeuse Gelée Océanique Stérile Naine brune Naine Rouge Naine Jaune Super Géante R. Trou noir Planètes + sodipodi:role="line" + style="font-size:29.06638336px;line-height:1.25">Planètes Etoiles + sodipodi:role="line" + style="font-size:29.06450081px;line-height:1.25">Etoiles 22 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">  10-12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">10-12 5-75-7 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">  4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">4 8-9 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">8-9 3 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">3 12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">12 2-4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">2-4 8 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">8 6-7 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">6-7 9-10 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">9-10 11 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">11 7-8 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">7-8 10 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">10 9 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">9 5-6 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">5-6 2 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">2 11-12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">11-12 7-8 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">7-8 9-10 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">9-10 4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">4 2 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">2 5-6 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">5-6 11-12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">11-12 12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">12 5 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">5 - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- 4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">4 6-8 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">6-8 9-11 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">9-11 AUCUNE PLANETE + sodipodi:role="line" + style="font-size:55.23036957px;line-height:1.25">AUCUNE PLANETE - + sodipodi:role="line" + style="font-size:19.27512169px;line-height:1.25">- Vivante - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- 2-32-3 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">  3-4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">3-4 3 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">3 22 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  6-76-7 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  8-98-9 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  1111 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  1212 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  1010 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  @@ -5830,13 +5771,12 @@ id="rect4136-6-72-79-6" style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.26970834;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> 3-43-4 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  55 + sodipodi:role="line" + style="font-size:21.55850029px;line-height:1.25">  5-8 9-11 4 3 2 11-12 5-6 7-8 9-10 3-4 12 2-3 4-5 6-7 8-9 8-9 6-7 2-5 10-11 12 6-7 8-10 2-5 11-12 - 7-11 1-6 12 - - 2-3 4-5 6-7 8-9 10-11 12 - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- 2-3 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">2-3 - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- 4-5 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">4-5 11-12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">11-12 11-12 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">11-12 7-9 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">7-9 - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- 10 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">10 5-6 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">5-6 2-4 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">2-4 5 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">5 6-10 + sodipodi:role="line" + style="font-size:40px;line-height:1.25">6-10 - + sodipodi:role="line" + style="font-size:40px;line-height:1.25">- Industriel + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Industriel +2 + y="4699.5649" + style="font-size:72.26315308px;line-height:1.25"> +2 Sur tout les planètes Financier + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Financier +2 + y="4702.7842" + style="font-size:72.26315308px;line-height:1.25"> +2 Pour la civilisation +2 + sodipodi:role="line" + style="font-size:72.26315308px;line-height:1.25"> +2 Pour la civilisation @@ -7199,13 +7092,12 @@ id="rect21754-4-6-0-7-7-8-2" style="opacity:1;fill:#020000;fill-opacity:0;stroke:#000000;stroke-width:1.0910176;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" /> -2 + y="4680.2578" + style="font-size:72.26315308px;line-height:1.25"> -2 Pour la civilisationen cas de mécontentement Combattant + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Combattant +1-0-1 + y="5394.3828" + style="font-size:72.26315308px;line-height:1.25"> +1-0-1 8 + y="5306.1006" + style="font-size:72.26315308px;line-height:1.25"> 8 Pour la civilisation @@ -7352,16 +7241,15 @@ ry="54.037006" /> Explorateur + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Explorateur +4 + y="5294.1348" + style="font-size:72.26315308px;line-height:1.25"> +4 Pour la civilisation +4 + y="5357.8613" + style="font-size:72.26315308px;line-height:1.25"> +4 Biologiste + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Biologiste Pour la civilisation +2 + y="5323.8633" + style="font-size:72.26315308px;line-height:1.25"> +2 Géologue + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géologue +1 + y="5330.3047" + style="font-size:72.26315308px;line-height:1.25"> +1 Un deuxième exemplaire par tour d'unminerai déjà possédé. Opportuniste + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Opportuniste +1 + y="5263.2676" + style="font-size:43.87766266px;line-height:1.25"> +1 +1 + y="5264.6211" + style="font-size:43.87766266px;line-height:1.25"> +1 1 + y="5332.4824" + style="font-size:72.26315308px;line-height:1.25"> 1 ou + y="5263.3384" + style="font-size:18.45546341px;line-height:1.25"> ou 3 bonus au choix du dirigeant. Bonus modifiable moyennant unmécontentement globa de 1 tour. +1 + y="5265.7417" + style="font-size:43.87766266px;line-height:1.25"> +1 ou + y="5264.459" + style="font-size:18.45546341px;line-height:1.25"> ou Gardien + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Gardien +2 + y="5330.3047" + style="font-size:72.26315308px;line-height:1.25"> +2 Pour toutes les planètes de la civilisation Grande découverte + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande découverte +1 + y="2999.8486" + style="font-size:67.48363495px;line-height:1.25"> +1 Les scientifiques sont unanimes, votre civilisation vient de faire une découverte exceptionnelle. +15 + y="3299.3325" + style="font-size:70.07226562px;line-height:1.25"> +15 Loterie galactique + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Loterie galactique La laterie galactique vient de rapporter de grosbénéfice au trésor de votre civilisation ! Coupe galactique + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Coupe galactique -1 + y="3303.4338" + style="font-size:72.26315308px;line-height:1.25"> -1 C'est la coupe de monde galactique defootball...les esprits se détendant et la colèretombe ! Aide inattendue + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Aide inattendue +1 + y="3299.5757" + style="font-size:70.07226562px;line-height:1.25"> +1 Une milice envoyé par le gouverneur du systèmeindépendant de Naguar vient à votre secours. Vie symbiotique + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Vie symbiotique +1 + y="3293.9036" + style="font-size:70.07226562px;line-height:1.25"> +1 En vous installant sur cette planète, vous découvrer une forme de vie symbiotique avec votre race. Supernova + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Supernova Révèle total. un + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Révèle total. un Un supernova vient d'allumer le ciel de son éclat...A la lueur de ce nouvel éclairage, un systèmeplanétaire est découvert. Vaisseau retrouvé + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Vaisseau retrouvé +1 + y="3952.3604" + style="font-size:40px;line-height:1.25"> +1 Un vaisseau éclaireur ayant tenter un voyagesubluminique avait disparu de la galaxie...Nous venons de le retrouver, flottant dans l'espace. + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.06944466px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'" + id="tspan15387">  ? + y="4355.9653" + style="font-size:148.61160278px;line-height:1.25">? Etoile à neutrons + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Etoile à neutrons +5 + y="3961.9036" + style="font-size:70.07226562px;line-height:1.25"> +5 Vous croisez l'orbite d'une étoile à neutrons quisurcharge la pile nucléaire de votre vaisseau. Spacioport offert + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Spacioport offert Un spacioport flambant neut vous est offert sur uneplanète de votre choix...en effet, on vous proposede tester ce prototype de spacioport gonflable. Trou noir disparu + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.70072174px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Trou noir disparu Dieu existe peut-être, ou alors est-ce une civilisationextrêmement développée qui a fait subitement disparaître ce trou noir stellaire de notre galaxie ? + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:22.06944466px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'" + id="tspan15387-3">    + y="450.36221" + style="font-size:40px;line-height:1.25">  + y="1858.3622" + style="font-size:40px;line-height:1.25">  @@ -8556,99 +8414,92 @@ y="2071.9111" /> Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -8680,76 +8531,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -8875,73 +8713,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -9071,76 +8896,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -9265,76 +9077,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -9459,76 +9258,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -9653,76 +9439,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -9847,76 +9620,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Niv 1 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'"> Niv 1 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -12676,76 +12388,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -12871,73 +12570,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -13067,76 +12753,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -13261,76 +12934,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -13455,76 +13115,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -13649,76 +13296,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -13843,76 +13477,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -14054,76 +13675,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -14249,73 +13857,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -14445,76 +14040,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -14639,76 +14221,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -14833,76 +14402,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -15027,76 +14583,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -15221,76 +14764,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -15432,76 +14962,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -15627,73 +15144,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -15823,76 +15327,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -16017,76 +15508,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -16211,76 +15689,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -16405,76 +15870,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -16599,76 +16051,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -16810,76 +16249,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -17005,73 +16431,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -17201,76 +16614,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -17395,76 +16795,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -17589,76 +16976,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -17783,76 +17157,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -17977,76 +17338,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -18188,76 +17536,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -18383,73 +17718,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -18579,76 +17901,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -18773,76 +18082,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -18967,76 +18263,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -19161,76 +18444,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -19355,76 +18625,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -19566,76 +18823,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -19761,73 +19005,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -19957,76 +19188,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -20151,76 +19369,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -20345,76 +19550,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -20539,76 +19731,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -20733,76 +19912,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Tellurique + y="2104.1414" + style="font-size:37.9333992px;line-height:1.25">Tellurique @@ -20944,76 +20110,70 @@ 12 + style="font-size:25px;line-height:1.25">12 11 + style="font-size:25px;line-height:1.25">11 8-9 + style="font-size:25px;line-height:1.25">8-9 6-7 + style="font-size:25px;line-height:1.25">6-7 2-5 + style="font-size:25px;line-height:1.25">2-5 10 + style="font-size:25px;line-height:1.25">10 Type : Grande Naine Petite Moyenne Géante Astéroïdes Gazeuse + sodipodi:role="line" + style="font-size:37.9333992px;line-height:1.25">Gazeuse @@ -21139,73 +20292,67 @@ inkscape:connector-curvature="0" /> 12 - 11 9-10 2-5 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Lave + y="2552.3042" + style="font-size:37.9333992px;line-height:1.25">Lave @@ -21335,76 +20475,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-4 + style="font-size:25px;line-height:1.25">2-4 5-7 + style="font-size:25px;line-height:1.25">5-7 8-9 + style="font-size:25px;line-height:1.25">8-9 10 + style="font-size:25px;line-height:1.25">10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines';fill:#cccccc">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Océanique + y="2589.2085" + style="font-size:37.9333992px;line-height:1.25">Océanique @@ -21529,76 +20656,70 @@ 12 + style="font-size:25px;line-height:1.25">12 - + style="font-size:25px;line-height:1.25;fill:#000000">- - + style="font-size:25px;line-height:1.25;fill:#000000">- 2-3 4-8 + style="font-size:25px;line-height:1.25">4-8 9-11 + style="font-size:25px;line-height:1.25">9-11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Gelée + y="1758.7139" + style="font-size:37.9333992px;line-height:1.25">Gelée @@ -21723,76 +20837,70 @@ 2-3 6 + style="font-size:25px;line-height:1.25">6 7 + style="font-size:25px;line-height:1.25">7 4-5 + style="font-size:25px;line-height:1.25">4-5 8-9 + style="font-size:25px;line-height:1.25">8-9 10-12 + style="font-size:25px;line-height:1.25">10-12 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Vivante + y="2046.5573" + style="font-size:37.9333992px;line-height:1.25">Vivante @@ -21917,76 +21018,70 @@ 12 + style="font-size:25px;line-height:1.25">12 2-3 4-6 + style="font-size:25px;line-height:1.25">4-6 7-8 + style="font-size:25px;line-height:1.25">7-8 9-10 + style="font-size:25px;line-height:1.25">9-10 11 + style="font-size:25px;line-height:1.25">11 Type : + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Type : Grande + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:38.5683403px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Grande Naine + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:20.54809952px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Naine Petite + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:28.57693291px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Petite Moyenne + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:35px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Moyenne Géante + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:46.87816238px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Géante Astéroïdes + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:15.73079967px;line-height:1.25;font-family:'Champagne & Limousines';-inkscape-font-specification:'Champagne & Limousines'">Astéroïdes Stérile + y="1807.8608" + style="font-size:37.9333992px;line-height:1.25">Stérile @@ -22111,4175 +21199,550 @@ 12 + style="font-size:25px;line-height:1.25">12 2-6 7 + style="font-size:25px;line-height:1.25">7 11 + style="font-size:25px;line-height:1.25">11 8 + style="font-size:25px;line-height:1.25">8 9-10 + style="font-size:25px;line-height:1.25">9-10 - - - - - - - Victoire - V1 - - - - - Victoire - V2 - - Victoire - V3 - - Victoire - V4 - - Victoire - V5 - - Victoire - V6 - - Victoire - V7 - - Victoire - V8 - - Victoire - V9 - + id="g46019"> + Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="118.61649" + x="99.928535" + id="tspan4305-1-0-1-0-5-9-7-6-7-8-8" + sodipodi:role="line">miniaire + + id="path24676" + d="m 59.251579,123.02075 c -0.582778,-0.2067 -1.158084,-0.74498 -1.445489,-1.35252 l -0.251271,-0.53114 0.02631,-8.83782 0.02637,-8.83784 0.210156,-0.38946 c 0.261184,-0.48403 0.633969,-0.83563 1.201658,-1.13335 l 0.438152,-0.2298 8.519471,-0.0264 8.519471,-0.0265 -0.243297,0.2308 c -0.133812,0.12693 -0.559225,0.5222 -0.945351,0.87839 l -0.702058,0.64761 h -7.300928 -7.300928 l -0.273193,0.23496 -0.273187,0.23497 -0.0249,8.35766 c -0.02429,8.16376 -0.02042,8.3649 0.166683,8.67034 0.117655,0.19204 0.31511,0.34789 0.511724,0.40389 0.458596,0.13065 16.08736,0.13998 16.553187,0.01 0.698335,-0.19501 0.660092,0.22548 0.660092,-7.25854 v -6.73215 l 0.949331,-1.10855 0.949325,-1.10855 0.02558,7.78934 c 0.01717,5.24217 -0.0084,7.95418 -0.07845,8.2934 -0.125409,0.60781 -0.534137,1.19969 -1.076206,1.55841 -0.377502,0.24983 -0.487318,0.26894 -1.923742,0.33505 -0.837862,0.0386 -4.897141,0.0701 -9.020627,0.0701 -6.323144,-6e-5 -7.559977,-0.0224 -7.897868,-0.14216 z m 7.51379,-5.37452 c -1.42597,-2.16838 -2.549129,-3.78081 -4.353135,-6.2494 l -1.245193,-1.70393 0.700647,-0.70591 c 0.385359,-0.38824 0.751508,-0.7059 0.813666,-0.7059 0.06216,0 1.287816,0.85585 2.723687,1.9019 l 2.610669,1.90192 0.248382,-0.3197 c 0.615352,-0.79204 1.989427,-2.3977 3.314898,-3.87359 2.608031,-2.904 4.937514,-5.06088 7.736497,-7.16325 l 1.092809,-0.820824 h 1.104163 1.104169 l -1.359287,1.387474 c -1.827669,1.86558 -3.259197,3.53602 -5.069056,5.91503 -2.568573,3.37632 -5.725983,8.09112 -7.352935,10.97977 -0.384047,0.68187 -0.723312,1.26973 -0.753931,1.30638 -0.0306,0.0366 -0.622842,-0.79585 -1.31605,-1.84997 z" + style="fill:#000000;stroke-width:0.09736674" /> + 1 - - - - - 1-10 - 11-20 - 21-x - - - 2 - 1 - 3 - 5 - 4 - 6 - 7 - 3 - 4 - 1 - 2 - 9 - 1 - 5 - 1 - 2 - 9 - 7 - 3 - 1 - 4 - - Accumuler200 - - - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 1 - 2 - 5 - 3 - 6 - 4 - 7 - 8 - 3 - 2 - 9 - 1 - 8 - 7 - 5 - 3 - 3 - 2 - 7 - 6 - 9 + id="path25374" + d="m 138.60739,361.575 c -0.25277,-0.25277 -0.26127,-0.43544 -0.26127,-5.61723 0,-4.54821 -0.0281,-5.35596 -0.18613,-5.35596 -0.10237,0 -0.48818,-0.52781 -0.85734,-1.17291 -0.66317,-1.15887 -0.68599,-1.18162 -1.904,-1.89846 l -1.23279,-0.72554 v -1.39325 -1.39326 l -0.67381,-1.18248 c -0.3706,-0.65035 -0.67261,-1.24125 -0.67114,-1.3131 0.002,-0.0718 0.30468,-0.64964 0.67381,-1.28398 l 0.67114,-1.15334 v -1.41339 -1.41339 l 1.21941,-0.69475 c 1.21681,-0.69327 1.22092,-0.69735 1.91837,-1.90746 l 0.69896,-1.2127 h 1.40542 1.40541 l 1.24116,-0.72665 1.24116,-0.72665 1.25857,0.72665 1.25858,0.72665 h 1.40104 1.40103 l 0.68903,1.21404 0.68904,1.21405 1.23073,0.69248 1.23074,0.69248 v 1.42565 1.42565 l 0.65317,1.14879 c 0.35924,0.63183 0.65316,1.22307 0.65316,1.31386 0,0.0908 -0.29392,0.6627 -0.65316,1.2709 l -0.65317,1.10584 v 1.42188 1.42188 l -1.26357,0.76221 c -1.24405,0.75045 -1.27354,0.77988 -1.90894,1.90526 -0.35495,0.62868 -0.72691,1.14304 -0.82656,1.14304 -0.15156,0 -0.18119,0.87611 -0.18119,5.35596 0,5.18179 -0.008,5.36446 -0.26127,5.61723 -0.49687,0.49688 -0.73767,0.35237 -2.76615,-1.65992 l -1.93664,-1.92119 -1.93665,1.92119 c -2.02848,2.01229 -2.26928,2.1568 -2.76615,1.65992 z m 4.7028,-5.48659 c 0.21066,0 0.77157,0.46343 1.84941,1.52799 l 1.54705,1.52799 v -4.27129 -4.27129 l -0.42456,0.002 c -0.27707,10e-4 -0.84944,0.25051 -1.64763,0.71848 -0.67268,0.39439 -1.27058,0.71707 -1.32865,0.71707 -0.0581,0 -0.66557,-0.32332 -1.35001,-0.71848 -0.766,-0.44226 -1.39776,-0.71848 -1.64326,-0.71848 h -0.39882 v 4.27129 4.27129 l 1.54705,-1.528 c 1.07784,-1.06456 1.63875,-1.52799 1.84942,-1.52799 z" + style="fill:#000000;stroke-width:0.13063321" /> + id="g45999"> + Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="412.60275" + x="317.1362" + id="tspan4305-1-0-1-0-5-9-7-6-7-8-6" + sodipodi:role="line">ECONOMIQUE + id="path61944-12-4-34-2-5" + d="m 300.32069,582.35663 c -0.89282,-1.44453 7.48782,-25.81392 10.41257,-30.27755 l 2.25507,-3.44165 18.98554,0.3705 18.98586,0.37051 2.52871,5.34693 c 3.46777,7.3319 8.85072,23.32733 8.85072,26.30117 0,2.29012 -1.87215,2.43909 -30.66658,2.43909 -16.86665,0 -30.97495,-0.49851 -31.35189,-1.10906 z m 70.39942,-3.26754 c 1.00892,-6.21774 8.81059,-25.9915 11.19579,-28.3767 1.5857,-1.58546 5.85103,-2.00222 20.49696,-2.00222 h 18.49449 l 4.00795,9.69125 c 4.93842,11.94026 8.32166,23.23233 7.27415,24.27953 -0.43162,0.43161 -14.59839,0.78475 -31.48196,0.78475 H 370.00966 Z M 334.62755,540.3231 c 1.00924,-6.21749 8.81085,-25.99125 11.19604,-28.37645 2.65561,-2.65594 36.79479,-2.94642 38.96025,-0.33191 2.28949,2.76561 9.54202,21.99224 10.4594,27.7298 l 0.85654,5.35517 H 365.00847 333.9171 l 0.71045,-4.37686 z m 79.53331,-15.09779 c -0.43033,-0.6958 -1.20087,-3.49621 -1.7123,-6.22258 -0.54547,-2.90751 -1.83897,-5.20084 -3.12886,-5.54685 -1.2098,-0.32484 -3.92408,-0.97573 -6.03313,-1.44735 -4.55961,-1.02012 -3.70404,-2.24265 2.861,-4.08991 3.95342,-1.11222 5.03792,-2.19801 6.01076,-6.01526 1.6674,-6.54399 3.3431,-7.76428 4.3699,-3.18082 0.47664,2.12823 1.13648,4.87338 1.46653,6.10074 0.37114,1.38361 2.60743,2.57046 5.88384,3.1237 6.56213,1.10876 7.94704,2.9876 3.01402,4.08735 -7.65905,1.7076 -8.42116,2.17986 -9.17053,5.68526 -1.22512,5.73082 -2.71621,8.87337 -3.56123,7.50572 z m -76.90767,-19.80825 c -0.87564,-1.92123 -2.50734,-3.4933 -3.62594,-3.4933 -1.11827,0 -2.03347,-0.60143 -2.03347,-1.33672 0,-0.73536 1.13299,-1.33704 2.51751,-1.33704 1.45379,0 2.89702,-1.27071 3.41547,-3.00766 l 0.89829,-3.00791 1.41519,2.89187 c 0.77903,1.59022 2.70058,3.32105 4.27066,3.84593 l 2.85553,0.95412 -2.92339,0.58085 c -1.64573,0.32804 -3.42094,2.07206 -4.06123,3.99201 l -1.13679,3.4116 -1.59183,-3.49355 z m 59.22508,-14.02385 c -0.44449,-1.40149 -2.14251,-2.94481 -3.77229,-3.42917 l -2.96334,-0.88137 3.03924,-1.23727 c 1.67153,-0.68017 3.54143,-2.5947 4.15527,-4.25413 1.10618,-2.9901 1.124,-2.99197 2.00286,-0.2232 0.48821,1.53702 2.22766,3.44898 3.86541,4.2484 l 2.97827,1.45469 -3.00728,0.89764 c -1.65467,0.494 -3.00829,1.69513 -3.00829,2.66867 0,2.93208 -2.42219,3.48817 -3.28985,0.7551 z" + style="fill:#b3b3b3;stroke-width:6.43239594" /> + id="path24676-31" + d="m 279.51925,421.79115 c -0.58278,-0.2067 -1.15809,-0.74498 -1.44549,-1.35252 l -0.25127,-0.53114 0.0263,-8.83782 0.0264,-8.83784 0.21015,-0.38946 c 0.26119,-0.48403 0.63397,-0.83563 1.20166,-1.13335 l 0.43815,-0.2298 8.51947,-0.0264 8.51947,-0.0265 -0.24329,0.2308 c -0.13381,0.12693 -0.55923,0.5222 -0.94535,0.87839 l -0.70206,0.64761 h -7.30093 -7.30093 l -0.27319,0.23496 -0.27319,0.23497 -0.0249,8.35766 c -0.0243,8.16376 -0.0204,8.3649 0.16668,8.67034 0.11766,0.19204 0.31511,0.34789 0.51173,0.40389 0.45859,0.13065 16.08736,0.13998 16.55319,0.01 0.69833,-0.19501 0.66009,0.22548 0.66009,-7.25854 v -6.73215 l 0.94933,-1.10855 0.94932,-1.10855 0.0256,7.78934 c 0.0172,5.24217 -0.008,7.95418 -0.0784,8.2934 -0.1254,0.60781 -0.53413,1.19969 -1.0762,1.55841 -0.3775,0.24983 -0.48732,0.26894 -1.92374,0.33505 -0.83787,0.0386 -4.89715,0.0701 -9.02063,0.0701 -6.32314,-6e-5 -7.55998,-0.0224 -7.89787,-0.14216 z m 7.51379,-5.37452 c -1.42597,-2.16838 -2.54913,-3.78081 -4.35314,-6.2494 l -1.24519,-1.70393 0.70064,-0.70591 c 0.38536,-0.38824 0.75151,-0.7059 0.81367,-0.7059 0.0622,0 1.28782,0.85585 2.72369,1.9019 l 2.61067,1.90192 0.24838,-0.3197 c 0.61535,-0.79204 1.98943,-2.3977 3.3149,-3.87359 2.60803,-2.904 4.93751,-5.06088 7.73649,-7.16325 l 1.09281,-0.82082 h 1.10417 1.10417 l -1.35929,1.38747 c -1.82767,1.86558 -3.2592,3.53602 -5.06906,5.91503 -2.56857,3.37632 -5.72598,8.09112 -7.35293,10.97977 -0.38405,0.68187 -0.72332,1.26973 -0.75393,1.30638 -0.0306,0.0366 -0.62285,-0.79585 -1.31605,-1.84997 z" + style="fill:#000000;stroke-width:0.09736674" /> + 1 - - - - 1-10 - 11-20 - 21-x - - - 3 - 5 - 4 - 2 - 1 - 7 - 6 - 2 - 9 - 2 - 1 - 6 - 6 - 5 - 3 - 2 - 1 - 1 - 8 - 7 - 6 + id="path25374-4" + d="m 355.59407,647.93695 c -0.25277,-0.25277 -0.26127,-0.43544 -0.26127,-5.61723 0,-4.54821 -0.0281,-5.35596 -0.18613,-5.35596 -0.10237,0 -0.48818,-0.52781 -0.85734,-1.17291 -0.66317,-1.15887 -0.68599,-1.18162 -1.904,-1.89846 l -1.23279,-0.72554 v -1.39325 -1.39326 l -0.67381,-1.18248 c -0.3706,-0.65035 -0.67261,-1.24125 -0.67114,-1.3131 0.002,-0.0718 0.30468,-0.64964 0.67381,-1.28398 l 0.67114,-1.15334 v -1.41339 -1.41339 l 1.21941,-0.69475 c 1.21681,-0.69327 1.22092,-0.69735 1.91837,-1.90746 l 0.69896,-1.2127 h 1.40542 1.40541 l 1.24117,-0.72665 1.24116,-0.72665 1.25856,0.72665 1.25859,0.72665 h 1.40104 1.40103 l 0.68903,1.21404 0.68904,1.21405 1.23073,0.69248 1.23074,0.69248 v 1.42565 1.42565 l 0.65317,1.14879 c 0.35924,0.63183 0.65316,1.22307 0.65316,1.31386 0,0.0908 -0.29392,0.6627 -0.65316,1.2709 l -0.65317,1.10584 v 1.42188 1.42188 l -1.26357,0.76221 c -1.24405,0.75045 -1.27354,0.77988 -1.90894,1.90526 -0.35495,0.62868 -0.72691,1.14304 -0.82656,1.14304 -0.15156,0 -0.18119,0.87611 -0.18119,5.35596 0,5.18179 -0.008,5.36446 -0.26127,5.61723 -0.49687,0.49688 -0.73767,0.35237 -2.76615,-1.65992 l -1.93665,-1.92119 -1.93665,1.92119 c -2.02848,2.01229 -2.26928,2.1568 -2.76615,1.65992 z m 4.7028,-5.48659 c 0.21066,0 0.77157,0.46343 1.84941,1.52799 l 1.54706,1.52799 v -4.27129 -4.27129 l -0.42456,0.002 c -0.27707,10e-4 -0.84944,0.25051 -1.64763,0.71848 -0.67268,0.39439 -1.27058,0.71707 -1.32866,0.71707 -0.0581,0 -0.66556,-0.32332 -1.35,-0.71848 -0.76601,-0.44226 -1.39777,-0.71848 -1.64327,-0.71848 h -0.39882 v 4.27129 4.27129 l 1.54706,-1.528 c 1.07784,-1.06456 1.63875,-1.52799 1.84941,-1.52799 z" + style="fill:#000000;stroke-width:0.13063321" /> + id="g45975"> + Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:17.5px;line-height:1.25;font-family:Megatron;-inkscape-font-specification:'Megatron, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" + y="706.58899" + x="95.618782" + id="tspan4305-1-0-1-0-5-9-7-6-7-8-6-0-8" + sodipodi:role="line">NUCLEAIRE + id="path835-2-8-0-43-9-4-2" + d="m 140.34548,894.41452 c -7.07492,-0.89045 -13.40812,-2.64147 -19.8105,-5.47773 -2.50589,-1.11023 -6.05252,-2.91474 -6.50133,-3.30902 -0.0751,-0.0623 23.6659,-41.44295 24.03246,-41.89082 0.05,-0.0478 0.8023,0.25818 1.703,0.66757 6.01471,2.74723 11.72735,2.56489 18.91067,-0.60342 0.16952,-0.072 2.16488,3.10472 4.44092,7.06266 2.27634,3.9584 7.70661,13.38023 12.06862,20.93722 4.36201,7.5575 7.88696,13.77653 7.83249,13.82012 -0.52495,0.42106 -4.61157,2.49648 -6.84619,3.47555 -11.12818,4.87621 -24.07137,6.79704 -35.83014,5.31787 z m 4.71246,-55.47823 c -6.70782,-1.62218 -11.37246,-8.75717 -10.18247,-15.57481 0.42631,-2.44573 1.74886,-5.23179 3.33959,-7.03877 5.27715,-5.99554 15.34847,-5.99554 20.62562,0 2.66123,3.02292 4.02269,7.58574 3.36988,11.29243 -1.43983,8.17339 -9.14392,13.25829 -17.15262,11.32115 z M 79.133677,824.04338 c 0,-2.74057 0.890962,-9.7836 1.674104,-13.33147 3.289858,-14.89717 11.630356,-28.54924 23.492209,-38.45293 3.82509,-3.19421 9.05779,-6.63824 9.56774,-6.29797 0.23066,0.15316 3.56109,5.73134 7.40564,12.39827 3.84594,6.66738 9.16394,15.88157 11.81961,20.47691 2.65566,4.59539 4.82833,8.48201 4.82777,8.63703 -8.2e-4,0.15316 -0.61083,0.66759 -1.35756,1.13891 -0.74618,0.47372 -2.24965,1.82128 -3.34071,2.99992 -3.03557,3.27848 -4.81972,7.34121 -5.46057,12.43133 l -0.18342,1.43941 H 103.35317 79.12785 Z m 90.160163,0 c -0.68561,-5.44664 -2.49421,-9.37734 -5.86883,-12.75384 -1.27641,-1.2777 -2.786,-2.66879 -3.35598,-3.09233 l -1.03493,-0.76946 5.40666,-9.38254 c 12.71641,-22.06757 18.38458,-31.82436 18.63247,-32.07516 0.71423,-0.72356 9.37265,5.57874 14.1065,10.2679 9.48493,9.39454 16.19496,21.52822 19.06544,34.47396 0.78509,3.54307 1.67023,10.58182 1.67689,13.33147 v 1.43941 h -24.22533 -24.22504 z" + style="fill:#b3b3b3;stroke-width:0.30304566" /> + id="path24676-7" + d="m 59.472669,713.80948 c -0.582778,-0.2067 -1.158084,-0.74498 -1.445489,-1.35252 l -0.251271,-0.53114 0.02631,-8.83782 0.02637,-8.83784 0.210156,-0.38946 c 0.261184,-0.48403 0.633969,-0.83563 1.201658,-1.13335 l 0.438152,-0.2298 8.519471,-0.0264 8.519471,-0.0265 -0.243297,0.2308 c -0.133811,0.12693 -0.559224,0.5222 -0.94535,0.87839 l -0.702058,0.64761 h -7.300929 -7.300928 l -0.273193,0.23496 -0.273187,0.23497 -0.0249,8.35766 c -0.02429,8.16376 -0.02042,8.3649 0.166683,8.67034 0.117655,0.19204 0.31511,0.34789 0.511724,0.40389 0.458596,0.13065 16.08736,0.13998 16.553188,0.01 0.698334,-0.19501 0.660092,0.22548 0.660092,-7.25854 v -6.73215 l 0.949331,-1.10855 0.949325,-1.10855 0.02557,7.78934 c 0.01718,5.24217 -0.0084,7.95418 -0.07845,8.2934 -0.125409,0.60781 -0.534137,1.19969 -1.076206,1.55841 -0.377502,0.24983 -0.487318,0.26894 -1.923742,0.33505 -0.837862,0.0386 -4.897142,0.0701 -9.020628,0.0701 -6.323144,-6e-5 -7.559977,-0.0224 -7.897868,-0.14216 z m 7.51379,-5.37452 c -1.42597,-2.16838 -2.549129,-3.78081 -4.353135,-6.2494 l -1.245193,-1.70393 0.700647,-0.70591 c 0.385359,-0.38824 0.751508,-0.7059 0.813666,-0.7059 0.06216,0 1.287816,0.85585 2.723687,1.9019 l 2.610669,1.90192 0.248382,-0.3197 c 0.615352,-0.79204 1.989427,-2.3977 3.314898,-3.87359 2.608032,-2.904 4.937515,-5.06088 7.736498,-7.16325 l 1.092809,-0.82082 h 1.104163 1.104169 l -1.359287,1.38747 c -1.82767,1.86558 -3.259197,3.53602 -5.069056,5.91503 -2.568574,3.37632 -5.725984,8.09112 -7.352935,10.97977 -0.384047,0.68187 -0.723313,1.26973 -0.753931,1.30638 -0.0306,0.0366 -0.622843,-0.79585 -1.316051,-1.84997 z" + style="fill:#000000;stroke-width:0.09736674" /> + 1 - - - - 1-10 - 11-20 - 21-x - - - 7 - 6 - 5 - 2 - 1 - 3 - 4 - 6 - 6 - 4 - 4 - 2 - 1 - 1 - 3 - 2 - 9 - 9 - 2 - 1 - 2 + id="path25374-9" + d="m 133.45446,955.34228 c -0.25277,-0.25277 -0.26127,-0.43544 -0.26127,-5.61723 0,-4.54821 -0.0281,-5.35596 -0.18613,-5.35596 -0.10237,0 -0.48818,-0.52781 -0.85734,-1.17291 -0.66317,-1.15887 -0.68599,-1.18162 -1.904,-1.89846 l -1.23279,-0.72554 v -1.39325 -1.39326 l -0.67381,-1.18248 c -0.3706,-0.65035 -0.67261,-1.24125 -0.67114,-1.3131 0.002,-0.0718 0.30468,-0.64964 0.67381,-1.28398 l 0.67114,-1.15334 v -1.41339 -1.41339 l 1.21941,-0.69475 c 1.21681,-0.69327 1.22092,-0.69735 1.91837,-1.90746 l 0.69896,-1.2127 h 1.40542 1.40541 l 1.24116,-0.72665 1.24116,-0.72665 1.25857,0.72665 1.25858,0.72665 h 1.40104 1.40103 l 0.68903,1.21404 0.68904,1.21405 1.23073,0.69248 1.23074,0.69248 v 1.42565 1.42565 l 0.65317,1.14879 c 0.35924,0.63183 0.65316,1.22307 0.65316,1.31386 0,0.0908 -0.29392,0.6627 -0.65316,1.2709 l -0.65317,1.10584 v 1.42188 1.42188 l -1.26357,0.76221 c -1.24405,0.75045 -1.27354,0.77988 -1.90894,1.90526 -0.35495,0.62868 -0.72691,1.14304 -0.82656,1.14304 -0.15156,0 -0.18119,0.87611 -0.18119,5.35596 0,5.18179 -0.008,5.36446 -0.26127,5.61723 -0.49687,0.49688 -0.73767,0.35237 -2.76615,-1.65992 l -1.93664,-1.92119 -1.93665,1.92119 c -2.02848,2.01229 -2.26928,2.1568 -2.76615,1.65992 z m 4.7028,-5.48659 c 0.21066,0 0.77157,0.46343 1.84941,1.52799 l 1.54705,1.52799 v -4.27129 -4.27129 l -0.42456,0.002 c -0.27707,10e-4 -0.84944,0.25051 -1.64763,0.71848 -0.67268,0.39439 -1.27058,0.71707 -1.32865,0.71707 -0.0581,0 -0.66557,-0.32332 -1.35001,-0.71848 -0.766,-0.44226 -1.39776,-0.71848 -1.64326,-0.71848 h -0.39882 v 4.27129 4.27129 l 1.54705,-1.528 c 1.07784,-1.06456 1.63875,-1.52799 1.84942,-1.52799 z" + style="fill:#000000;stroke-width:0.13063321" /> - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 6 - 4 - 3 - 4 - 5 - 1 - 7 - 4 - 4 - 6 - 2 - 3 - 9 - 7 - 3 - 2 - 1 - 5 - 7 - 8 - 5 - - - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 5 - 4 - 2 - 5 - 1 - 5 - 6 - 4 - 2 - 7 - 5 - 9 - 3 - 5 - 4 - 5 - 6 - 9 - 9 - 1 - 2 - - - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 5 - 6 - 7 - 5 - 2 - 1 - 51 - 9 - 8 - 2 - 1 - 7 - 2 - 1 - 5 - 6 - 7 - 8 - 8 - 2 - 1 - - - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 1 - 2 - 7 - 3 - 2 - 1 - 6 - 8 - 9 - 1 - 2 - 3 - 2 - 5 - 5 - 4 - 7 - 7 - 3 - 4 - 9 - - - Lundi - Mardi - Mercredi - Jeudi - Vendredi - Samedi - Dimanche - - - - - - - 1-10 - 11-20 - 21-x - - - 9 - 2 - 4 - 8 - 7 - 3 - 2 - 6 - 6 - 2 - 3 - 4 - 8 - 1 - 5 - 6 - 7 - 7 - 9 - 2 - 1 - - Accumuler2 2 2 - - - - Coloniser lesplanètes FT22 - Coloniser 2planètes - - + id="g45989"> + + ColonialE + style="fill:#b3b3b3" + transform="matrix(3.616342,0,0,3.616342,-13986.418,-3439.669)" + id="g63434-4-7"> + + + + 20 + + + + + MILITAIRE + + + 10 + + + + + Technologique + + + 10 + + + + + CULTURELLE + + + 2 + + + +   + + DémoGRAPHIQUE + + + 10 + + + + + SCIENTiFIQUE + + + 1 + diff --git a/plateau/plateau.pdf b/plateau/plateau.pdf deleted file mode 100644 index b53cbd0..0000000 Binary files a/plateau/plateau.pdf and /dev/null differ diff --git a/plateau/plateau.png b/plateau/plateau.png deleted file mode 100644 index 62b9409..0000000 Binary files a/plateau/plateau.png and /dev/null differ diff --git a/plateau/plateau.svg b/plateau/plateau.svg old mode 100644 new mode 100755 index 482b651..dc69436 --- a/plateau/plateau.svg +++ b/plateau/plateau.svg @@ -16,10 +16,66 @@ viewBox="0 0 744.09448819 1052.3622047" id="svg2" version="1.1" - inkscape:version="0.91 r13725" + inkscape:version="0.92.3 (2405546, 2018-03-11)" sodipodi:docname="plateau.svg"> + + + + + + + + + + + + - - - - - - - - - - - - - - - @@ -229,20 +210,6 @@ style="fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round;stroke:#000000;stroke-opacity:1;fill:#000000;fill-opacity:1" id="path10102" /> - - - - @@ -7536,17 +7492,6 @@ offset="1" id="stop6652" /> - @@ -7601,28 +7546,6 @@ cy="922.08643" rx="25.916094" ry="26.337015" /> - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + showguides="false" + inkscape:snap-global="false" /> @@ -7950,6001 +10034,4487 @@ - - - + id="layer1" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - - - T-21m - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Vers Pino2 - vers DF-579 - vers Olho 2 - vers RM252 - Vers Béta3 - Vers Koi2 - - - - - Sp cePaper - - The free 4x paper game designed by Jne[CrAcK] - - - - - - - - - - - - 3% - 1.6% - Probabilités d'apparition - - - - - - 3% - - - - - - - - - - - - - - - - 30% - - 25% - - 14% - - 6% - - - 8% - - - - - 11% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Planète Race Minerais - - - - - - - - - - - - - - Type - Facilité adaptation - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ? - - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - - - ? - - - - - ? - - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - ? - - - - - - - - - - - - DF-579 - RM252 - RS22 - Béta3 - sN22 - RT-20 - FT22 - NE555 - Virgo 0 - iS-PI21 - 3Béta-3 - Véga-1 - ISA20 - VGH20 - Olho 2 - Véga 2 - Myst 2 - Isis 2 - Oméga - RallaG - Koi2 - Hoi2 - Pino2 - Mop2 - MP202 - - Gelée - - - - - - - - - - - - - - - - - Tellurique - - - - - - - - Lave - - - - - - - - - - - - - - Océanique - - - - - - - - Stérile - - - - - - - Gazeusee - - - - - - - - - - - - Vivante - - - - - - Lave - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - N° Planète Etoile - 123456 + style="display:none;opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:1.15618467;stroke-miterlimit:4;stroke-dasharray:none" + d="m 1777.5576,509.30503 a 71.957806,70.348993 89.968832 0 1 70.3099,-71.99608 71.957806,70.348993 89.968832 0 1 70.3881,71.91954 71.957806,70.348993 89.968832 0 1 -70.3098,71.99609 71.957806,70.348993 89.968832 0 1 -70.3882,-71.91955 z" + id="path30763" + inkscape:connector-curvature="0" /> + id="g34764"> - + inkscape:export-ydpi="499.99164" + inkscape:export-xdpi="499.99164" + inkscape:export-filename="/home/niko/Bureau/tst.png" + transform="matrix(0.80384912,0,0,0.95683813,377.27199,83.350768)" + id="g20953"> - 1 + id="g32996"> + + + + + + + - + transform="translate(7.9549115,-2.651653)" + id="g33208"> - - 2 - + style="opacity:0.81000001;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:5.22236156;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect32998" + width="393.18457" + height="246.91501" + x="3090.8481" + y="1193.5643" + rx="39.37944" + ry="49.369896" /> + + + CHASSEUR + Croiseur + Colon + x2 + + + x1 + + /2 + + 2 + 1 + + + 3 + 2 + + + 2 + 5 + + + + 2 + 10 + + 2 + /2 + 0 + x1 - + transform="matrix(0.88187456,0,0,0.88187456,864.86223,-281.33185)" + id="g30563"> + id="g25641" + style="filter:url(#filter25653)"> + 3 + style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:222.7124939px;line-height:1.25;font-family:'Megatron Hollow';-inkscape-font-specification:'Megatron Hollow, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start;stroke-width:18.55940819px" + y="191.47981" + x="1739.7321" + id="tspan21251" + sodipodi:role="line">cePaper + Sp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The stellar 2.5x game in space + - + transform="translate(7.9549534,-18.561552)" + id="g33326"> + style="opacity:0.81000001;fill:#f2f2f2;fill-opacity:1;stroke:none;stroke-width:8.98513603;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + id="rect32998-3" + width="466.30957" + height="616.28998" + x="1289.4026" + y="-258.57968" + rx="39.37944" + ry="49.3699" /> + + + + + + + 0 + + + + Technologie + SpéciAlité + 1 + + 2 + 3 + 4 + 5 + - 7 + id="g83091-3" + transform="matrix(0.35487652,0,0,0.35487652,1382.6576,-593.09264)"> + + + + + + + + + + + + + + + + + + + + + TRANSFORMEE + + + +1 + + + + + + + + 1 + + + + + 1 + + + + + + + 2 + + + + + + + n + + + + + + + n + 2 + 2 + + + + + + + 3 + + + + + + + + + + + + + + + + POLITIQUE - + transform="matrix(1.0904358,0,0,1.0904358,-286.32233,-109.99512)" + id="g33736"> + +   + + - 10 + transform="matrix(0.5282294,0,0,0.5282294,1955.1701,1071.9025)" + id="g6967-5"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ELYiON I + ELYION II + ELyion III + Terra1 + TERRE + SIGMA + + + + + + + + + + + + + + Elysium + + + + GAIA + + + + + MOlliS + IRIS + ELLYA + + + ERYTMA + LOWA-B + LOWA-A + + + STEROS + URANS + UZAÏ + + + AUTOSYX + EKA-A + EKA-B + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - 1 - + transform="matrix(0.43173119,0,0,0.43173119,3298.3751,1234.2121)" + id="g3304-3"> + id="path80998-11-1" + d="m 97.268133,150.59673 h 1.467294 l 0.448762,-2.41336 c 1.495481,-8.04221 8.120681,-14.90421 15.977971,-16.54963 2.14303,-0.44864 2.17836,-0.47756 2.17356,-1.77913 -0.003,-1.28641 0.0373,-1.32331 1.51166,-1.32897 1.46548,0 1.51673,0.0378 1.52128,1.27799 0.003,1.2807 0.0131,1.28491 2.56576,1.75031 8.0933,1.4744 14.89028,8.26993 16.47911,16.47559 0.46217,2.38722 0.47854,2.40991 1.74426,2.40493 1.23784,0 1.27785,0.0437 1.28337,1.53857 0.005,1.49542 -0.0342,1.54361 -1.27196,1.54838 -1.26572,0 -1.28189,0.0264 -1.72648,2.41819 -1.51172,8.12923 -8.19129,14.97837 -16.1674,16.57797 -2.34583,0.47036 -2.36793,0.48708 -2.36315,1.77518 0.003,1.25968 -0.0426,1.3005 -1.51182,1.30615 -1.46927,0 -1.51674,-0.0351 -1.52136,-1.29452 -0.003,-1.28815 -0.0259,-1.30467 -2.37615,-1.75716 -7.98779,-1.53836 -14.71773,-8.33627 -16.289452,-16.4538 l -0.466607,-2.40985 H 97.27951 c -1.458991,0 -1.4672,0 -1.472885,-1.53784 -0.0047,-1.53476 0.0031,-1.54348 1.461508,-1.549 z m 8.137657,0.27466 c 1.76843,0.0627 2.9078,-0.0504 2.90694,-0.28603 -7.6e-4,-0.21323 0.34779,-1.3485 0.7746,-2.52286 1.05426,-2.90083 3.48992,-5.35006 6.41115,-6.44677 l 2.2567,-0.84713 -0.008,-2.81951 c -0.005,-1.55075 -0.13847,-2.89549 -0.29539,-2.98839 -0.48544,-0.2878 -4.1517,0.84209 -6.21163,1.91437 -2.5096,1.30625 -5.6367,4.5128 -6.90138,7.0766 -1.0069,2.04121 -2.12059,5.73559 -1.93921,6.43263 0.0554,0.21203 1.4091,0.43125 3.00868,0.48717 z m -2.29114,6.26267 c 1.23664,4.15152 4.60101,8.30737 8.22353,10.15812 2.16087,1.10409 6.05614,2.23572 6.57103,1.90913 0.18109,-0.11463 0.32463,-1.47828 0.31893,-3.02985 l -0.008,-2.82099 -1.72419,-0.48412 c -3.73109,-1.04791 -6.72324,-4.07025 -7.78077,-7.8593 l -0.48873,-1.75101 -2.73111,0.015 c -1.50211,0 -2.84129,0.12345 -2.97603,0.26177 -0.25607,0.26264 -0.0782,1.33706 0.59777,3.60599 z m 11.27002,-5.04319 c 7.8e-4,0.55771 -0.41376,0.75464 -2.04409,0.96833 -2.01761,0.26438 -2.04237,0.2834 -1.74291,1.33105 0.93139,3.25885 3.2839,5.63125 6.50185,6.55726 1.00923,0.29012 1.02422,0.26673 1.26583,-1.98227 0.2032,-1.88897 0.36722,-2.27666 0.96521,-2.27898 0.598,0 0.76512,0.38423 0.98194,2.27142 0.25954,2.25879 0.26816,2.27217 1.30029,1.96672 3.1961,-0.94613 5.52824,-3.34265 6.43745,-6.61527 0.28506,-1.02711 0.2621,-1.04235 -1.94781,-1.28831 -1.85599,-0.20646 -2.23702,-0.37372 -2.23929,-0.98221 -0.003,-0.60866 0.37754,-0.77865 2.23199,-0.99944 2.20812,-0.2626 2.23117,-0.27843 1.93821,-1.30309 -0.96192,-3.36576 -3.5731,-5.8982 -6.90382,-6.69567 -0.97053,-0.23254 -1.00127,-0.18104 -1.24337,2.07281 -0.20549,1.91121 -0.37156,2.31166 -0.96048,2.31384 -0.57887,0 -0.76239,-0.39424 -0.98056,-2.11842 -0.29689,-2.34659 -0.58752,-2.51531 -2.56719,-1.48962 -2.34599,1.21539 -4.12191,3.42356 -4.78751,5.95263 -0.24199,0.91986 -0.15385,0.98432 1.76842,1.29348 1.58102,0.25447 2.02382,0.47862 2.02584,1.02574 z m 7.52297,-10.89152 c 3.84432,0.98709 6.92439,4.02827 8.00653,7.90561 l 0.48868,1.75104 2.77188,-0.015 c 1.52459,0 2.86323,-0.16223 2.97473,-0.34735 0.31702,-0.52653 -0.82426,-4.48207 -1.92528,-6.67293 -1.27814,-2.54331 -4.43244,-5.72662 -6.94766,-7.01172 -2.24106,-1.14503 -6.32495,-2.29031 -6.88957,-1.93216 -0.20777,0.1321 -0.37309,1.49891 -0.36742,3.03782 l 0.008,2.79824 1.8778,0.4821 z m -1.06342,27.9908 c 0.51734,0.32271 4.40414,-0.83884 6.55684,-1.95936 2.49466,-1.29857 5.62636,-4.50974 6.88352,-7.05829 1.08482,-2.19911 2.1968,-6.16342 1.87587,-6.68742 -0.11265,-0.18426 -1.45258,-0.33034 -2.97711,-0.32457 l -2.77194,0.015 -0.47576,1.75485 c -0.67045,2.47276 -2.39014,4.96641 -4.33762,6.2901 -0.91538,0.62198 -2.43852,1.35472 -3.38486,1.62837 l -1.7206,0.49729 0.008,2.82102 c 0.005,1.55159 0.15924,2.91389 0.34122,3.02741 z" + style="fill:#000000;stroke-width:2.8992281" /> + + + + - - - 2 - + transform="matrix(0.43173119,0,0,0.43173119,3298.3751,1307.5716)" + id="g3304-4"> + id="path80998-11-3" + d="m 97.268133,150.59673 h 1.467294 l 0.448762,-2.41336 c 1.495481,-8.04221 8.120681,-14.90421 15.977971,-16.54963 2.14303,-0.44864 2.17836,-0.47756 2.17356,-1.77913 -0.003,-1.28641 0.0373,-1.32331 1.51166,-1.32897 1.46548,0 1.51673,0.0378 1.52128,1.27799 0.003,1.2807 0.0131,1.28491 2.56576,1.75031 8.0933,1.4744 14.89028,8.26993 16.47911,16.47559 0.46217,2.38722 0.47854,2.40991 1.74426,2.40493 1.23784,0 1.27785,0.0437 1.28337,1.53857 0.005,1.49542 -0.0342,1.54361 -1.27196,1.54838 -1.26572,0 -1.28189,0.0264 -1.72648,2.41819 -1.51172,8.12923 -8.19129,14.97837 -16.1674,16.57797 -2.34583,0.47036 -2.36793,0.48708 -2.36315,1.77518 0.003,1.25968 -0.0426,1.3005 -1.51182,1.30615 -1.46927,0 -1.51674,-0.0351 -1.52136,-1.29452 -0.003,-1.28815 -0.0259,-1.30467 -2.37615,-1.75716 -7.98779,-1.53836 -14.71773,-8.33627 -16.289452,-16.4538 l -0.466607,-2.40985 H 97.27951 c -1.458991,0 -1.4672,0 -1.472885,-1.53784 -0.0047,-1.53476 0.0031,-1.54348 1.461508,-1.549 z m 8.137657,0.27466 c 1.76843,0.0627 2.9078,-0.0504 2.90694,-0.28603 -7.6e-4,-0.21323 0.34779,-1.3485 0.7746,-2.52286 1.05426,-2.90083 3.48992,-5.35006 6.41115,-6.44677 l 2.2567,-0.84713 -0.008,-2.81951 c -0.005,-1.55075 -0.13847,-2.89549 -0.29539,-2.98839 -0.48544,-0.2878 -4.1517,0.84209 -6.21163,1.91437 -2.5096,1.30625 -5.6367,4.5128 -6.90138,7.0766 -1.0069,2.04121 -2.12059,5.73559 -1.93921,6.43263 0.0554,0.21203 1.4091,0.43125 3.00868,0.48717 z m -2.29114,6.26267 c 1.23664,4.15152 4.60101,8.30737 8.22353,10.15812 2.16087,1.10409 6.05614,2.23572 6.57103,1.90913 0.18109,-0.11463 0.32463,-1.47828 0.31893,-3.02985 l -0.008,-2.82099 -1.72419,-0.48412 c -3.73109,-1.04791 -6.72324,-4.07025 -7.78077,-7.8593 l -0.48873,-1.75101 -2.73111,0.015 c -1.50211,0 -2.84129,0.12345 -2.97603,0.26177 -0.25607,0.26264 -0.0782,1.33706 0.59777,3.60599 z m 11.27002,-5.04319 c 7.8e-4,0.55771 -0.41376,0.75464 -2.04409,0.96833 -2.01761,0.26438 -2.04237,0.2834 -1.74291,1.33105 0.93139,3.25885 3.2839,5.63125 6.50185,6.55726 1.00923,0.29012 1.02422,0.26673 1.26583,-1.98227 0.2032,-1.88897 0.36722,-2.27666 0.96521,-2.27898 0.598,0 0.76512,0.38423 0.98194,2.27142 0.25954,2.25879 0.26816,2.27217 1.30029,1.96672 3.1961,-0.94613 5.52824,-3.34265 6.43745,-6.61527 0.28506,-1.02711 0.2621,-1.04235 -1.94781,-1.28831 -1.85599,-0.20646 -2.23702,-0.37372 -2.23929,-0.98221 -0.003,-0.60866 0.37754,-0.77865 2.23199,-0.99944 2.20812,-0.2626 2.23117,-0.27843 1.93821,-1.30309 -0.96192,-3.36576 -3.5731,-5.8982 -6.90382,-6.69567 -0.97053,-0.23254 -1.00127,-0.18104 -1.24337,2.07281 -0.20549,1.91121 -0.37156,2.31166 -0.96048,2.31384 -0.57887,0 -0.76239,-0.39424 -0.98056,-2.11842 -0.29689,-2.34659 -0.58752,-2.51531 -2.56719,-1.48962 -2.34599,1.21539 -4.12191,3.42356 -4.78751,5.95263 -0.24199,0.91986 -0.15385,0.98432 1.76842,1.29348 1.58102,0.25447 2.02382,0.47862 2.02584,1.02574 z m 7.52297,-10.89152 c 3.84432,0.98709 6.92439,4.02827 8.00653,7.90561 l 0.48868,1.75104 2.77188,-0.015 c 1.52459,0 2.86323,-0.16223 2.97473,-0.34735 0.31702,-0.52653 -0.82426,-4.48207 -1.92528,-6.67293 -1.27814,-2.54331 -4.43244,-5.72662 -6.94766,-7.01172 -2.24106,-1.14503 -6.32495,-2.29031 -6.88957,-1.93216 -0.20777,0.1321 -0.37309,1.49891 -0.36742,3.03782 l 0.008,2.79824 1.8778,0.4821 z m -1.06342,27.9908 c 0.51734,0.32271 4.40414,-0.83884 6.55684,-1.95936 2.49466,-1.29857 5.62636,-4.50974 6.88352,-7.05829 1.08482,-2.19911 2.1968,-6.16342 1.87587,-6.68742 -0.11265,-0.18426 -1.45258,-0.33034 -2.97711,-0.32457 l -2.77194,0.015 -0.47576,1.75485 c -0.67045,2.47276 -2.39014,4.96641 -4.33762,6.2901 -0.91538,0.62198 -2.43852,1.35472 -3.38486,1.62837 l -1.7206,0.49729 0.008,2.82102 c 0.005,1.55159 0.15924,2.91389 0.34122,3.02741 z" + style="fill:#000000;stroke-width:2.8992281" /> + + + + - - - 3 - + id="g1174" + transform="matrix(0,0.7161236,-0.7161236,0,1264.9994,-452.8703)"> - - - - - 7 - + id="path80998-5" + d="m 660.11201,-568.67713 v -1.65599 l -2.72374,-0.50647 c -9.07647,-1.68781 -16.82096,-9.16504 -18.67799,-18.03282 -0.50634,-2.41864 -0.53897,-2.45851 -2.00793,-2.45309 -1.45185,0.003 -1.4935,-0.0421 -1.49989,-1.70607 0,-1.65395 0.0426,-1.71179 1.44235,-1.71693 1.44541,-0.003 1.45016,-0.0147 1.97541,-2.89572 1.66402,-9.13415 9.33348,-16.80525 18.59444,-18.59841 2.69422,-0.52161 2.71983,-0.54008 2.71421,-1.96858 0,-1.39704 0.0494,-1.44219 1.73644,-1.44842 1.68774,-0.005 1.74212,0.0386 1.74751,1.43554 0,1.4285 0.0298,1.44675 2.72918,1.94852 9.17469,1.70613 16.90466,9.24472 18.70998,18.2466 0.53085,2.64752 0.54972,2.67246 2.00348,2.66707 1.42168,-0.003 1.46775,0.0481 1.47413,1.70624 0,1.65823 -0.0396,1.71181 -1.46101,1.71702 -1.45381,0.003 -1.47245,0.0292 -1.98313,2.68173 -1.7362,9.01507 -9.40836,16.61051 -18.56985,18.38436 l -2.71976,0.52662 v 1.65596 c 0,1.64663 0,1.6559 -1.73562,1.66231 -1.73214,0.005 -1.74198,-0.003 -1.74821,-1.64947 z m 0.30998,-9.18419 c 0.0708,-1.99587 -0.0568,-3.28177 -0.32281,-3.28079 -0.24065,8.5e-4 -1.52193,-0.39252 -2.84731,-0.87422 -3.27389,-1.18985 -6.03811,-3.93874 -7.27586,-7.23565 l -0.95608,-2.54693 -3.18211,0.009 c -1.75019,0.005 -3.26787,0.15628 -3.37271,0.33339 -0.32482,0.54786 0.95039,4.68562 2.16057,7.01047 1.47424,2.83235 5.09316,6.3616 7.98668,7.78894 2.30372,1.13639 6.47322,2.3933 7.2599,2.18859 0.2393,-0.0625 0.48672,-1.59031 0.54982,-3.39561 z m 7.06809,2.58579 c 4.68542,-1.39568 9.37573,-5.19273 11.4645,-9.28112 1.24608,-2.43877 2.52324,-6.83499 2.15465,-7.4161 -0.12937,-0.20437 -1.66839,-0.36637 -3.4195,-0.35994 l -3.18378,0.009 -0.54638,1.94593 c -1.18269,4.21093 -4.59371,7.58788 -8.87005,8.78141 l -1.9762,0.55159 0.0169,3.08234 c 0,1.69529 0.13933,3.20669 0.29543,3.35877 0.29642,0.28899 1.50902,0.0883 4.06975,-0.67465 z m -5.69177,-12.71941 c 0.62943,-8.7e-4 0.85168,0.46698 1.09285,2.30697 0.29838,2.27709 0.31985,2.30504 1.50223,1.96707 3.67796,-1.05117 6.35546,-3.70623 7.40056,-7.33803 0.32744,-1.13902 0.30103,-1.15594 -2.23719,-1.42862 -2.13191,-0.22934 -2.56945,-0.41444 -2.57207,-1.08934 0,-0.67491 0.43364,-0.86352 2.56353,-1.10823 2.54928,-0.29291 2.56438,-0.30264 2.21965,-1.46751 -1.06781,-3.60713 -3.77253,-6.23919 -7.46602,-7.26534 -1.15921,-0.32171 -1.1764,-0.29581 -1.454,2.19832 -0.23302,2.09467 -0.42179,2.5247 -1.10853,2.52727 -0.68693,0.003 -0.87878,-0.4261 -1.12797,-2.51903 -0.29637,-2.49211 -0.31424,-2.51812 -1.47067,-2.18748 -3.79862,1.08562 -6.65675,4.03261 -7.55677,7.79168 -0.26244,1.09535 -0.20432,1.13004 2.33939,1.40328 2.157,0.23192 2.60894,0.41934 2.6114,1.084 0,0.65331 -0.44494,0.86044 -2.39085,1.10667 -2.64838,0.33507 -2.8388,0.66307 -1.68119,2.89734 1.37169,2.6477 3.86384,4.65201 6.71816,5.4032 1.03816,0.27312 1.11091,0.17364 1.45983,-1.99584 0.28719,-1.78434 0.54017,-2.28409 1.15766,-2.28638 z m -12.29223,-8.49045 c 1.11404,-4.33873 4.54633,-7.81491 8.92231,-9.03622 l 1.97624,-0.55152 -0.0169,-3.12836 c 0,-1.72066 -0.1831,-3.23146 -0.39202,-3.3573 -0.59424,-0.35779 -5.05849,0.93027 -7.5311,2.17288 -2.87039,1.44252 -6.46309,5.00248 -7.91346,7.84117 -1.29229,2.52927 -2.58486,7.13837 -2.18065,7.7756 0.14909,0.23449 1.69168,0.42107 3.4285,0.41467 l 3.15811,-0.009 0.5441,-2.1193 z m 31.59056,1.20017 c 0.36421,-0.58386 -0.94672,-4.97053 -2.21135,-7.40007 -1.46557,-2.81549 -5.08971,-6.34995 -7.96601,-7.76879 -2.48194,-1.22432 -6.95608,-2.47931 -7.54747,-2.11711 -0.20795,0.12714 -0.37281,1.63939 -0.3663,3.35998 l 0.0169,3.12843 1.98054,0.53695 c 2.79076,0.75667 5.60512,2.69752 7.09903,4.89546 0.70197,1.0331 1.52895,2.75212 1.8378,3.82016 l 0.56124,1.94188 3.18382,-0.009 c 1.75113,-0.005 3.28862,-0.17972 3.41675,-0.3851 z" + style="fill:#666666;stroke-width:3.27208352" /> - - - - - 15 - + id="path3293-6" + d="m 665.19307,-598.02406 2.27117,-0.096 c 3.25936,-0.13775 5.72894,-0.38437 7.70071,-0.76787 5.87958,-1.14357 9.75574,-3.67343 11.34417,-7.40368 0.55447,-1.30239 0.5098,-1.67831 -0.44619,-3.70832 -2.14038,-4.54547 -7.52903,-6.82453 -17.09798,-7.22987 l -3.56564,-0.15045 -0.10247,9.67744 z" + style="fill:#ffffff;stroke-width:1.43874848" /> - - - - - 30 - - + id="path81000-8-0-0" + d="m 686.50885,-606.29085 c -1.58842,3.73024 -5.46458,6.25992 -11.34417,7.40348 -1.97178,0.38351 -4.44119,0.62956 -7.70055,0.76731 l -2.27077,0.0961 0.10301,-9.67822 0.10316,-9.6782 3.56513,0.15103 c 9.56895,0.40533 14.95719,2.68359 17.09757,7.22906 0.95598,2.03001 1.00131,2.40713 0.44685,3.70953 z m -1.19981,-3.3428 c -0.62132,-1.35516 -2.05277,-2.89106 -3.53822,-3.79639 -2.86364,-1.74537 -8.05702,-2.87923 -13.44991,-2.93662 l -2.00576,-0.0213 -0.0928,8.7075 -0.0928,8.70748 0.41693,0.002 c 1.51936,0.01 5.94055,-0.36713 7.65457,-0.65331 6.0047,-1.00267 9.63687,-3.16254 11.3666,-6.75893 0.55354,-1.15102 0.52189,-1.54846 -0.25885,-3.25116 z m -0.60402,3.16889 c -0.55041,1.02593 -1.35957,1.99748 -2.21706,2.66191 l -0.72835,0.56434 -1.15339,-1.38977 -1.15335,-1.38978 -1.69374,0.88872 c -0.93147,0.48879 -1.7732,0.88786 -1.87033,0.88683 -0.0971,-3.6e-4 -0.26191,-0.33551 -0.36608,-0.74327 l -0.18952,-0.74141 3.94015,-2.72669 3.94015,-2.72672 0.52311,0.59533 c 0.65392,0.74418 1.38996,2.3075 1.37499,2.92047 -0.008,0.25465 -0.18922,0.79472 -0.40658,1.20004 z m -3.94657,-4.7143 c -0.79361,0.35455 -2.26428,1.01688 -3.26824,1.4719 l -1.82532,0.8273 -0.26684,-0.6581 c -0.14666,-0.36198 -0.22829,-0.71896 -0.18117,-0.79338 0.0471,-0.0743 0.59687,-0.373 1.22175,-0.66354 l 1.13619,-0.52823 -0.11034,-1.38176 -0.11036,-1.38175 0.49741,0.1305 c 1.48614,0.38985 4.3553,1.82507 4.35151,2.17674 0.008,0.0856 -0.65094,0.44582 -1.44445,0.80036 z m -0.9355,8.9684 c -2.62927,1.24512 -6.69096,2.10664 -10.75855,2.28198 l -2.18422,0.0942 0.0159,-1.47564 0.0156,-1.47569 3.47773,-2.13865 c 1.9128,-1.17624 3.54027,-2.07098 3.61661,-1.98828 0.0764,0.0827 0.39144,1.00772 0.70012,2.05556 0.30863,1.04782 0.60566,1.90563 0.66006,1.9062 0.0543,3.7e-4 0.94735,-0.45694 1.98423,-1.01667 l 1.88531,-1.01773 0.51776,0.62639 c 0.28469,0.34454 0.67735,0.84551 0.8725,1.1133 l 0.35481,0.48686 -1.15769,0.54823 z m -5.29711,-8.72911 c -1.16563,0.60589 -2.20624,1.10067 -2.31254,1.09955 -0.1803,-0.002 -1.84005,-4.83872 -1.83454,-5.34673 0,-0.31339 0.88742,-0.28568 3.39295,0.10632 2.99082,0.46792 2.90127,0.41073 2.886,1.84289 l -0.0116,1.19639 -2.11917,1.10159 z m -5.32912,2.64083 c -1.12509,0.54937 -2.08876,0.99842 -2.14137,0.99785 -0.0528,-3.6e-4 -0.0754,-1.88083 -0.0516,-4.17835 l 0.0443,-4.17732 1.14185,0.0673 1.14191,0.0673 0.95663,2.97037 c 0.52604,1.63368 0.9559,3.03416 0.95503,3.11217 0.008,0.0779 -0.92211,0.59127 -2.04724,1.14064 z" + style="fill:#666666;stroke-width:1.43874848" /> diff --git a/polices/Megatron Hollow.otf b/polices/Megatron Hollow.otf new file mode 100755 index 0000000..ca07425 Binary files /dev/null and b/polices/Megatron Hollow.otf differ diff --git a/polices/Megatron.otf b/polices/Megatron.otf new file mode 100755 index 0000000..00f00f8 Binary files /dev/null and b/polices/Megatron.otf differ diff --git a/règles/spacepaper.odt b/règles/spacepaper.odt old mode 100644 new mode 100755 index 399f063..7b64cb4 Binary files a/règles/spacepaper.odt and b/règles/spacepaper.odt differ