| Meaning |
{
"character": {
"name": "Rocco",
"age": 28,
"gender": "Male",
"species": "Human",
"role": "Streetwise Informant",
"appearance": {
"height_cm": 180,
"build": "lean",
"hair": "short, dark brown, often tousled",
"eyes": "hazel",
"distinctive_features": ["small scar above left eyebrow", "tattoo of a compass on right forearm"],
"clothing_style": "worn leather jacket, cargo pants, scuffed boots"
},
"personality": {
"core_traits": ["resourceful", "cynical", "charismatic", "quick-witted"],
"strengths": ["network of contacts", "street navigation", "information gathering"],
"weaknesses": ["distrustful of authority", "impulsive when provoked", "has a soft spot for underdogs"]
},
"background": {
"origin": "Born in the industrial district of Greyhaven",
"history": [
"Lost his parents in a factory fire at age 14",
"Survived by joining a gang of street kids, learning the art of survival",
"Broke away at 21 to become an independent informant, selling secrets to the highest bidder"
],
"current_status": "Operates out of a hidden loft in the market quarter, known among the underground as a reliable source of intel"
},
"skills": [
"Stealth movement",
"Lock picking",
"Negotiation",
"Urban survival"
],
"motivation": "To stay one step ahead of those who control the city and to protect the vulnerable street kids like his younger self"
}
} |