2023-05-02 21:25:23 +02:00
{
"label" : "Deadlands - Armures" ,
"mapping" : {
"description" : "system.description" ,
"skill" : {
"path" : "system.actions.skill" ,
"converter" : "gear_skill"
} ,
"range" : {
"path" : "system.range" ,
"converter" : "gear_range"
} ,
"ammo" : {
"path" : "system.ammo" ,
"converter" : "gear_ammo"
2023-07-17 14:03:44 +02:00
} ,
"category" : {
"path" : "system.category" ,
"converter" : "category_converter"
2023-05-02 21:25:23 +02:00
}
} ,
"entries" : {
"Native armor" : {
"name" : "Armure amérindienne" ,
"description" : "<div class=\"deadlands-core\">\n<p>Armure +1, For min d4. Inclut une chemise en cuir de daim, un pantalon de cuir souple, un pectoral en bois, etc.</p>\n</div>"
} ,
"Native Shield (Medium)" : {
"name" : "Bouclier amérindien (moyen)" ,
2023-07-12 19:52:05 +02:00
"description" : "<div class=\"deadlands-core\">\n<p>Bouclier moyen en peau, Parade +2, Couvert – 2, Force min. d4, Solidité 8.</p>\n</div>"
2023-05-02 21:25:23 +02:00
} ,
"Native Shield (Small)" : {
"name" : "Bouclier amérindien (petit)" ,
"description" : "<div class=\"deadlands-core\">\n<p>Petit bouclier en peau, Parade +1, Couvert – 1, Force min. d4, Solidité 7.</p>\n</div>"
}
} }