« The Cursed » : différence entre les versions
De 21Wiki
(Page créée avec « {{Infobox Gang | title1=The Cursed | autre_nom= | image1= | caption1= | statut=Actif | business_actuel= | ancien_business= | pnj= | couleurs=Rose & Noir | voitures_officie… ») Balise : Éditeur de wikicode 2017 |
Aucun résumé des modifications Balise : Éditeur de wikicode 2017 |
||
(17 versions intermédiaires par 7 utilisateurs non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
{{Infobox Gang | {{Infobox Gang | ||
| | |statut=Dissout| autre_nom= | ||
| autre_nom= | | image1=Fichier:Cursed.png | ||
| image1= | |||
| caption1= | | caption1= | ||
| business_actuel= | | business_actuel= | ||
| | |affiliation=| pnj= | ||
| pnj= | |||
| couleurs=Rose & Noir | | couleurs=Rose & Noir | ||
| voitures_officielles= | | voitures_officielles= | ||
| tenue= | | tenue= | ||
| localisation_annexe= | | localisation_annexe= | ||
}} | }} | ||
==Organisation== | ==Organisation== | ||
=== | ===<u>Anciens membres</u>=== | ||
*[[Akayuki Itto]] | *[[Akayuki Itto]] | ||
*[[Bryan Colman]] | *[[Bryan Colman]] | ||
*[[Luz Brown]] | *[[Luz Brown]] | ||
*[[Dick Cook]] | *[[Dick Cook]] | ||
==Histoire== | ==Histoire== | ||
Ligne 41 : | Ligne 24 : | ||
Le groupe se forme fin mars 2022. | Le groupe se forme fin mars 2022. | ||
===Dissolution=== | |||
Le groupe disparait en avril 2022, en partie sous la pression des [[Bloods]] qui leur reprochait d'avoir divulgué leurs tarifs aux [[Wave]]. | |||
[[Bryan Colman]] rejoindra rapidement [[La Piovra]]. | |||
==Chronologie== | ==Chronologie== | ||
<graph>{ | |||
"width": 800, | |||
"height": 200, | |||
"data": [ | |||
{ | |||
"name": "membres", | |||
"transform": [ | |||
{ | |||
"type": "formula", | |||
"field": "membre_end", | |||
"expr": "datum.membre_end ? datum.membre_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" | |||
} | |||
], | |||
"format": { | |||
"type": "json", | |||
"parse": { | |||
"membre_start": "date:\"%Y-%m-%d\"", | |||
"membre_end": "date:\"%Y-%m-%d\"" | |||
} | |||
}, | |||
"values": [ | |||
{"label": "akayuki","nom": "Akayuki Itto","membre_start": "2022-03-23","membre_end": "2022-04-20","status": "❌"}, | |||
{"label": "bryan","nom": "Bryan Colman","membre_start": "2022-03-23","membre_end": "2022-04-20","status": "❌"}, | |||
{"label": "luz","nom": "Luz Brown","membre_start": "2022-03-23","membre_end": "2022-04-20","status": "❌"}, | |||
{"label": "dick","nom": "Dick Cook","membre_start": "2022-03-23","membre_end": "2022-04-20","status": "❌"} | |||
] | |||
}, | |||
{ | |||
"name": "chefs", | |||
"transform": [ | |||
{ | |||
"type": "formula", | |||
"field": "chef_end", | |||
"expr": "datum.chef_end ? datum.chef_end : datetime(year(now()) + '/' + (month(now())+1) + '/' + date(now()))" | |||
} | |||
], | |||
"format": { | |||
"type": "json", | |||
"parse": { | |||
"chef_start": "date:\"%Y-%m-%d\"", | |||
"chef_end": "date:\"%Y-%m-%d\"" | |||
} | |||
}, | |||
"values": [ | |||
{"label": "akayuki","chef_start": "2022-03-23","chef_end": "2022-04-20"} | |||
] | |||
}, | |||
{ | |||
"name": "events", | |||
"format": { | |||
"type": "json", | |||
"parse": {"date": "date:\"%Y-%m-%d\""} | |||
}, | |||
"values": [ | |||
{"name": "23/03 - Création du groupe","date": "2022-03-23","y": -20}, | |||
{"name": "20/04 - Dissolution du groupe","date": "2022-04-20","y": -20} | |||
] | |||
} | |||
], | |||
"scales": [ | |||
{ | |||
"name": "y", | |||
"type": "ordinal", | |||
"range": "height", | |||
"domain": {"data": "membres","field": "label"} | |||
}, | |||
{ | |||
"name": "x", | |||
"type": "time", | |||
"range": "width", | |||
"nice": "week", | |||
"domain": { | |||
"data": "membres", | |||
"field": ["membre_start","membre_end"] | |||
} | |||
} | |||
], | |||
"axes": [ | |||
{ | |||
"type": "x", | |||
"scale": "x", | |||
"grid": true, | |||
"format": "%m/%y" | |||
} | |||
], | |||
"marks": [ | |||
{ | |||
"type": "text", | |||
"from": {"data": "events"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "date"}, | |||
"y": {"field": "y"}, | |||
"angle": {"value": -30}, | |||
"fill": {"value": "#000"}, | |||
"text": {"field": "name"}, | |||
"fontSize": {"value": 14} | |||
} | |||
} | |||
}, | |||
{ | |||
"type": "rect", | |||
"from": {"data": "events"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "date"}, | |||
"y": {"field": "y"}, | |||
"width": {"value": 0.5}, | |||
"height": {"field": {"group": "height"},"offset": 20}, | |||
"fill": { "value": "#0090FF"} | |||
} | |||
} | |||
}, | |||
{ | |||
"type": "text", | |||
"from": {"data": "membres"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "membre_end","offset": -2}, | |||
"y": {"scale": "y","field": "label","offset": 6}, | |||
"fill": {"value": "#000"}, | |||
"text": {"field": "status"}, | |||
"fontSize": {"value": 14} | |||
} | |||
} | |||
}, | |||
{ | |||
"type": "rect", | |||
"from": {"data": "chefs"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "chef_start"}, | |||
"x2": {"scale": "x","field": "chef_end"}, | |||
"y": {"scale": "y","field": "label","offset": -3}, | |||
"height": {"value": 9}, | |||
"fill": {"value": "#DF32E4"} | |||
} | |||
} | |||
}, | |||
{ | |||
"type": "rect", | |||
"from": {"data": "membres"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "membre_start"}, | |||
"x2": {"scale": "x","field": "membre_end"}, | |||
"y": {"scale": "y","field": "label"}, | |||
"height": {"value": 4}, | |||
"fill": {"value": "#ED7AF0"} | |||
} | |||
} | |||
}, | |||
{ | |||
"type": "text", | |||
"from": {"data": "membres"}, | |||
"properties": { | |||
"enter": { | |||
"x": {"scale": "x","field": "membre_start"}, | |||
"y": {"scale": "y","field": "label","offset": -7}, | |||
"fill": {"value": "#000"}, | |||
"text": {"field": "nom"}, | |||
"fontSize": {"value": 14} | |||
} | |||
} | |||
} | |||
] | |||
}</graph> | |||
{{Légende|type=gang}} | |||
== Anecdotes == | |||
==Galerie== | ==Galerie== | ||
<gallery> | <gallery> | ||
Fichier:Cursed.png|Les Cursed au complet - [https://twitter.com/ardanerre Seyph] | |||
Fichier:Hache.png|Une sombre histoire de hache - [https://twitter.com/ardanerre Seyph] | |||
Fichier:LaPoisse3.jpg|La poisse | |||
Fichier:LaPoisse1.jpg | |||
Fichier:LaPoisse2.jpg | |||
</gallery> | </gallery> | ||
[[Catégorie:Gang]] | [[Catégorie:Gang]] | ||
[[Catégorie:The Cursed]] | [[Catégorie:The Cursed]] |
Dernière version du 21 novembre 2024 à 18:21
Organisation
Anciens membres
Histoire
Création
Le groupe se forme fin mars 2022.
Dissolution
Le groupe disparait en avril 2022, en partie sous la pression des Bloods qui leur reprochait d'avoir divulgué leurs tarifs aux Wave.
Bryan Colman rejoindra rapidement La Piovra.
Chronologie
🚪Parti·e du groupe 📢Renvoyé·e ❔Porté·e disparu·e ✈️Parti·e de l'île ⚰️Décédé·e ❌Dissolution 👮Démantèlement