fvtt-rolemaster-frp/rmss/template.json
Anthony Murphy 44996e945c Add skill designations
Fix drag and drop for skills and skill categories named the same
Set sane default values for attributes
Removed deprecated no grid sheets
2022-09-14 20:00:23 +10:00

306 lines
7.4 KiB
JSON

{
"Actor": {
"types": ["character", "npc"],
"templates": {
"role_traits": {
"role_traits": {
"appearance": 10,
"sex": "mysex",
"skin": "myskin",
"apparent_age": 30,
"actual_age": 35,
"height": "myheight",
"weight": "myweight",
"hair": "myhair",
"eyes": "myeyes",
"personality": "mypersonality",
"motivations": "mymotivations",
"alignment": "myalignment"
}
},
"race_stat_fixed_info": {
"race_stat_fixed_info" : {
"soul_departure_rounds": 5,
"recovery_multiplier": 7,
"body_development_progression": "research",
"pp_development_progression": "research",
"recover_hits_per_hour_resting": 6,
"recover_hits_per_sleep_cycle": 7,
"recover_pp_per_hour_resting": 8,
"recover_pp_per_sleep_cycle": 9
}
},
"armor_info": {
"armor_info": {
"armor_type": 7,
"mmp": -10,
"weight_penalty": -5,
"missile_penalty": 30,
"quickness_penalty": 40,
"quickness_bonus": 60,
"adrenal_defense": 50,
"shield_bonus": 20,
"magic": "research",
"total_db": 102
}
},
"fixed_info": {
"fixed_info": {
"race": "myrace",
"profession": "myprofession",
"training_packages": "mytrainingpackages",
"realm": "myrealm"
}
},
"resistance_rolls": {
"resistance_rolls": {
"channeling": 0,
"essence": 0,
"mentalism": 0,
"chann_ess": 0,
"chann_ment": 0,
"ess_ment": 0,
"arcane": 0,
"poison_disease": 0,
"fear": 0
}
},
"background": {
"background": {
"nationality": "mynationality",
"home_town": "myhometown",
"deity": "mydeity",
"patron": "mypatron",
"parents": "myparents",
"spouse": "myspouse",
"children": "mychildren",
"other": "myother"
}
},
"stats": {
"stats": {
"agility": {
"shortname": "Ag",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"constitution": {
"shortname": "Co",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"memory": {
"shortname": "Me",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"reasoning": {
"shortname": "Re",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"self_discipline": {
"shortname": "SD",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"empathy": {
"shortname": "Em",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"intuition": {
"shortname": "In",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"presence": {
"shortname": "Pr",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"quickness": {
"shortname": "Qu",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
},
"strength": {
"shortname": "St",
"temp": 0,
"potential": 0,
"basic_bonus": 0,
"racial_bonus": 0,
"special_bonus": 0,
"stat_bonus": 0
}
}
},
"money": {
"mithril": 1,
"platinum": 2,
"gold": 3,
"silver": 4,
"bronze": 5,
"copper": 6,
"tin": 7,
"iron": 8
}
},
"character": {
"templates": ["background", "stats", "resistance_rolls", "armor_info", "fixed_info", "race_stat_fixed_info", "role_traits", "money"],
"attributes": {
"level": {
"value": 1
},
"hits": {
"current": 1,
"max": 1
},
"exhaustion_points": {
"current": 2,
"max": 2
},
"power_points": {
"current": 3,
"max": 3
},
"experience_points": {
"value": 0
}
}
}
},
"Item": {
"types": ["item", "skill_category", "skill", "armor", "weapon", "transport", "herb_or_poison", "spell"],
"templates": {
"base": {
"description": "Description here."
}
},
"item": {
"templates": ["base"],
"quantity": 1,
"weight": 0,
"cost": 0,
"prod_time": 0
},
"transport": {
"templates": ["base"],
"feet_per_round": 1,
"miles_per_hour": 0,
"cost": 0,
"maneuver": 0,
"height": 0,
"weight": 0,
"capacity": 0,
"offensive_bonus": 0
},
"armor": {
"templates": ["base"],
"quantity": 1,
"weight": 0,
"cost": 0,
"prod_time": 0,
"at": 0
},
"weapon": {
"templates": ["base"],
"quantity": 1,
"cost": 0,
"weight": 0,
"type" : "nothing",
"prod_time": 0,
"at": 0,
"breakage_range": "nothing",
"strength": "nothing",
"fumble_range": "nothing"
},
"herb_or_poison": {
"templates": ["base"],
"quantity": 1,
"weight": 0,
"codes": "nothing",
"form_and_prep" : "nothing",
"cost": 0,
"af": 0
},
"skill": {
"templates": ["base"],
"category" : "",
"ranks": 0,
"new_ranks": 0,
"rank_bonus": -15,
"category_bonus": 0,
"item_bonus": 0,
"special_bonus_1": 0,
"special_bonus_2": 0,
"total_bonus": 0,
"favorite": false,
"designation": "None"
},
"skill_category": {
"templates": ["base"],
"applicable_stats": "None",
"app_stat_1": "None",
"app_stat_2": "None",
"app_stat_3": "None",
"development_cost": "0",
"ranks": 0,
"new_ranks": 0,
"rank_bonus": -15,
"stat_bonus": 0,
"prof_bonus": 0,
"special_bonus_1": 0,
"special_bonus_2": 0,
"total_bonus": 0,
"favorite": false
},
"spell": {
"spell_list": "Open Channeling",
"level": 1,
"area_of_effect": "10 x 10 x 1",
"duration": "C",
"range": 50,
"type": "E",
"description": "My New Spell!"
}
}
}