User Tools

Site Tools


npc:output:werewolf_npc_form

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
npc:output:werewolf_npc_form [2024/May/26 04:29]
40.77.167.79 old revision restored (2024/Feb/08 08:49)
npc:output:werewolf_npc_form [2024/May/26 12:04] (current)
114.119.135.63 old revision restored (2023/Sep/14 13:47)
Line 5: Line 5:
        
    .dokuwiki form.bureaucracy__plugin label {    .dokuwiki form.bureaucracy__plugin label {
-    position: relative;+    /*position: relative;
     width: 550px;     width: 550px;
-    text-align: right;+    text-align: right; */ 
 +    display: flex; 
 +    justify-content: center; 
 +    padding: 3px; 
 +   } 
 + 
 +   .dokuwiki form.bureaucracy__plugin label span { 
 +    position: relative; 
 +    width: 150px;
    }    }
        
    .dokuwiki form.bureaucracy__plugin input[type=text] {    .dokuwiki form.bureaucracy__plugin input[type=text] {
     position: relative;     position: relative;
 +    display: flex;
 +    width: 100%;
     left: 10px;     left: 10px;
    }    }
Line 22: Line 32:
    .dokuwiki form.bureaucracy__plugin label[class=" textareafield"] {    .dokuwiki form.bureaucracy__plugin label[class=" textareafield"] {
     position: relative;     position: relative;
 +    display: block;
     width: 100%;     width: 100%;
     left: 0px;     left: 0px;
Line 28: Line 39:
    .dokuwiki form.bureaucracy__plugin textarea {    .dokuwiki form.bureaucracy__plugin textarea {
     position: relative;     position: relative;
 +    display: flex;
 +    width: 100%;
     left: 0px;     left: 0px;
    }    }
        
    .dokuwiki form.bureaucracy__plugin label.ColOne {    .dokuwiki form.bureaucracy__plugin label.ColOne {
-    display: block;+    /*display: block;
     position: relative;     position: relative;
     right: 2%;     right: 2%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    
 +    justify-content: flex-start; 
 +    padding: 3px;
    }    }
        
Line 46: Line 62:
        
    .dokuwiki form.bureaucracy__plugin label.ColTwo {    .dokuwiki form.bureaucracy__plugin label.ColTwo {
-    display: block;+    /*display: block;
     position: absolute;     position: absolute;
     right: 43%;     right: 43%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    justify-content: center; 
 +    align-items: flex-start; 
 +    padding: 3px;
    }    }
        
Line 59: Line 78:
        
    .dokuwiki form.bureaucracy__plugin label.ColThree {    .dokuwiki form.bureaucracy__plugin label.ColThree {
-    display: block;+    /*display: block;
     position: absolute;     position: absolute;
     right: 20%;     right: 20%;
     width: 220px;     width: 220px;
-    text-align: right;+    text-align: right;*/ 
 +    display: flex; 
 +    justify-content: flex-end; 
 +    padding: 3px;
    }    }
        
Line 177: Line 199:
 fieldset "Attributes" fieldset "Attributes"
  
-number "Charisma" >0 =1 .ColTwo +number "Strength" >0 <6 =1 .ColOne 
-number "Perception" >0 =1 .ColThree +number "Dexterity" >0 <6 =1 .ColOne 
-number "Strength" >0 =1 .ColOne+number "Stamina" >0 <6 =1 .ColOne 
 + 
 +number "Charisma" >0 <6 =1 .ColTwo 
 +number "Manipulation" >0 <6 =1 .ColTwo 
 +number "Appearance" <6 =1 .ColTwo
  
-number "Manipulation" >0 =1 .ColTwo 
-number "Intelligence" >0 =1 .ColThree 
-number "Dexterity" >0 =1 .ColOne 
  
-number "Appearance" >0 =1 .ColTwo 
-number "Wits" >0 =1 .ColThree 
-number "Stamina" >0 =1 .ColOne 
  
 fieldset "Abilities" fieldset "Abilities"
  
-number "Animal Ken" =0 .ColTwo +number "Animal Ken" <6 =0 .ColTwo 
-number "Academics" =0 .ColThree +number "Academics" <6 =0 .ColThree 
-number "Alertness" =0 .ColOne+number "Alertness" <6 =0 .ColOne
  
-number "Crafts" =0 .ColTwo +number "Crafts" <6 =0 .ColTwo 
-number "Computers" =0 .ColThree +number "Computers" <6 =0 .ColThree 
-number "Athletics" =0 .ColOne+number "Athletics" <6 =0 .ColOne
  
-number "Drive" =0 .ColTwo +number "Drive" <6 =0 .ColTwo 
-number "Enigmas" =0 .ColThree +number "Enigmas" <6 =0 .ColThree 
-number "Primal Urge" =0 .ColOne+number "Primal Urge" <6 =0 .ColOne
  
-number "Etiquette" =0 .ColTwo +number "Etiquette" <6 =0 .ColTwo 
-number "Investigation" =0 .ColThree +number "Investigation" <6 =0 .ColThree 
-number "Brawl" =0 .ColOne+number "Brawl" <6 =0 .ColOne
  
-number "Firearms" =0 .ColTwo +number "Firearms" <6 =0 .ColTwo 
-number "Law" =0 .ColThree +number "Law" <6 =0 .ColThree 
-number "Empathy" =0 .ColOne+number "Empathy" <6 =0 .ColOne
  
-number "Larceny" =0 .ColTwo +number "Larceny" <6 =0 .ColTwo 
-number "Medicine" =0 .ColThree +number "Medicine" <6 =0 .ColThree 
-number "Expression" =0 .ColOne+number "Expression" <6 =0 .ColOne
  
-number "Melee" =0 .ColTwo +number "Melee" <6 =0 .ColTwo 
-number "Occult" =0 .ColThree +number "Occult" <6 =0 .ColThree 
-number "Intimidation" =0 .ColOne+number "Intimidation" <6 =0 .ColOne
  
-number "Performance" =0 .ColTwo +number "Performance" <6 =0 .ColTwo 
-number "Politics" =0 .ColThree +number "Politics" <6 =0 .ColThree 
-number "Leadership" =0 .ColOne+number "Leadership" <6 =0 .ColOne
  
-number "Stealth" =0 .ColTwo +number "Stealth" <6 =0 .ColTwo 
-number "Science" =0 .ColThree +number "Science" <6 =0 .ColThree 
-number "Streetwise" =0 .ColOne+number "Streetwise" <6 =0 .ColOne
  
-number "Survival" =0 .ColTwo +number "Survival" <6 =0 .ColTwo 
-number "Finance" =0 .ColThree +number "Finance" <6 =0 .ColThree 
-number "Subterfuge" =0 .ColOne+number "Subterfuge" <6 =0 .ColOne
  
-number "Technology" =0 .ColTwo +number "Technology" <6 =0 .ColTwo 
-number "Research" =0 .ColThree+number "Research" <6 =0 .ColThree
 static "." .ColOne static "." .ColOne
  
-number "Rituals" =0 .ColThree+number "Rituals" <6 =0 .ColThree
 static "." .ColOne static "." .ColOne
  
Line 257: Line 277:
  
 fieldset "Werewolf Powers" "Splat" "Werewolf" fieldset "Werewolf Powers" "Splat" "Werewolf"
-textarea "Gifts" =WIP +textarea "Gifts"
-textarea "Rites" =WIP !+textarea "Rites" !
 static "(End each line with \\\ as just hitting Enter will not work.)" static "(End each line with \\\ as just hitting Enter will not work.)"
  
Line 274: Line 294:
 number "(B) Dots 6" >0 <6 .ColFive ! number "(B) Dots 6" >0 <6 .ColFive !
 textbox "Background 6" .ColSix ! textbox "Background 6" .ColSix !
-textarea "Fetishes" x5 =WIP ! +textarea "Merits: Cost" ! 
-textarea "Gear" x5 =WIP ! +textarea "Flaws: Cost" !
-textarea "Merits: Cost" =WIP +
-textarea "Flaws: Cost" =WIP !+
 static "(End each line with \\\ as just hitting Enter will not work.)" static "(End each line with \\\ as just hitting Enter will not work.)"
  
Line 288: Line 306:
 textbox "Ethnicity" ! textbox "Ethnicity" !
 textbox "Nationality" ! textbox "Nationality" !
-textarea "Physical Description" =WIP !+textarea "Physical Description" !
  
 fieldset "Backstory Notes (Bullet Point style)" fieldset "Backstory Notes (Bullet Point style)"
-textarea "History" x20 =WIP +textarea "History" x20 ! 
-textarea "Personality" x20 =WIP +textarea "Personality" x20 ! 
-textarea "Extra Notes" x20 =WIP !+textarea "Extra Notes" x20 !
  
 submit submit
  
 </form> </form>
npc/output/werewolf_npc_form.txt · Last modified: 2024/May/26 12:04 by 114.119.135.63