Compare commits
	
		
			2 Commits
		
	
	
		
			fvtt-waste
			...
			fvtt-waste
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3419ddf8d6 | |||
| 5aa117b569 | 
@@ -1,7 +1,7 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "id": "fvtt-wasteland",
 | 
					  "id": "fvtt-wasteland",
 | 
				
			||||||
  "description": "Wasteland RPG for FoundryVTT",
 | 
					  "description": "Wasteland RPG for FoundryVTT",
 | 
				
			||||||
  "version": "11.0.8",
 | 
					  "version": "11.0.9",
 | 
				
			||||||
  "authors": [
 | 
					  "authors": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "name": "Uberwald/LeRatierBretonnien",
 | 
					      "name": "Uberwald/LeRatierBretonnien",
 | 
				
			||||||
@@ -23,7 +23,7 @@
 | 
				
			|||||||
  "gridUnits": "m",
 | 
					  "gridUnits": "m",
 | 
				
			||||||
  "license": "LICENSE.txt",
 | 
					  "license": "LICENSE.txt",
 | 
				
			||||||
  "manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/main/system.json",
 | 
					  "manifest": "https://www.uberwald.me/gitea/public/fvtt-wasteland/raw/branch/main/system.json",
 | 
				
			||||||
  "download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.8.zip",
 | 
					  "download": "https://www.uberwald.me/gitea/public/fvtt-wasteland/archive/fvtt-wasteland-v11.0.9.zip",
 | 
				
			||||||
  "packs": [
 | 
					  "packs": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "type": "Item",
 | 
					      "type": "Item",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -126,6 +126,8 @@
 | 
				
			|||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "pouvoir": {
 | 
					    "pouvoir": {
 | 
				
			||||||
      "chemin": "force",
 | 
					      "chemin": "force",
 | 
				
			||||||
 | 
					      "attribut": "cla",
 | 
				
			||||||
 | 
					      "competence": "",
 | 
				
			||||||
      "seuil": 0,
 | 
					      "seuil": 0,
 | 
				
			||||||
      "coutpsyche": 0,
 | 
					      "coutpsyche": 0,
 | 
				
			||||||
      "complexite": 0,
 | 
					      "complexite": 0,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,6 +21,23 @@
 | 
				
			|||||||
        </select> 
 | 
					        </select> 
 | 
				
			||||||
      </span>
 | 
					      </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      <span class="flexrow">
 | 
				
			||||||
 | 
					        <label class="generic-label">Attribut : </label>
 | 
				
			||||||
 | 
					        <select class="status-small-label color-class-common" type="text" name="system.attribut1"
 | 
				
			||||||
 | 
					          value="{{data.attribut1}}" data-dtype="string">
 | 
				
			||||||
 | 
					          {{#select data.attribut1}}
 | 
				
			||||||
 | 
					          {{#each attributs as |attrLabel attrKey|}}
 | 
				
			||||||
 | 
					          <option value="{{attrKey}}">{{attrLabel}}</option>
 | 
				
			||||||
 | 
					          {{/each}}
 | 
				
			||||||
 | 
					          {{/select}}
 | 
				
			||||||
 | 
					        </select>
 | 
				
			||||||
 | 
					      </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      <span class="flexrow">
 | 
				
			||||||
 | 
					        <label class="generic-label">Compétence : </label>
 | 
				
			||||||
 | 
					        <input type="text" class="padd-right status-small-label color-class-common" name="system.competence" value="{{system.competence}}" data-dtype="String" />
 | 
				
			||||||
 | 
					      </span>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      <span class="flexrow">
 | 
					      <span class="flexrow">
 | 
				
			||||||
        <label class="generic-label">Coût (Psyche) : </label>
 | 
					        <label class="generic-label">Coût (Psyche) : </label>
 | 
				
			||||||
        <input type="text" class="padd-right status-small-label color-class-common" name="system.coutpsyche" value="{{system.coutpsyche}}" data-dtype="Number" />
 | 
					        <input type="text" class="padd-right status-small-label color-class-common" name="system.coutpsyche" value="{{system.coutpsyche}}" data-dtype="Number" />
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user