Neo-Tokyo Neon Noir design pour fiches items
- Nouvelle palette : #080c14 fond, accents néon par type (#00d4d4 item, #ff3d5a kungfu, #4a9eff spell, #cc44ff supernatural) - Nouveaux composants LESS : .cde-neon-header (clip-path angulaire + accent line), .cde-avatar (clip-path), .cde-stat-grid/.cde-stat-cell (style terminal), .cde-badge (parallélogramme), .cde-neon-tabs (underline néon animé), .cde-check-cell - Fix layout : .cde-sheet width: 100% + height: 100% + overflow: hidden, .cde-tab-body flex: 1 + min-height: 0, .cde-notes-editor flex stretch - Fix positions : DEFAULT_OPTIONS height explicite pour tous les types (item 620x580, spell 660x680, kungfu 720x680, supernatural 560x520) - 4 templates items reécrits avec nouvelles classes et structure épurée Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
76
files/cde-lights-for-torch-module.json
Normal file
76
files/cde-lights-for-torch-module.json
Normal file
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"fvtt-chroniques-de-l-etrange": {
|
||||
"system": "fvtt-chroniques-de-l-etrange",
|
||||
"topology": "standard",
|
||||
"quantity" : "quantity",
|
||||
"aliases": {},
|
||||
"sources": {
|
||||
"Lampe torche": {
|
||||
"name": "Lampe torche",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"怪 Lampe torche": {
|
||||
"name": "怪 Lampe torche",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"Flashlight": {
|
||||
"name": "Flashlight",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"怪 Flashlight": {
|
||||
"name": "怪 Flashlight",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"Linterna eléctrica": {
|
||||
"name": "Linterna eléctrica",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
},
|
||||
"怪 Linterna eléctrica": {
|
||||
"name": "怪 Linterna eléctrica",
|
||||
"type": "item",
|
||||
"consumable": false,
|
||||
"states": 2,
|
||||
"light": [
|
||||
{
|
||||
"bright": 30, "dim": 300, "angle": 20, "color": "#c2fffb", "alpha": 0.5, "attenuation": 0.8
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user