Merge branch 'v1.2' of gitlab.com:LeRatierBretonnien/foundryvtt-reve-de-dragon into v1.2
This commit is contained in:
		| @@ -13,8 +13,8 @@ export class RdDItemSheet extends ItemSheet { | ||||
| 	  return mergeObject(super.defaultOptions, { | ||||
| 			classes: ["foundryvtt-reve-de-dragon", "sheet", "item"], | ||||
| 			template: "systems/foundryvtt-reve-de-dragon/templates/item-sheet.html", | ||||
| 			width: 520, | ||||
| 			height: 480 | ||||
| 			width: 550, | ||||
| 			height: 550 | ||||
|       //tabs: [{navSelector: ".sheet-tabs", contentSelector: ".sheet-body", initial: "description"}] | ||||
| 		}); | ||||
|   } | ||||
|   | ||||
							
								
								
									
										3
									
								
								packs/taches-courantes.db
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								packs/taches-courantes.db
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| {"_id":"dlvK5Lks7WoSZ1Ko","name":"1er soins - Blessure critique","permission":{"default":0,"Q2G6GTdrotKzYGUC":3},"type":"tache","data":{"carac":"dexterite","competence":"Chirurgie","periodicite":"1 round","fatigue":0,"difficulte":-6,"points_de_tache":6,"points_de_tache_courant":0,"description":"<p><span class=\"fontstyle0\">Effectuer les premiers soins consiste à obtenir le nombre de points de tâche demandé par la blessure. Un minimum de matériel est nécessaire : de l’eau, des chi!ons propres pour servir de pansements.</span></p>\n<p> </p>"},"flags":{},"img":"systems/foundryvtt-reve-de-dragon/icons/competence_chirurgie.png","effects":[]} | ||||
| {"_id":"lHdfav9mvs68yj7J","name":"1er soins - Blessure légère","permission":{"default":0,"Q2G6GTdrotKzYGUC":3},"type":"tache","data":{"carac":"dexterite","competence":"Chirurgie","periodicite":"1 round","fatigue":0,"difficulte":-2,"points_de_tache":2,"points_de_tache_courant":0,"description":"<p><span class=\"fontstyle0\">Effectuer les premiers soins consiste à obtenir le nombre de points de tâche demandé par la blessure. Un minimum de matériel est nécessaire : de l’eau, des chi!ons propres pour servir de pansements.</span></p>\n<p> </p>"},"flags":{},"img":"systems/foundryvtt-reve-de-dragon/icons/competence_chirurgie.png","effects":[]} | ||||
| {"_id":"nbkuXbhgSxHwXD4t","name":"1er soins - Blessure grave","permission":{"default":0,"Q2G6GTdrotKzYGUC":3},"type":"tache","data":{"carac":"dexterite","competence":"Chirurgie","periodicite":"1 round","fatigue":0,"difficulte":-4,"points_de_tache":4,"points_de_tache_courant":0,"description":"<p><span class=\"fontstyle0\">Effectuer les premiers soins consiste à obtenir le nombre de points de tâche demandé par la blessure. Un minimum de matériel est nécessaire : de l’eau, des chi!ons propres pour servir de pansements.</span></p>\n<p> </p>"},"flags":{},"img":"systems/foundryvtt-reve-de-dragon/icons/competence_chirurgie.png","effects":[]} | ||||
| @@ -198,6 +198,15 @@ | ||||
|       "path": "./packs/botanique.db", | ||||
|       "entity": "Item", | ||||
|       "tags" : [ "plantes", "champignons", "herbes" ] | ||||
|     }, | ||||
|     { | ||||
|       "name": "taches-courantes", | ||||
|       "label": "Tâches courantes", | ||||
|       "system": "foundryvtt-reve-de-dragon", | ||||
|       "module": "foundryvtt-reve-de-dragon", | ||||
|       "path": "./packs/taches-courantes.db", | ||||
|       "entity": "Item", | ||||
|       "tags" : [ "taches" ] | ||||
|     } | ||||
|   ], | ||||
|   "languages": [], | ||||
|   | ||||
| @@ -49,7 +49,7 @@ | ||||
|         <input class="attribute-value" type="text" name="data.points_de_tache_courant" value="{{data.points_de_tache_courant}}" data-dtype="Number"/> | ||||
|       </div> | ||||
|       <span><label>Description : </label></span> | ||||
|       <div class="form-group editor" style="min-height: 400px !important;"> | ||||
|       <div class="form-group editor"> | ||||
|         {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|      </section> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user